This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig 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 [...] adds c0fae7e2452b MIPS: OCTEON: fix out of bounds array access on CN68XX adds d01501f85249 MIPS: Fix `dma_alloc_coherent' returning a non-coherent al [...] new 26eaed4671af Merge tag 'mips_fixes_4.20_2' of git://git.kernel.org/pub/ [...] adds c2c6d3ce0d9a ceph: add destination file data sync before doing any remote copy adds 71f2cc64d027 ceph: quota: fix null pointer dereference in quota check adds 23c625ce3065 libceph: assume argonaut on the server side new d757a3b01e72 Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/c [...] new df376b2ed51a block: respect virtual boundary mask in bvecs new 6961cd4d0fde ubd: fix missing lock around request issue new e31d36b0a453 MAINTAINERS: Fix remaining pointers to obsolete libata.git new f3587d76da05 block: Clear kernel memory before copying to user new 0033dfd92a56 ubd: fix missing initialization of io_req new bb39ba6a8dea sata_rcar: convert to SPDX identifiers new 21d3bbdd4c34 nvmet: don't try to add ns to p2p map unless it actually uses it new 8f676b8508c2 nvme: make sure ns head inherits underlying device limits new d39aa4979219 Revert "nvmet-rdma: use a private workqueue for delete" new 1adfc5e4136f block: make sure discard bio is aligned with logical block size new ba5d73851e71 block: cleanup __blkdev_issue_discard() new 34ffec60b27a block: make sure writesame bio is aligned with logical block size new dc5db2186550 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block adds 6778be4e5209 of/device: Really only set bus DMA mask when appropriate adds 89c38422e072 of, numa: Validate some distance map rules new aa4330e15c26 Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kerne [...]
The 16 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: .../ABI/testing/sysfs-class-led-trigger-pattern | 4 +- MAINTAINERS | 6 +- arch/arm/include/asm/pgtable-2level.h | 2 +- arch/m68k/include/asm/pgtable_mm.h | 4 +- arch/microblaze/include/asm/pgtable.h | 2 +- arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 +- arch/mips/mm/dma-noncoherent.c | 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 + arch/um/drivers/ubd_kern.c | 12 ++-- block/bio.c | 1 + block/blk-lib.c | 26 ++----- block/blk-merge.c | 5 +- block/blk.h | 12 +++- drivers/ata/sata_rcar.c | 6 +- drivers/gpu/vga/vga_switcheroo.c | 3 + drivers/leds/trigger/ledtrig-pattern.c | 27 +++----- drivers/nvme/host/core.c | 4 +- drivers/nvme/host/multipath.c | 1 + drivers/nvme/target/core.c | 2 +- drivers/nvme/target/rdma.c | 19 ++---- drivers/of/device.c | 4 +- drivers/of/of_numa.c | 9 ++- fs/ceph/file.c | 11 ++- fs/ceph/mds_client.c | 12 +--- fs/ceph/quota.c | 3 +- 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/ceph/ceph_features.h | 8 +-- include/linux/mm.h | 8 +++ sound/pci/hda/thinkpad_helper.c | 4 +- 57 files changed, 271 insertions(+), 195 deletions(-)