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-arm-mainline-defconfig in repository toolchain/linux-next.
from b00d209241ff Merge tag 'compiler-attributes-for-linus-v4.20-rc2' of htt [...] adds fc09ab7a7673 vga_switcheroo: Fix missing gpu_bound call at audio client [...] adds 5e93a125f521 ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks adds d464572a80da Merge tag 'sound-4.20-rc2' of git://git.kernel.org/pub/scm [...] adds 1b50bb4d36e8 Fix pattern handling optimalization adds 3a40cfe8ba3a leds: trigger: Fix sleeping function called from invalid context adds 406e7f986b2e Documentation: ABI: led-trigger-pattern: Fix typos adds 6a1ac56c23db Merge tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org [...] adds 132bf6723749 xfs: Fix error code in 'xfs_ioc_getbmap()' adds bdec055bb9f2 xfs: print buffer offsets when dumping corrupt buffers adds 837514f7a4ca xfs: fix overflow in xfs_attr3_leaf_verify adds 24ccea7e102d Merge tag 'xfs-4.20-fixes-1' of git://git.kernel.org/pub/s [...] adds ef5febae1543 s390/decompressor: add missing FORCE to build targets adds b44b136a3773 s390/vdso: add missing FORCE to build targets adds 5a2e1853d689 s390: avoid vmlinux segments overlap adds a8874e7e8a88 mm: make the __PAGETABLE_PxD_FOLDED defines non-empty adds 1071fc5779d9 mm: introduce mm_[p4d|pud|pmd]_folded adds 6d212db11947 mm: add mm_pxd_folded checks to pgtable_bytes accounting f [...] adds e12e4044aede s390/mm: fix mis-accounting of pgtable_bytes adds c43e1c5a801f s390/cpum_sf: Rework attribute definition for diagnostic sampling adds 9fed920e6817 s390/kasan: increase instrumented stack size to 64k adds a541f0ebcc08 s390/mm: Fix ERROR: "__node_distance" undefined! adds 02522ad77fb7 s390: update defconfigs adds 0bb2ae1b26e1 s390/perf: Change CPUM_CF return code in event init function adds 3541833fd1f2 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes: .../ABI/testing/sysfs-class-led-trigger-pattern | 4 +- arch/arm/include/asm/pgtable-2level.h | 2 +- arch/m68k/include/asm/pgtable_mm.h | 4 +- arch/microblaze/include/asm/pgtable.h | 2 +- arch/nds32/include/asm/pgtable.h | 2 +- arch/parisc/include/asm/pgtable.h | 2 +- arch/s390/Makefile | 2 +- arch/s390/boot/compressed/Makefile | 16 ++--- arch/s390/configs/debug_defconfig | 14 +++- arch/s390/configs/performance_defconfig | 13 +++- arch/s390/defconfig | 79 +++++++++++----------- arch/s390/include/asm/mmu_context.h | 5 -- arch/s390/include/asm/pgalloc.h | 6 +- arch/s390/include/asm/pgtable.h | 18 +++++ arch/s390/include/asm/thread_info.h | 2 +- arch/s390/include/asm/tlb.h | 6 +- arch/s390/kernel/entry.S | 6 +- arch/s390/kernel/perf_cpum_cf.c | 2 +- arch/s390/kernel/perf_cpum_sf.c | 33 +++++++-- arch/s390/kernel/vdso32/Makefile | 6 +- arch/s390/kernel/vdso64/Makefile | 6 +- arch/s390/kernel/vmlinux.lds.S | 4 +- arch/s390/mm/pgalloc.c | 1 + arch/s390/numa/numa.c | 1 + drivers/gpu/vga/vga_switcheroo.c | 3 + drivers/leds/trigger/ledtrig-pattern.c | 27 +++----- fs/xfs/libxfs/xfs_attr_leaf.c | 11 ++- fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_message.c | 2 +- include/asm-generic/4level-fixup.h | 2 +- include/asm-generic/5level-fixup.h | 2 +- include/asm-generic/pgtable-nop4d-hack.h | 2 +- include/asm-generic/pgtable-nop4d.h | 2 +- include/asm-generic/pgtable-nopmd.h | 2 +- include/asm-generic/pgtable-nopud.h | 2 +- include/asm-generic/pgtable.h | 16 +++++ include/linux/mm.h | 8 +++ sound/pci/hda/thinkpad_helper.c | 4 +- 38 files changed, 201 insertions(+), 120 deletions(-)