Revision 05b4ebd2c7cbb3671c376754b37b4963dd08a3a2 authored by Linus Torvalds on 23 October 2022, 22:00:43 UTC, committed by Linus Torvalds on 23 October 2022, 22:00:43 UTC
Pull kvm fixes from Paolo Bonzini:
 "RISC-V:

   - Fix compilation without RISCV_ISA_ZICBOM

   - Fix kvm_riscv_vcpu_timer_pending() for Sstc

  ARM:

   - Fix a bug preventing restoring an ITS containing mappings for very
     large and very sparse device topology

   - Work around a relocation handling error when compiling the nVHE
     object with profile optimisation

   - Fix for stage-2 invalidation holding the VM MMU lock for too long
     by limiting the walk to the largest block mapping size

   - Enable stack protection and branch profiling for VHE

   - Two selftest fixes

  x86:

   - add compat implementation for KVM_X86_SET_MSR_FILTER ioctl

  selftests:

   - synchronize includes between include/uapi and tools/include/uapi"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  tools: include: sync include/api/linux/kvm.h
  KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
  KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
  kvm: Add support for arch compat vm ioctls
  RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc
  RISC-V: Fix compilation without RISCV_ISA_ZICBOM
  KVM: arm64: vgic: Fix exit condition in scan_its_table()
  KVM: arm64: nvhe: Fix build with profile optimization
  KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
  KVM: arm64: selftests: Fix multiple versions of GIC creation
  KVM: arm64: Enable stack protection and branch profiling for VHE
  KVM: arm64: Limit stage2_apply_range() batch size to largest block
  KVM: arm64: Work out supported block level at compile time
2 parent s ca4582c + 9aec606
History
File Mode Size
Makefile -rw-r--r-- 2.0 KB
common.c -rw-r--r-- 12.2 KB
generic.c -rw-r--r-- 13.8 KB
hw_tags.c -rw-r--r-- 8.1 KB
init.c -rw-r--r-- 10.9 KB
kasan.h -rw-r--r-- 19.1 KB
kasan_test.c -rw-r--r-- 38.3 KB
kasan_test_module.c -rw-r--r-- 3.3 KB
quarantine.c -rw-r--r-- 11.2 KB
report.c -rw-r--r-- 14.6 KB
report_generic.c -rw-r--r-- 9.6 KB
report_hw_tags.c -rw-r--r-- 902 bytes
report_sw_tags.c -rw-r--r-- 1.6 KB
report_tags.c -rw-r--r-- 2.9 KB
shadow.c -rw-r--r-- 16.7 KB
sw_tags.c -rw-r--r-- 5.2 KB
tags.c -rw-r--r-- 3.6 KB

back to top