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 b1c428b6c368 Merge tag 'i2c-for-5.19-rc6' of git://git.kernel.org/pub/s [...] adds 96e8fc581868 x86/xen: Use clear_bss() for Xen PV guests adds 38fa5479b413 x86: Clear .brk area at early boot adds 7e09ac27f43b x86: Fix .brk attribute in linker script adds b57feed2cc26 x86/compressed/64: Add identity mappings for setup_data entries adds 38e0e4d04d41 x86/ibt, objtool: Don't discard text references from trace [...] adds cb8a4beac39b x86/boot: Fix the setup data types max limit adds 74a0032b8524 Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.o [...] adds 4deb96e35c5c irqchip/gicv3: Handle resource request failure consistently adds fd31000d58f4 irqchip/xilinx: Add explicit dependency on OF_ADDRESS adds 1357d2a65601 irqchip/apple-aic: Make symbol 'use_fast_ipi' static adds 80f2a248a2f9 Merge tag 'irqchip-fixes-5.19-2' of git://git.kernel.org/p [...] adds 2b9b31cedb70 Merge tag 'irq_urgent_for_v5.19_rc6' of git://git.kernel.o [...] adds a4ab14e1d8fe gen_compile_commands: handle multiple lines per .mod file adds f5a4618587fb kbuild: remove unused cmd_none in scripts/Makefile.modinst adds 2fbd36dfae40 Merge tag 'kbuild-fixes-v5.19-3' of git://git.kernel.org/p [...] adds d785a773bed9 io_uring: check that we have a file table when allocating [...] adds d9919d43cbf6 Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.d [...] adds 19e506b31749 eeprom: at25: Rework buggy read splitting adds eb7f8e284203 misc: rtsx_usb: fix use of dma mapped buffer for usb bulk [...] adds 3776c7855985 misc: rtsx_usb: use separate command and response buffers adds 2cd37c2e7244 misc: rtsx_usb: set return value in rsp_buf alloc err path adds b41362fdf267 Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub [...] adds ee6c6e734247 staging/wlan-ng: get the correct struct hfa384x in work callback adds 5867f3b88bb5 Merge tag 'staging-5.19-rc6' of git://git.kernel.org/pub/s [...] adds c132fe78ad7b dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate adds 615a4bfc426e dmaengine: ti: Add missing put_device in ti_dra7_xbar_rout [...] adds 646728dff254 dmaengine: Revert "dmaengine: add verification of DMA_INTE [...] adds a7cd3cf0b2e5 dmaengine: imx-sdma: Allow imx8m for imx7 FW revs adds 0ac9c3dd0d6f dmaengine: qcom: bam_dma: fix runtime PM underflow adds 44c4237cf343 dmaengine: idxd: force wq context cleanup on device disable path adds 49db68d45bdc dmaengine: dw-axi-dmac: Fix RMW on channel suspend register adds 09f7b80fac3e dmaengine: imx-sdma: only restart cyclic channel when enabled adds 3770d92bd523 dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() [...] adds 8ffccd119a59 dmaengine: idxd: Only call idxd_enable_system_pasid() if s [...] adds b64b3b2f1d81 dmaengine: pl330: Fix lockdep warning about non-static key adds 1dbe67b9faea dmaengine: lgm: Fix an error handling path in intel_ldma_probe() adds 607a48c78e6b dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo new 952c53cd357c Merge tag 'dmaengine-fix-5.19' of git://git.kernel.org/pub [...]
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: .../bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +- arch/x86/boot/compressed/ident_map_64.c | 13 +++++++ arch/x86/include/asm/setup.h | 3 ++ arch/x86/include/uapi/asm/bootparam.h | 2 +- arch/x86/kernel/head64.c | 4 ++- arch/x86/kernel/vmlinux.lds.S | 2 +- arch/x86/xen/enlighten_pv.c | 8 +++-- arch/x86/xen/xen-head.S | 10 +----- drivers/dma/at_xdmac.c | 5 +++ drivers/dma/dmatest.c | 13 ++----- drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 8 +++-- drivers/dma/idxd/device.c | 5 +-- drivers/dma/idxd/init.c | 13 +++---- drivers/dma/imx-sdma.c | 4 +-- drivers/dma/lgm/lgm-dma.c | 3 +- drivers/dma/pl330.c | 2 +- drivers/dma/qcom/bam_dma.c | 39 ++++++-------------- drivers/dma/ti/dma-crossbar.c | 5 +++ drivers/irqchip/Kconfig | 2 +- drivers/irqchip/irq-apple-aic.c | 2 +- drivers/irqchip/irq-gic-v3.c | 41 ++++++++++++++++------ drivers/misc/cardreader/rtsx_usb.c | 27 +++++++++----- drivers/misc/eeprom/at25.c | 26 +++++++------- drivers/staging/wlan-ng/hfa384x_usb.c | 2 +- fs/io_uring.c | 3 ++ include/linux/rtsx_usb.h | 2 -- scripts/Makefile.modinst | 3 -- scripts/clang-tools/gen_compile_commands.py | 6 ++-- tools/objtool/check.c | 3 +- 29 files changed, 143 insertions(+), 115 deletions(-)