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 741668ef7832 Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/l [...] adds 3fb937f441c6 PCI: ACPI: Check parent pointer in acpi_pci_find_companion() adds cdc726fb35ed Merge tag 'acpi-5.15-rc5' of git://git.kernel.org/pub/scm/ [...] adds 951cd3a0866d firmware: include drivers/firmware/Kconfig unconditionally adds 424953cf3c66 qcom_scm: hide Kconfig symbol adds 2fbc349911e4 asm-generic/io.h: give stub iounmap() on !MMU same prototy [...] adds 0dcf60d00140 Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org [...] adds 0432523f4807 xen/privcmd: replace kcalloc() by kvcalloc() when allocati [...] adds e11423d6721d xen/privcmd: fix error handling in mmap-resource processing adds 97315723c463 xen/privcmd: drop "pages" parameter from xen_remap_pfn() adds 9172b5c4a778 xen/x86: prevent PVH type from getting clobbered adds cae7d81a3730 xen/x86: allow PVH Dom0 without XEN_PV=y adds adf330a7cd64 xen/x86: make "earlyprintk=xen" work better for PVH Dom0 adds 8e24d9bfc44d xen/x86: allow "earlyprintk=xen" to work for PV Dom0 adds 42bc9716bc1d xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU adds 4d1ab432acc9 xen/x86: generalize preferred console model from PV to PVH Dom0 adds 079c4baa2aad xen/x86: hook up xen_banner() also for PVH adds 59f7e5374175 x86/PVH: adjust function/data placement adds 9c11112c0ec7 xen/x86: adjust data placement adds 319933a80fd4 xen/balloon: fix cancelled balloon action adds 3946b46cab8b Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.or [...] adds d67ed2510d28 xtensa: use CONFIG_USE_OF instead of CONFIG_OF adds 6489f8d0e1d9 xtensa: call irqchip_init only when CONFIG_USE_OF is selected adds f3d7c2cdf6dc xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF adds 012e974501a2 xtensa: xtfpga: Try software restart before simulating CPU reset adds 5d6ab0bb408f Merge tag 'xtensa-20211008' of git://github.com/jcmvbkbc/l [...] adds 686cb8b9f6b4 bpf, s390: Fix potential memory leak about jit_data adds a46044a92add s390/pci: fix zpci_zdev_put() on reserve adds f84fc4e36cd8 Merge tag 's390-5.15-5' of git://git.kernel.org/pub/scm/li [...] adds bb4a23c994ae riscv/vdso: Refactor asm/vdso.h adds 78a743cd82a3 riscv/vdso: Move vdso data page up front adds 8bb0ab3ae7a4 riscv/vdso: make arch_setup_additional_pages wait for mmap [...] adds 5155cf7b6aae Merge remote-tracking branch 'palmer/riscv-vdso-cleanup' i [...] adds 59a4e0d5511b RISC-V: Include clone3() on rv32 adds 9246320672be Merge remote-tracking branch 'palmer/riscv-clone3' into fixes adds bb8958d5dc79 riscv: Flush current cpu icache before other cpus adds 3ef6ca4f354c checksyscalls: Unconditionally ignore fstat{,at}64 adds 717478d89fe2 Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.o [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 2 +- arch/arm/Kconfig | 2 - arch/arm64/Kconfig | 2 - arch/ia64/Kconfig | 2 - arch/mips/Kconfig | 2 - arch/parisc/Kconfig | 2 - arch/riscv/Kconfig | 2 - arch/riscv/include/asm/syscall.h | 1 + arch/riscv/include/asm/vdso.h | 18 ++++--- arch/riscv/include/uapi/asm/unistd.h | 3 +- arch/riscv/kernel/syscall_table.c | 1 - arch/riscv/kernel/vdso.c | 53 +++++++++++------- arch/riscv/kernel/vdso/vdso.lds.S | 3 +- arch/riscv/mm/cacheflush.c | 2 + arch/s390/include/asm/pci.h | 2 + arch/s390/net/bpf_jit_comp.c | 2 +- arch/s390/pci/pci.c | 45 ++++++++++++++-- arch/s390/pci/pci_event.c | 4 +- arch/x86/Kconfig | 2 - arch/x86/include/asm/xen/pci.h | 11 ++-- arch/x86/pci/xen.c | 15 +++--- arch/x86/platform/pvh/enlighten.c | 12 ++--- arch/x86/xen/Kconfig | 19 ++++--- arch/x86/xen/Makefile | 2 +- arch/x86/xen/enlighten.c | 54 ++++++++++++++++--- arch/x86/xen/enlighten_pv.c | 35 +----------- arch/x86/xen/enlighten_pvh.c | 10 +++- arch/x86/xen/mmu_pv.c | 2 +- arch/x86/xen/xen-ops.h | 5 +- arch/xtensa/include/asm/kmem_layout.h | 2 +- arch/xtensa/kernel/irq.c | 2 +- arch/xtensa/kernel/setup.c | 12 ++--- arch/xtensa/mm/mmu.c | 2 +- arch/xtensa/platforms/xtfpga/setup.c | 12 +++-- drivers/Kconfig | 2 + drivers/firmware/Kconfig | 5 +- drivers/gpu/drm/msm/Kconfig | 4 +- drivers/iommu/Kconfig | 3 +- drivers/iommu/arm/arm-smmu/Makefile | 3 +- drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 3 +- drivers/media/platform/Kconfig | 2 +- drivers/mmc/host/Kconfig | 2 +- drivers/net/ipa/Kconfig | 1 + drivers/net/wireless/ath/ath10k/Kconfig | 2 +- drivers/pci/hotplug/s390_pci_hpc.c | 9 +--- drivers/pci/pci-acpi.c | 3 ++ drivers/pinctrl/qcom/Kconfig | 3 +- drivers/tty/hvc/hvc_xen.c | 13 ++--- drivers/xen/Kconfig | 4 +- drivers/xen/balloon.c | 21 +++++--- drivers/xen/privcmd.c | 18 +++---- include/asm-generic/io.h | 2 +- include/linux/arm-smccc.h | 10 ++++ include/linux/qcom_scm.h | 71 ------------------------- include/xen/xen-ops.h | 15 +++--- scripts/checksyscalls.sh | 6 ++- 56 files changed, 284 insertions(+), 263 deletions(-)