Bug 19078 - Hygon: Fix X86_FEATURE_SM{3,4} conflicts
Summary: Hygon: Fix X86_FEATURE_SM{3,4} conflicts
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-02-27 15:10 UTC by wojiaohanliyang
Modified: 2025-02-27 15:21 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 wojiaohanliyang hygon_group 2025-02-27 15:10:25 UTC
Description of problem:

The upstream commit a0423af92cb3 ("x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest") has introduced the macros X86_FEATURE_SM3 and X86_FEATURE_SM4, which conflict with the non-upstreamed commit d94afa88e32a ("anolis: x86/cpufeatures: Add CPUID_8C86_0000_EDX CPUID leaf").

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2025-02-27 15:21:15 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4701