This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 3a562aee727a Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/sc [...] adds cec935ce69fc media: cec: CEC 2.0-only bcast messages were ignored adds 95c29d46ab2a media: cec: avoid decrementing transmit_queue_sz if it is 0 adds ac479b51f3f4 media: cec: check 'transmit_in_progress', not 'transmitting' adds e5a52a1d15c7 media: pulse8-cec: fix lost cec_transmit_attempt_done() call adds ce644cf3fa06 media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s [...] adds 50978df311d8 Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/l [...] adds 53a256a9b925 dmaengine: Fix access to uninitialized dma_slave_caps adds a40c94be2336 dmaengine: dma-jz4780: Also break descriptor chains on JZ4725B adds 2f42e05b942f dmaengine: k3dma: Avoid null pointer traversal adds 24461d9792c2 dmaengine: virt-dma: Fix access after free in vchan_complete() adds b0b5ce1010ff ioat: ioat_alloc_ring() failure handling. adds 5613970af3f5 Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.o [...] adds 3b1313eb32c4 mips: cacheinfo: report shared CPU map adds 87f67cc4c7b8 MIPS: Fix boot on Fuloong2 systems adds 7d2aa4bb90f5 mips: Fix gettimeofday() in the vdso library adds a7effde99b6e MIPS: Kconfig: Use correct form for 'depends on' adds a4a3893114a4 MIPS: Prevent link failure with kcov instrumentation adds f8fffebdea75 MIPS: BPF: Disable MIPS32 eBPF JIT adds f596cf0d8062 MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig new bbcc5672b006 MIPS: Avoid VDSO ABI breakage due to global register variable new c420ddda506b Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/s [...]
The 2 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: arch/mips/Kconfig | 2 +- arch/mips/boot/compressed/Makefile | 3 ++ arch/mips/include/asm/cpu-type.h | 3 +- arch/mips/include/asm/thread_info.h | 20 ++++++++++++- arch/mips/include/asm/vdso/gettimeofday.h | 13 -------- arch/mips/kernel/cacheinfo.c | 27 ++++++++++++++++- arch/mips/net/ebpf_jit.c | 2 +- arch/mips/vdso/vgettimeofday.c | 20 +++++++++++++ drivers/dma/dma-jz4780.c | 3 +- drivers/dma/ioat/dma.c | 3 +- drivers/dma/k3dma.c | 12 ++++++-- drivers/dma/virt-dma.c | 3 +- drivers/media/cec/cec-adap.c | 40 +++++++++++++++++-------- drivers/media/usb/pulse8-cec/pulse8-cec.c | 17 ++++++++--- drivers/platform/mips/Kconfig | 2 +- drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +- include/linux/dmaengine.h | 5 +++- 17 files changed, 132 insertions(+), 45 deletions(-)