mbox series

[0/2] KVM: x86: MPX bug fix and cleanup

Message ID 20191209201932.14259-1-sean.j.christopherson@intel.com (mailing list archive)
Headers show
Series KVM: x86: MPX bug fix and cleanup | expand

Message

Sean Christopherson Dec. 9, 2019, 8:19 p.m. UTC
Fix a theoretical MPX+INIT bug found by inspection and do minor cleanup
in the related code.

Sean Christopherson (2):
  KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
  KVM: x86: Skip zeroing of MPX state on reset event

 arch/x86/kvm/x86.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)