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_check_binutils/master-aarch64 in repository toolchain/ci/linux.
from ce522ba9ef7e Linux 5.18-rc2 adds 36560efeab32 platform/x86: think-lmi: certificate support clean ups adds 0284d4d1be75 platform/x86: samsung-laptop: Fix an unsigned comparison w [...] adds 3f2a3c79a453 platform/x86: barco-p50-gpio: Fix duplicate included linux/io.h adds c5547574797b Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings adds 45440a1d79ee Documentation/ABI: sysfs-class-firmware-attributes: Fix Sp [...] adds 9aa6471419dc Documentation/ABI: sysfs-class-firmware-attributes: Misc. [...] adds 487532ec20c1 platform/x86: acerhdf: Cleanup str_starts_with() adds 753ee989f7cf platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND adds 7281a59ce3a5 Merge tag 'platform-drivers-x86-v5.18-2' of git://git.kern [...] adds 932aba1e1690 stat: fix inconsistency between struct stat and struct com [...] adds 6150f276073a media: rockchip/rga: do proper error checking in probe adds 62c31868f528 media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV adds 3ae87d2f25c0 media: si2157: unknown chip version Si2147-A30 ROM 0x50 adds 7083b89ef3e9 Merge tag 'media/v5.18-2' of git://git.kernel.org/pub/scm/ [...] adds 00c220134670 KVM: SEV: Add cond_resched() to loop in sev_clflush_pages() adds 1d0e84806047 KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded adds 3203a56a0f0e KVM: x86/mmu: remove unnecessary flush_workqueue() adds c1be1ef1b4a7 Documentation: kvm: Add missing line break in api.rst adds 5593473a1e6c KVM: avoid NULL pointer dereference in kvm_dirty_ring_push adds 2da0aebc74db KVM: arm64: Generally disallow SMC64 for AArch32 guests adds 827c2ab33148 KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32 adds 73b725c7a6c8 KVM: arm64: Drop unneeded minor version check from PSCI v1 [...] adds f587661f21eb KVM: arm64: Don't split hugepages outside of MMU write lock adds c707663e81ef KVM: arm64: vgic: Remove unnecessary type castings adds 26bf74bd9f6f KVM: arm64: mixed-width check should be skipped for uninit [...] adds 2f5d27e6cf14 KVM: arm64: selftests: Introduce vcpu_width_config adds 02de9331c4d0 KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3) adds a44a4cc1c969 KVM: Don't create VM debugfs files outside of the VM directory adds 386ba265a819 selftests: KVM: Don't leak GIC FD across dirty log test it [...] adds 21db83846683 selftests: KVM: Free the GIC FD when cleaning up in arch_timer adds a44e2c207c30 Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pu [...] adds 8c3ce496bd61 RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put() adds fac372536439 KVM: selftests: riscv: Set PTE A and D bits in VS-stage pa [...] adds ebdef0de2dbc KVM: selftests: riscv: Fix alignment of the guest_hang() function adds 4054eee92902 RISC-V: KVM: include missing hwcap.h into vcpu_fp adds b2c2c21a7d78 Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/k [...] adds 0c8b6641c841 selftests: kvm: add tsc_scaling_sync to .gitignore adds af105c9cc9ec Documentation: KVM: Add SPDX-License-Identifier tag adds c538dc792ff7 KVM: SVM: Do not activate AVIC for SEV-enabled guest adds 42dcbe7d8bac KVM: x86: hyper-v: Avoid writing to TSC page without an ac [...] adds 453096eb048c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 5f7b839d47db SUNRPC: Return true/false (not 1/0) from bool functions adds 6b8a94332ee4 nfsd: Fix a write performance regression adds 999397926ab3 nfsd: Clean up nfsd_file_put() adds 773f91b2cf3f SUNRPC: Fix NFSD's request deferral on RDMA transports adds 4d5004451ab2 SUNRPC: Fix the svc_deferred_event trace class adds c1488c97517a Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/li [...] adds 55037ed7bdc6 uapi/linux/stddef.h: Add include guards adds c40160f2998c gcc-plugins: latent_entropy: use /dev/urandom adds a19944809fe9 Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: .../ABI/testing/sysfs-class-firmware-attributes | 48 ++++---- Documentation/ABI/testing/sysfs-driver-intel_sdsi | 18 +-- Documentation/virt/kvm/api.rst | 1 + Documentation/virt/kvm/vcpu-requests.rst | 2 + .../virt/kvm/x86/amd-memory-encryption.rst | 2 + Documentation/virt/kvm/x86/errata.rst | 2 +- .../virt/kvm/x86/running-nested-guests.rst | 2 + arch/arm64/include/asm/kvm_emulate.h | 27 +++-- arch/arm64/include/asm/kvm_host.h | 10 ++ arch/arm64/kvm/mmu.c | 11 +- arch/arm64/kvm/psci.c | 31 +++--- arch/arm64/kvm/reset.c | 65 +++++++---- arch/arm64/kvm/vgic/vgic-debug.c | 10 +- arch/arm64/kvm/vgic/vgic-its.c | 2 +- arch/riscv/kvm/vcpu.c | 2 - arch/riscv/kvm/vcpu_fp.c | 1 + arch/x86/include/asm/compat.h | 6 +- arch/x86/include/asm/kvm_host.h | 10 +- arch/x86/kvm/hyperv.c | 40 ++----- arch/x86/kvm/hyperv.h | 2 +- arch/x86/kvm/mmu/mmu.c | 20 +++- arch/x86/kvm/mmu/tdp_mmu.c | 2 +- arch/x86/kvm/svm/avic.c | 3 +- arch/x86/kvm/svm/sev.c | 3 + arch/x86/kvm/x86.c | 27 ++++- drivers/media/platform/nxp/Kconfig | 1 + drivers/media/platform/rockchip/rga/rga.c | 2 +- drivers/media/tuners/si2157.c | 22 ++-- drivers/platform/x86/acerhdf.c | 21 +--- drivers/platform/x86/amd-pmc.c | 14 ++- drivers/platform/x86/barco-p50-gpio.c | 1 - drivers/platform/x86/samsung-laptop.c | 2 - drivers/platform/x86/think-lmi.c | 44 +++----- drivers/platform/x86/think-lmi.h | 1 - fs/nfsd/filecache.c | 25 +++-- fs/nfsd/nfs2acl.c | 24 ++-- fs/stat.c | 19 ++-- include/linux/sunrpc/svc.h | 1 + include/trace/events/sunrpc.h | 7 +- include/uapi/linux/stddef.h | 4 + net/sunrpc/svc_xprt.c | 3 + net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 2 +- scripts/gcc-plugins/latent_entropy_plugin.c | 44 +++++--- tools/testing/selftests/kvm/.gitignore | 2 + tools/testing/selftests/kvm/Makefile | 1 + tools/testing/selftests/kvm/aarch64/arch_timer.c | 15 ++- tools/testing/selftests/kvm/aarch64/get-reg-list.c | 14 ++- .../selftests/kvm/aarch64/vcpu_width_config.c | 122 +++++++++++++++++++++ tools/testing/selftests/kvm/dirty_log_perf_test.c | 34 +++++- .../selftests/kvm/include/riscv/processor.h | 4 +- tools/testing/selftests/kvm/lib/riscv/processor.c | 2 +- virt/kvm/kvm_main.c | 12 +- 52 files changed, 516 insertions(+), 274 deletions(-) create mode 100644 tools/testing/selftests/kvm/aarch64/vcpu_width_config.c