]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear
authorPawan Gupta <pawan.kumar.gupta@linux.intel.com>
Wed, 16 Apr 2025 13:47:51 +0000 (06:47 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 16 Apr 2025 17:40:01 +0000 (19:40 +0200)
commitd9b79111fd9945931b7a2b2a3e7db7625dd953fe
tree13d129a753bb92572dc7a6fe71ac9c3295fdf584
parent8ffd015db85fea3e15a77027fda6c02ced4d2444
x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear

The static key mmio_stale_data_clear controls the KVM-only mitigation for MMIO
Stale Data vulnerability. Rename it to reflect its purpose.

No functional change.

Signed-off-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250416-mmio-rename-v2-1-ad1f5488767c@linux.intel.com
arch/x86/include/asm/nospec-branch.h
arch/x86/kernel/cpu/bugs.c
arch/x86/kvm/vmx/vmx.c