The latest mainline kernel includes commit 93022482b294 ("x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL"), which causes matching failures when using the raw list initialization method. Switch to the X86_MATCH_VENDOR_FAM_FEATURE macro to prevent such problems.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6247