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_check_gcc/master-arm 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 [...]
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/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/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 +++--- 43 files changed, 182 insertions(+), 216 deletions(-)