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-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 03fb3acae4be Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...] adds 43900edf67d7 ARC: Fix ICCM & DCCM runtime size checks adds 4c13ca86dcf8 ARC: [plat-hsdk]: fix USB regression adds 9eca345c67ad arc: ptrace: hard-code "arc" instead of UTS_MACHINE adds a75ff0139033 arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME adds 49b41356f74b ARC: entry: comment adds 799587d5731d ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT adds 40db9367ec1e ARC: guard dsp early init against non ARCv2 adds 7915502377c5 ARC: show_regs: avoid extra line of output adds 3c9e66568ad4 Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/li [...] adds 4e89b7210403 fix multiplication overflow in copy_fdtable() adds 115a54162a6c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 566d136289dc pipe: Fix pipe_full() test in opipe_prep(). adds e67f0216939c ovl: clear ATTR_FILE from attr->ia_valid adds 15fd2ea9f4f3 ovl: clear ATTR_OPEN from attr->ia_valid adds 9aafc1b01873 ovl: potential crash in ovl_fid_to_fh() adds 8e2b7f634a85 Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/ [...] adds 607b9df63057 ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive adds 2ea1940b84e5 Merge tag 'pm-5.7-rc7' of git://git.kernel.org/pub/scm/lin [...] adds d0e20fd4c1db um: Fix xor.h include adds e6da5df0eefc um: syscall.c: include <asm/unistd.h> adds 2e27d33d22af um: Fix typo in vector driver transport option definition adds d303402c2883 Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/ [...] adds ecf84096a526 ubifs: remove broken lazytime support adds 3c3c32f85b6c ubifs: fix wrong use of crypto_shash_descsize() adds 0e7572cffe44 ubi: Fix seq_file usage in detailed_erase_block_info debugfs file adds fea371e259eb Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/ [...] adds 3507273d5a4d mtd: spinand: Propagate ECC information to the MTD structure adds 7b01b7239d0d mtd: Fix mtd not registered due to nvmem name collision adds f3a6a6c5e0f5 mtd:rawnand: brcmnand: Fix PM resume crash adds b85051e755b0 Merge tag 'fixes-for-5.7-rc6' of git://git.kernel.org/pub/ [...] adds 9f44eda19529 ext4: fix EXT4_MAX_LOGICAL_BLOCK macro adds 959f75845129 ext4: fix fiemap size checks for bitmap files adds 57f1b0cf2de8 Merge tag 'fiemap-regression-fix' of git://git.kernel.org/ [...] adds f8f482deb078 dmaengine: owl: Use correct lock in owl_dma_get_pchan() adds 4f302642b70c dmaengine: idxd: fix interrupt completion after unmasking adds 6b41030fdc79 dmaengine: dmatest: Restore default for channel adds ee63fab3ccf9 dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_fre [...] adds be4054b8b667 dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy adds 3a5fd0dbd878 dmaengine: tegra210-adma: Fix an error handling path in 't [...] adds cedd54f71336 Merge tag 'dmaengine-fix-5.7-rc7' of git://git.infradead.o [...] adds 0f8e3823c02c vdpasim: remove unused variable 'ret' adds 1b0be99f1a42 vhost: missing __user tags adds d2f8825ab78e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 907fa893258b exfat: add the dummy mount options to be backward compatib [...] adds a0b845ffa0d9 apparmor: fix potential label refcnt leak in aa_change_profile adds c6b39f070722 apparmor: Fix aa_label refcnt leak in policy_update adds c54d481d71c6 apparmor: Fix use-after-free in aa_audit_rule_init adds 051143e1602d Merge tag 'apparmor-pr-2020-05-21' of git://git.kernel.org [...]
No new revisions were added by this update.
Summary of changes: arch/arc/configs/hsdk_defconfig | 1 + arch/arc/include/asm/dsp-impl.h | 2 ++ arch/arc/include/asm/entry-arcv2.h | 2 ++ arch/arc/kernel/Makefile | 3 --- arch/arc/kernel/ptrace.c | 2 +- arch/arc/kernel/setup.c | 5 +++-- arch/arc/kernel/troubleshoot.c | 14 ++++++-------- arch/arc/kernel/unwind.c | 2 -- arch/arc/plat-eznps/Kconfig | 1 + arch/um/drivers/vector_user.h | 2 +- arch/um/include/asm/xor.h | 2 +- arch/um/kernel/skas/syscall.c | 1 + drivers/acpi/ec.c | 6 +++++- drivers/acpi/sleep.c | 15 ++++----------- drivers/dma/dmatest.c | 9 +++++---- drivers/dma/idxd/device.c | 7 +++++++ drivers/dma/idxd/irq.c | 26 ++++++++++++++++++------- drivers/dma/owl-dma.c | 8 +++----- drivers/dma/tegra210-adma.c | 2 +- drivers/dma/ti/k3-udma.c | 6 ++++-- drivers/dma/xilinx/zynqmp_dma.c | 3 +-- drivers/mtd/mtdcore.c | 2 +- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 3 +-- drivers/mtd/nand/spi/core.c | 4 ++++ drivers/mtd/ubi/debug.c | 12 ++---------- drivers/vdpa/vdpa_sim/vdpa_sim.c | 15 +++++++-------- drivers/vhost/vhost.c | 4 ++-- fs/exfat/super.c | 19 ++++++++++++++++++ fs/ext4/ext4.h | 2 +- fs/ext4/extents.c | 31 ++++++++++++++++++++++++++++++ fs/ext4/ioctl.c | 33 ++------------------------------ fs/file.c | 2 +- fs/overlayfs/export.c | 3 +++ fs/overlayfs/inode.c | 18 +++++++++++++++++ fs/splice.c | 2 +- fs/ubifs/auth.c | 17 ++++------------ fs/ubifs/file.c | 6 +----- fs/ubifs/replay.c | 13 ++----------- security/apparmor/apparmorfs.c | 3 ++- security/apparmor/audit.c | 3 ++- security/apparmor/domain.c | 3 +-- 41 files changed, 173 insertions(+), 141 deletions(-)