On Wed, Aug 15, 2018 at 07:32:16PM +0200, Greg Kroah-Hartman wrote:
On Wed, Aug 15, 2018 at 10:15:21AM -0700, Guenter Roeck wrote:
commit 1eb46908b35dfbac0ec1848d4b1e39667e0187e9 upstream
allmodconfig+CONFIG_INTEL_KVM=n results in the following build error.
ERROR: "l1tf_vmx_mitigation" [arch/x86/kvm/kvm.ko] undefined!
Fixes: 5b76a3cff011 ("KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry") Reported-by: Meelis Roos mroos@linux.ee Cc: Meelis Roos mroos@linux.ee Cc: Paolo Bonzini pbonzini@redhat.com Cc: Thomas Gleixner tglx@linutronix.de Signed-off-by: Guenter Roeck linux@roeck-us.net Signed-off-by: Linus Torvalds torvalds@linux-foundation.org Signed-off-by: Guenter Roeck linux@roeck-us.net
arch/x86/kernel/cpu/bugs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Already queued up, Linus pointed me at it before you did :)
Yes, I noticed after I sent it. Sorry for the noise.
Guenter