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-arm in repository toolchain/ci/linux.
from 86286e486cbd Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/s [...] adds 053ca37c87af PCI: j721e: Initialize pcie->cdns_pcie before using it adds 7dd3876205df PCI: kirin: Add dev struct for of_device_get_match_data() adds e09e1a40639b Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/pub/ [...] adds c26b85ea1636 scsi: pm80xx: Fix double completion for SATA devices adds 936bd03405fc scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe adds edb854a3680b scsi: core: Reallocate device's budget map on queue depth change adds 0aed75fd30da scsi: pm8001: Fix warning for undescribed param in process [...] adds 61f162aa4381 scsi: pm8001: Fix use-after-free for aborted TMF sas_task adds df7abcaa1246 scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task adds c763ec4c10f7 scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internal adds fc93310c67ff Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 8c83d39cc730 IB/hfi1: Fix panic with larger ipoib send_queue_size adds b1151b74ff68 IB/hfi1: Fix alloc failure with larger txqueuelen adds 5f8f55b92edd IB/hfi1: Fix AIP early init panic adds e5cce44aff3b IB/hfi1: Fix tstats alloc and dealloc adds d9e410ebbed9 RDMA/cma: Use correct address when leaving multicast group adds 36e8169ec973 RDMA/ucma: Protect mc during concurrent multicast leaves adds a75badebfdc0 RDMA/siw: Fix refcounting leak in siw_create_qp() adds b856101a1774 IB/cm: Release previously acquired reference counter in th [...] adds 4028bccb003c IB/rdmavt: Validate remote_addr during loopback atomic tests adds b43a76f423aa RDMA/siw: Fix broken RDMA Read Fence/Resume logic. adds f3136c4ce7ac RDMA/mlx4: Don't continue event handler after memory alloc [...] adds 0457e5153e0e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds ebb7fb1557b1 xfs, iomap: limit individual ioend chain lengths in writeback adds 524446e21798 Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub [...] adds 2719c7160dcf vfs: make freeze_super abort when sync_filesystem returns error adds 5679897eb104 vfs: make sync_filesystem return errors from ->sync_fs adds dd5532a4994b quota: make dquot_quota_sync return errors from ->sync_fs adds 2d86293c7075 xfs: return errors in xfs_fs_sync_fs adds ea7b3e6d42d7 Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/s [...] adds 29d650f7e3ab xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* adds 472c6e46f589 xfs: remove XFS_PREALLOC_SYNC adds fbe7e5200365 xfs: fallocate() should call file_modified() adds 0b02c8c0d75a xfs: set prealloc flag in xfs_alloc_file_space() adds b39a04636fd7 xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c adds cea267c235e1 xfs: ensure log flush at the end of a synchronous fallocate call adds 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 ++--- drivers/infiniband/core/cm.c | 2 +- drivers/infiniband/core/cma.c | 22 ++-- drivers/infiniband/core/ucma.c | 34 +++++-- drivers/infiniband/hw/hfi1/ipoib.h | 2 +- drivers/infiniband/hw/hfi1/ipoib_main.c | 27 ++--- drivers/infiniband/hw/hfi1/ipoib_tx.c | 38 ++++--- drivers/infiniband/hw/mlx4/main.c | 2 +- drivers/infiniband/sw/rdmavt/qp.c | 2 + drivers/infiniband/sw/siw/siw.h | 7 +- drivers/infiniband/sw/siw/siw_qp_rx.c | 20 ++-- drivers/infiniband/sw/siw/siw_verbs.c | 3 +- drivers/pci/controller/cadence/pci-j721e.c | 85 ++++++++-------- drivers/pci/controller/dwc/pcie-kirin.c | 31 +++--- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 21 ++-- drivers/scsi/hisi_sas/hisi_sas_main.c | 14 ++- drivers/scsi/pm8001/pm8001_hwi.c | 18 ---- drivers/scsi/pm8001/pm8001_sas.c | 5 + drivers/scsi/pm8001/pm80xx_hwi.c | 31 +----- drivers/scsi/scsi_scan.c | 55 +++++++++- fs/iomap/buffered-io.c | 52 +++++++++- fs/quota/dquot.c | 11 +- fs/super.c | 19 ++-- fs/sync.c | 18 ++-- fs/xfs/xfs_aops.c | 16 ++- fs/xfs/xfs_bmap_util.c | 9 +- fs/xfs/xfs_file.c | 86 +++++----------- fs/xfs/xfs_inode.h | 9 -- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_pnfs.c | 42 +++++++- fs/xfs/xfs_super.c | 6 +- include/linux/iomap.h | 2 + include/linux/kvm_host.h | 112 ++++++++++++++++++++- include/uapi/linux/kvm.h | 6 +- include/uapi/xen/gntdev.h | 8 +- include/xen/xenbus_dev.h | 2 - 58 files changed, 759 insertions(+), 459 deletions(-)