Bug 28354 - [devel-5.10] crypto: zhaoxin-aes/sha: Update CPU ID matching
Summary: [devel-5.10] crypto: zhaoxin-aes/sha: Update CPU ID matching
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-22 16:36 UTC by LeoLiu-oc
Modified: 2025-12-22 16:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeoLiu-oc zhaoxin_group 2025-12-22 16:36:55 UTC
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.
Comment 1 小龙 admin 2025-12-22 16:45:13 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6247