Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "As everyone back came back from conferences, here are the pending patches for Linux 6.0. ARM: - Fix for kmemleak with pKVM s390: - Fixes for VFIO with zPCI - smatch fix x86: - Ensure XSAVE-capable hosts always allow FP and SSE state to be saved and restored via KVM_{GET,SET}_XSAVE - Fix broken max_mmu_rmap_size stat - Fix compile error with old glibc that doesn't have gettid()" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0 KVM: x86/mmu: add missing update to max_mmu_rmap_size selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c KVM: s390: pci: register pci hooks without interpretation KVM: s390: pci: fix GAIT physical vs virtual pointers usage KVM: s390: Pass initialized arg even if unused KVM: s390: pci: fix plain integer as NULL pointer warnings KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
No related branches found
No related tags found
Showing
- arch/arm64/kvm/arm.c 1 addition, 1 deletionarch/arm64/kvm/arm.c
- arch/s390/kvm/gaccess.c 13 additions, 3 deletionsarch/s390/kvm/gaccess.c
- arch/s390/kvm/interrupt.c 1 addition, 1 deletionarch/s390/kvm/interrupt.c
- arch/s390/kvm/kvm-s390.c 2 additions, 2 deletionsarch/s390/kvm/kvm-s390.c
- arch/s390/kvm/pci.c 14 additions, 6 deletionsarch/s390/kvm/pci.c
- arch/s390/kvm/pci.h 3 additions, 3 deletionsarch/s390/kvm/pci.h
- arch/x86/include/asm/kvm_host.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/cpuid.c 8 additions, 3 deletionsarch/x86/kvm/cpuid.c
- arch/x86/kvm/emulate.c 3 additions, 0 deletionsarch/x86/kvm/emulate.c
- arch/x86/kvm/mmu/mmu.c 2 additions, 0 deletionsarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/x86.c 3 additions, 7 deletionsarch/x86/kvm/x86.c
- tools/testing/selftests/kvm/rseq_test.c 1 addition, 1 deletiontools/testing/selftests/kvm/rseq_test.c
Loading
Please register or sign in to comment