This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/linux.
from b2da7df52e16 Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.o [...] adds 2a50fc5fd097 KVM: arm64: Handle host stage-2 faults from 32-bit EL0 adds 8f6379e207e7 KVM/arm64: Don't emulate a PMU for 32-bit guests if featur [...] adds 85ea6b1ec915 KVM: arm64: Inject exception on out-of-IPA-range translati [...] adds 484c22df5aa0 Merge tag 'kvmarm-fixes-5.18-2' of git://git.kernel.org/pu [...] adds 86931ff7207b KVM: x86/mmu: Do not create SPTEs for GFNs that exceed hos [...] adds d495f942f40a KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT adds 44187235cbcc KVM: x86/mmu: fix potential races when walking host page table adds 73331c5d84cf Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD adds 643d95aac59a Revert "x86/mm: Introduce lookup_address_in_mm()" adds f751d8eac176 KVM: x86: work around QEMU issue with synthetic CPUID leaves adds b6b2648911bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 672c0c517342 Linux 5.18-rc5
No new revisions were added by this update.
Summary of changes: Documentation/virt/kvm/api.rst | 24 ++++++++++----- Makefile | 2 +- arch/arm64/include/asm/kvm_emulate.h | 1 + arch/arm64/kvm/hyp/nvhe/host.S | 18 ++++++------ arch/arm64/kvm/inject_fault.c | 28 ++++++++++++++++++ arch/arm64/kvm/mmu.c | 19 ++++++++++++ arch/arm64/kvm/pmu-emul.c | 23 ++++++++++++++- arch/arm64/kvm/psci.c | 3 +- arch/riscv/kvm/vcpu_sbi.c | 5 ++-- arch/x86/include/asm/pgtable_types.h | 4 --- arch/x86/kvm/cpuid.c | 19 ++++++++---- arch/x86/kvm/mmu.h | 24 +++++++++++++++ arch/x86/kvm/mmu/mmu.c | 57 +++++++++++++++++++++++++++++++----- arch/x86/kvm/mmu/spte.h | 6 ---- arch/x86/kvm/mmu/tdp_mmu.c | 15 +++++----- arch/x86/kvm/x86.c | 8 ++++- arch/x86/mm/pat/set_memory.c | 11 ------- include/uapi/linux/kvm.h | 10 ++++++- virt/kvm/kvm_main.c | 1 + 19 files changed, 215 insertions(+), 63 deletions(-)