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_gcc/master-aarch64 in repository toolchain/ci/linux.
from 4df22ca85d3d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds c6fe81191bd7 RISC-V: relocate DTB if it's outside memory region adds 497fe3bb196d Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.o [...] adds 706c9c55e5a3 KVM: x86/mmu: Don't treat fully writable SPTEs as volatile [...] adds 54eb3ef56f36 KVM: x86/mmu: Move shadow-present check out of spte_has_vo [...] adds ba3a6120a4e7 KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with [...] adds 4f510c8bb1dd Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD adds 5eb849322d7f KVM: x86/svm: Account for family 17h event renumberings in [...] adds 5a1bde46f98b kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has ar [...] adds 04144108a1ab Merge branch 'kvm-amd-pmu-fixes' into HEAD adds 0c2c7c069285 KVM: SEV: Mark nested locking of vcpu->lock adds 053d2290c030 KVM: VMX: Exit to userspace if vCPU has injected exception [...] adds bce58da1f398 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds e13433b4416f SUNRPC release the transport of a relocated task with an a [...] adds 00c94ebec592 NFSv4: Don't invalidate inode attributes on delegation return adds aad41a7d7cf6 SUNRPC: Don't leak sockets in xs_local_connect() adds efce2d0ba6bf SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets adds 892de36fd4a9 SUNRPC: Ensure gss-proxy connects on setup adds a3d0562d4dc0 Revert "SUNRPC: attempt AF_LOCAL connect on setup" adds adcffc1716f8 Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/proj [...] adds 9f73f1aef98b btrfs: force v2 space cache usage for subpage mount adds 549577127afe btrfs: zoned: move non-changing condition check out of the loop adds ceb4f60830a7 btrfs: zoned: activate block group properly on unlimited a [...] adds 750ee454908e btrfs: fix assertion failure when logging directory key ra [...] adds 3e1ad196385c btrfs: sysfs: export the balance paused state of exclusive [...] adds 4b97bac0756a Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: arch/riscv/mm/init.c | 21 ++++++++- arch/x86/kvm/cpuid.c | 5 +++ arch/x86/kvm/mmu/mmu.c | 34 +++------------ arch/x86/kvm/mmu/spte.c | 28 ++++++++++++ arch/x86/kvm/mmu/spte.h | 4 +- arch/x86/kvm/mmu/tdp_iter.h | 34 ++++++++++++++- arch/x86/kvm/mmu/tdp_mmu.c | 82 +++++++++++++++++++++++------------- arch/x86/kvm/svm/pmu.c | 28 ++++++++++-- arch/x86/kvm/svm/sev.c | 42 ++++++++++++++++-- arch/x86/kvm/vmx/vmx.c | 2 +- fs/btrfs/disk-io.c | 11 +++++ fs/btrfs/sysfs.c | 3 ++ fs/btrfs/tree-log.c | 39 +++++++++++------ fs/btrfs/zoned.c | 34 ++++++--------- fs/nfs/nfs4proc.c | 12 +++++- include/linux/sunrpc/clnt.h | 1 + net/sunrpc/auth_gss/gss_rpc_upcall.c | 2 +- net/sunrpc/clnt.c | 14 ++++-- net/sunrpc/xprtsock.c | 35 +++++++++++++-- 19 files changed, 316 insertions(+), 115 deletions(-)