]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tools/x86: Sync msr-index.h from kernel sources
authorSean Christopherson <sean.j.christopherson@intel.com>
Sat, 21 Dec 2019 04:44:57 +0000 (20:44 -0800)
committerBorislav Petkov <bp@suse.de>
Mon, 13 Jan 2020 16:42:57 +0000 (17:42 +0100)
commitf6505c88bff01e41b21a1f125edd1ace5330f164
tree28e2d47eb88e482508ce88525b0d6d718d3d0300
parenta5543d3456dd131f072c5c278f1708aeaeaff0da
tools/x86: Sync msr-index.h from kernel sources

Sync msr-index.h to pull in recent renames of the IA32_FEATURE_CONTROL
MSR definitions.  Update KVM's VMX selftest and turbostat accordingly.
Keep the full name in turbostat's output to avoid breaking someone's
workflow, e.g. if a script is looking for the full name.

While using the renamed defines is by no means necessary, do the sync
now to avoid leaving a landmine that will get stepped on the next time
msr-index.h needs to be refreshed for some other reason.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20191221044513.21680-4-sean.j.christopherson@intel.com
tools/arch/x86/include/asm/msr-index.h
tools/power/x86/turbostat/turbostat.c
tools/testing/selftests/kvm/lib/x86_64/vmx.c