OSDN Git Service

x86/kvm: Allow runtime control of L1D flush
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Jul 2018 14:23:22 +0000 (16:23 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Jul 2018 14:29:55 +0000 (16:29 +0200)
commit895ae47f9918833c3a880fbccd41e0692b37e7d9
tree499a54cef162352efcf0668be9d37a7eb1360a1b
parentdd4bfa739a72508b75760b393d129ed7b431daab
x86/kvm: Allow runtime control of L1D flush

All mitigation modes can be switched at run time with a static key now:

 - Use sysfs_streq() instead of strcmp() to handle the trailing new line
   from sysfs writes correctly.
 - Make the static key management handle multiple invocations properly.
 - Set the module parameter file to RW

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Jiri Kosina <jkosina@suse.cz>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lkml.kernel.org/r/20180713142322.954525119@linutronix.de
arch/x86/kernel/cpu/bugs.c
arch/x86/kvm/vmx.c