https://github.com/torvalds/linux
Revision 405386b02157ea1ee49ecb6917c2397985bb2a39 authored by Linus Torvalds on 15 July 2021, 18:56:07 UTC, committed by Linus Torvalds on 15 July 2021, 18:56:07 UTC
Pull kvm fixes from Paolo Bonzini:

 - Allow again loading KVM on 32-bit non-PAE builds

 - Fixes for host SMIs on AMD

 - Fixes for guest SMIs on AMD

 - Fixes for selftests on s390 and ARM

 - Fix memory leak

 - Enforce no-instrumentation area on vmentry when hardware breakpoints
   are in use.

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (25 commits)
  KVM: selftests: smm_test: Test SMM enter from L2
  KVM: nSVM: Restore nested control upon leaving SMM
  KVM: nSVM: Fix L1 state corruption upon return from SMM
  KVM: nSVM: Introduce svm_copy_vmrun_state()
  KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
  KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
  KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
  KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
  KVM: SVM: add module param to control the #SMI interception
  KVM: SVM: remove INIT intercept handler
  KVM: SVM: #SMI interception must not skip the instruction
  KVM: VMX: Remove vmx_msr_index from vmx.h
  KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()
  KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
  kvm: debugfs: fix memory leak in kvm_create_vm_debugfs
  KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM
  KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio
  KVM: SVM: Revert clearing of C-bit on GPA in #NPF handler
  KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs
  KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDR
  ...
2 parent s f3523a2 + d951b22
History
Tip revision: 405386b02157ea1ee49ecb6917c2397985bb2a39 authored by Linus Torvalds on 15 July 2021, 18:56:07 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 405386b
File Mode Size
oss
seq
Kconfig -rw-r--r-- 5.5 KB
Makefile -rw-r--r-- 1.6 KB
compress_offload.c -rw-r--r-- 31.3 KB
control.c -rw-r--r-- 60.2 KB
control_compat.c -rw-r--r-- 12.1 KB
control_led.c -rw-r--r-- 19.9 KB
ctljack.c -rw-r--r-- 2.0 KB
device.c -rw-r--r-- 6.4 KB
hrtimer.c -rw-r--r-- 3.6 KB
hwdep.c -rw-r--r-- 12.6 KB
hwdep_compat.c -rw-r--r-- 1.4 KB
info.c -rw-r--r-- 20.2 KB
info_oss.c -rw-r--r-- 2.8 KB
init.c -rw-r--r-- 26.9 KB
isadma.c -rw-r--r-- 2.3 KB
jack.c -rw-r--r-- 17.1 KB
memalloc.c -rw-r--r-- 10.6 KB
memalloc_local.h -rw-r--r-- 666 bytes
memory.c -rw-r--r-- 1.8 KB
misc.c -rw-r--r-- 3.4 KB
pcm.c -rw-r--r-- 32.8 KB
pcm_compat.c -rw-r--r-- 16.5 KB
pcm_dmaengine.c -rw-r--r-- 13.8 KB
pcm_drm_eld.c -rw-r--r-- 2.3 KB
pcm_iec958.c -rw-r--r-- 5.9 KB
pcm_lib.c -rw-r--r-- 69.1 KB
pcm_local.h -rw-r--r-- 2.7 KB
pcm_memory.c -rw-r--r-- 14.6 KB
pcm_misc.c -rw-r--r-- 16.0 KB
pcm_native.c -rw-r--r-- 110.0 KB
pcm_param_trace.h -rw-r--r-- 4.5 KB
pcm_timer.c -rw-r--r-- 3.0 KB
pcm_trace.h -rw-r--r-- 5.0 KB
rawmidi.c -rw-r--r-- 55.2 KB
rawmidi_compat.c -rw-r--r-- 3.3 KB
seq_device.c -rw-r--r-- 7.1 KB
sgbuf.c -rw-r--r-- 4.6 KB
sound.c -rw-r--r-- 10.2 KB
sound_oss.c -rw-r--r-- 6.4 KB
timer.c -rw-r--r-- 58.4 KB
timer_compat.c -rw-r--r-- 3.5 KB
vmaster.c -rw-r--r-- 14.0 KB

back to top