tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
authorTerry Bowman <terry.bowman@amd.com>
Mon, 6 Feb 2023 14:18:30 +0000 (08:18 -0600)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 7 Mar 2023 22:27:07 +0000 (23:27 +0100)
commit4e347bdf44c1fd4296a7b9657a2c0e1bd900fa50
tree359b80c74ab639a95f463ab37f0466b4a24900ac
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007

Leaf Fn00000007 contains avx512bw at bit 26 and avx512vl at bit 28. This
is incorrect per the SDM. Correct avx512bw to be bit 30 and avx512lvl to
be bit 31.

Fixes: c6b2f240bf8d ("tools/x86: Add a kcpuid tool to show raw CPU features")
Signed-off-by: Terry Bowman <terry.bowman@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Feng Tang <feng.tang@intel.com>
Link: https://lore.kernel.org/r/20230206141832.4162264-2-terry.bowman@amd.com
tools/arch/x86/kcpuid/cpuid.csv