This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/linux.
from fbc04bf01a8d Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/s [...] adds f6c6804c43fa kvm: Move KVM_GET_XSAVE2 IOCTL definition at the end of kvm.h adds 57dfd7b53dec KVM: x86: Move delivery of non-APICv interrupt into vendor code adds ef9989afda73 kvm: add guest_state_{enter,exit}_irqoff() adds 72e3244512b3 kvm/mips: rework guest entry logic adds b2d2af7e5df3 kvm/x86: rework guest entry logic adds 8cfe148a7136 kvm/arm64: rework guest entry logic adds 6455317e4d0d kvm/riscv: rework guest entry logic adds de1d7b6a51da RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode adds 403271548a84 RISC-V: KVM: Fix SBI implementation version adds cb4f0843429e Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/k [...] adds e3bcfda012ed KVM: x86: Report deprecated x87 features in supported CPUID adds 6e37ec8825a1 KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer adds 1c71dbc8a179 KVM: arm64: Avoid consuming a stale esr value when SError occur adds 1229630af886 KVM: arm64: Stop handle_exit() from handling HVC twice whe [...] adds 1dd498e5e26a KVM: arm64: Workaround Cortex-A510's single-step and PAC t [...] adds 7e6a6b400db8 Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pu [...] adds 5fdb26213fcb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds c8980fcb2108 xen/x2apic: enable x2apic mode when supported for HVM adds 4564661af6ee xen: xenbus_dev.h: delete incorrect file name adds 164666fa6666 Improve docs for IOCTL_GNTDEV_MAP_GRANT_REF adds 3ccb3128e503 xen: update missing ioctl magic numers documentation adds e25a8d959992 x86/Xen: streamline (and fix) PV CPU enumeration adds 90c9e950c0de Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes: Documentation/arm64/silicon-errata.rst | 2 + Documentation/userspace-api/ioctl/ioctl-number.rst | 3 + arch/arm64/Kconfig | 16 +++ arch/arm64/kernel/cpu_errata.c | 8 ++ arch/arm64/kvm/arm.c | 51 ++++++---- arch/arm64/kvm/handle_exit.c | 8 ++ arch/arm64/kvm/hyp/include/hyp/switch.h | 23 ++++- arch/arm64/tools/cpucaps | 5 +- arch/mips/kvm/mips.c | 50 ++++++++- arch/riscv/kvm/vcpu.c | 48 +++++---- arch/riscv/kvm/vcpu_sbi_base.c | 3 +- arch/x86/include/asm/kvm-x86-ops.h | 2 +- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/include/asm/xen/hypervisor.h | 14 --- arch/x86/kvm/cpuid.c | 13 +-- arch/x86/kvm/lapic.c | 10 +- arch/x86/kvm/svm/svm.c | 21 +++- arch/x86/kvm/vmx/vmx.c | 21 +++- arch/x86/kvm/x86.c | 10 +- arch/x86/kvm/x86.h | 45 --------- arch/x86/xen/enlighten_hvm.c | 13 +-- arch/x86/xen/enlighten_pv.c | 4 - arch/x86/xen/smp_pv.c | 26 ++--- include/linux/kvm_host.h | 112 ++++++++++++++++++++- include/uapi/linux/kvm.h | 6 +- include/uapi/xen/gntdev.h | 8 +- include/xen/xenbus_dev.h | 2 - 27 files changed, 356 insertions(+), 171 deletions(-)