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
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 1.4 KB
pinctrl-sun4i-a10.c -rw-r--r-- 49.6 KB
pinctrl-sun50i-a100-r.c -rw-r--r-- 3.3 KB
pinctrl-sun50i-a100.c -rw-r--r-- 27.0 KB
pinctrl-sun50i-a64-r.c -rw-r--r-- 4.2 KB
pinctrl-sun50i-a64.c -rw-r--r-- 22.9 KB
pinctrl-sun50i-h5.c -rw-r--r-- 22.2 KB
pinctrl-sun50i-h6-r.c -rw-r--r-- 4.5 KB
pinctrl-sun50i-h6.c -rw-r--r-- 23.8 KB
pinctrl-sun50i-h616-r.c -rw-r--r-- 1.5 KB
pinctrl-sun50i-h616.c -rw-r--r-- 21.8 KB
pinctrl-sun5i.c -rw-r--r-- 28.3 KB
pinctrl-sun6i-a31-r.c -rw-r--r-- 4.7 KB
pinctrl-sun6i-a31.c -rw-r--r-- 39.1 KB
pinctrl-sun8i-a23-r.c -rw-r--r-- 4.3 KB
pinctrl-sun8i-a23.c -rw-r--r-- 22.0 KB
pinctrl-sun8i-a33.c -rw-r--r-- 19.1 KB
pinctrl-sun8i-a83t-r.c -rw-r--r-- 4.3 KB
pinctrl-sun8i-a83t.c -rw-r--r-- 23.0 KB
pinctrl-sun8i-h3-r.c -rw-r--r-- 3.7 KB
pinctrl-sun8i-h3.c -rw-r--r-- 19.5 KB
pinctrl-sun8i-v3s.c -rw-r--r-- 21.6 KB
pinctrl-sun9i-a80-r.c -rw-r--r-- 6.2 KB
pinctrl-sun9i-a80.c -rw-r--r-- 28.6 KB
pinctrl-suniv-f1c100s.c -rw-r--r-- 15.3 KB
pinctrl-sunxi.c -rw-r--r-- 37.8 KB
pinctrl-sunxi.h -rw-r--r-- 8.9 KB

back to top