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-aarch64 in repository toolchain/ci/linux.
from 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 new 90c9e950c0de Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.or [...]
The 1 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: 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 ++--- 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 - 39 files changed, 527 insertions(+), 272 deletions(-)