Description of problem: Add CWF CPU models and related ISAs. CPU: x86/cpu: Add model number for Intel Clearwater Forest processor Server product based on the Atom Darkmont core. ISAs:latest Intel platform Clearwater Forest has introduced new instructions enumerated by CPUIDs of SHA512, SM3, SM4 and AVX-VNNI-INT16. Advertise these CPUIDs to userspace so that guests can query them directly. SHA512, SM3 and SM4 are on an expected-dense CPUID leaf and some other bits on this leaf have kernel usages. Considering they have not truly kernel usages, hide them in /proc/cpuinfo. These new instructions only operate in xmm, ymm registers and have no new VMX controls, so there is no additional host enabling required for guests to use these instructions, i.e. advertising these CPUIDs to userspace is safe. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4722
The PR Link: https://gitee.com/anolis/intel-cloud-kernel/pulls/33
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4778