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_build/master-arm in repository toolchain/ci/linux.
from fe27d189e3f4 Merge tag 'folio-5.18f' of git://git.infradead.org/users/w [...] adds 19965d8259fd drm/amdgpu: do not use passthrough mode in Xen dom0 adds 3dfe85fa87b2 drm/amd/display: Avoid reading audio pattern past AUDIO_CH [...] adds ebbc04bdb196 Merge tag 'amd-drm-fixes-5.18-2022-05-04' of https://gitla [...] adds aafa025c76dc fbdev: Make fb_release() return -ENODEV if fbdev was unregistered adds 841e512ffb64 drm/bridge: ite-it6505: add missing Kconfig option select adds ca5e2f4d6b67 Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.fre [...] adds 3f65b1e2f424 drm/msm/dp: remove fail safe mode related code adds 5727375215b0 Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.fre [...] adds 5fa576d7f094 Merge tag 'drm-fixes-2022-05-06' of git://anongit.freedesk [...] adds 4bc31edebde5 mmc: core: Set HS clock speed before sending HS CMD13 adds e9f3fb523dbf mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits adds 3e5a8e8494a8 mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC adds 64267926e01b Merge tag 'mmc-v5.18-rc4' of git://git.kernel.org/pub/scm/ [...] adds 290c4a902b79 RDMA/rxe: Fix "Replace mr by rkey in responder resources" adds 679ab61bf5f5 RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() adds 570a4bf7440e RDMA/rxe: Recheck the MR in when generating a READ reply adds 7b8943b821ba RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state adds 2df6d895907b RDMA/irdma: Reduce iWARP QP destroy time adds 1c9043ae0667 RDMA/irdma: Fix possible crash due to NULL netdev in notifier adds ef91271c65c1 RDMA/siw: Fix a condition race issue in MPA request processing adds a926a903b7dc RDMA/rxe: Do not call dev_mc_add/del() under a spinlock adds bfdc0edd11f9 RDMA/rxe: Change mcg_lock to a _bh lock adds 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 new 497fe3bb196d Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.o [...] new 706c9c55e5a3 KVM: x86/mmu: Don't treat fully writable SPTEs as volatile [...] new 54eb3ef56f36 KVM: x86/mmu: Move shadow-present check out of spte_has_vo [...] new ba3a6120a4e7 KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with [...] new 4f510c8bb1dd Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD new 5eb849322d7f KVM: x86/svm: Account for family 17h event renumberings in [...] new 5a1bde46f98b kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has ar [...] new 04144108a1ab Merge branch 'kvm-amd-pmu-fixes' into HEAD new 0c2c7c069285 KVM: SEV: Mark nested locking of vcpu->lock new 053d2290c030 KVM: VMX: Exit to userspace if vCPU has injected exception [...] new bce58da1f398 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 11 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: 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 +- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 4 +- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- drivers/gpu/drm/bridge/Kconfig | 1 + drivers/gpu/drm/msm/dp/dp_display.c | 6 -- drivers/gpu/drm/msm/dp/dp_panel.c | 11 ---- drivers/gpu/drm/msm/dp/dp_panel.h | 1 - drivers/infiniband/hw/irdma/cm.c | 33 +++------- drivers/infiniband/hw/irdma/utils.c | 21 +++--- drivers/infiniband/hw/irdma/verbs.c | 4 +- drivers/infiniband/sw/rxe/rxe_mcast.c | 81 ++++++++++------------- drivers/infiniband/sw/rxe/rxe_resp.c | 35 +++++++--- drivers/infiniband/sw/siw/siw_cm.c | 7 +- drivers/mmc/core/mmc.c | 23 +++++-- drivers/mmc/host/sdhci-msm.c | 42 ++++++++++++ drivers/mmc/host/sunxi-mmc.c | 5 +- drivers/video/fbdev/core/fbmem.c | 5 +- 26 files changed, 367 insertions(+), 194 deletions(-)