This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ce522ba9ef7e Linux 5.18-rc2 new 36560efeab32 platform/x86: think-lmi: certificate support clean ups new 0284d4d1be75 platform/x86: samsung-laptop: Fix an unsigned comparison w [...] new 3f2a3c79a453 platform/x86: barco-p50-gpio: Fix duplicate included linux/io.h new c5547574797b Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings new 45440a1d79ee Documentation/ABI: sysfs-class-firmware-attributes: Fix Sp [...] new 9aa6471419dc Documentation/ABI: sysfs-class-firmware-attributes: Misc. [...] new 487532ec20c1 platform/x86: acerhdf: Cleanup str_starts_with() new 753ee989f7cf platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND new 7281a59ce3a5 Merge tag 'platform-drivers-x86-v5.18-2' of git://git.kern [...] new 932aba1e1690 stat: fix inconsistency between struct stat and struct com [...] new 6150f276073a media: rockchip/rga: do proper error checking in probe new 62c31868f528 media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV new 3ae87d2f25c0 media: si2157: unknown chip version Si2147-A30 ROM 0x50 new 7083b89ef3e9 Merge tag 'media/v5.18-2' of git://git.kernel.org/pub/scm/ [...] new 00c220134670 KVM: SEV: Add cond_resched() to loop in sev_clflush_pages() new 1d0e84806047 KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded new 3203a56a0f0e KVM: x86/mmu: remove unnecessary flush_workqueue() new c1be1ef1b4a7 Documentation: kvm: Add missing line break in api.rst new 5593473a1e6c KVM: avoid NULL pointer dereference in kvm_dirty_ring_push new 2da0aebc74db KVM: arm64: Generally disallow SMC64 for AArch32 guests new 827c2ab33148 KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32 new 73b725c7a6c8 KVM: arm64: Drop unneeded minor version check from PSCI v1 [...] new f587661f21eb KVM: arm64: Don't split hugepages outside of MMU write lock new c707663e81ef KVM: arm64: vgic: Remove unnecessary type castings new 26bf74bd9f6f KVM: arm64: mixed-width check should be skipped for uninit [...] new 2f5d27e6cf14 KVM: arm64: selftests: Introduce vcpu_width_config new 02de9331c4d0 KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3) new a44a4cc1c969 KVM: Don't create VM debugfs files outside of the VM directory new 386ba265a819 selftests: KVM: Don't leak GIC FD across dirty log test it [...] new 21db83846683 selftests: KVM: Free the GIC FD when cleaning up in arch_timer new a44e2c207c30 Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pu [...] new 8c3ce496bd61 RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put() new fac372536439 KVM: selftests: riscv: Set PTE A and D bits in VS-stage pa [...] new ebdef0de2dbc KVM: selftests: riscv: Fix alignment of the guest_hang() function new 4054eee92902 RISC-V: KVM: include missing hwcap.h into vcpu_fp new b2c2c21a7d78 Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/k [...] new 0c8b6641c841 selftests: kvm: add tsc_scaling_sync to .gitignore new af105c9cc9ec Documentation: KVM: Add SPDX-License-Identifier tag new c538dc792ff7 KVM: SVM: Do not activate AVIC for SEV-enabled guest new 42dcbe7d8bac KVM: x86: hyper-v: Avoid writing to TSC page without an ac [...] new 453096eb048c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 5f7b839d47db SUNRPC: Return true/false (not 1/0) from bool functions new 6b8a94332ee4 nfsd: Fix a write performance regression new 999397926ab3 nfsd: Clean up nfsd_file_put() new 773f91b2cf3f SUNRPC: Fix NFSD's request deferral on RDMA transports new 4d5004451ab2 SUNRPC: Fix the svc_deferred_event trace class new c1488c97517a Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/li [...] new 55037ed7bdc6 uapi/linux/stddef.h: Add include guards new c40160f2998c gcc-plugins: latent_entropy: use /dev/urandom new a19944809fe9 Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pu [...]
The 50 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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