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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 3ab4436f688c Merge tag 'nfsd-5.2-1' of git://linux-nfs.org/~bfields/linux new 91173c6e18ab mm: fix Documentation/vm/hmm.rst Sphinx warnings new aa52619ccbe0 lib/sort.c: fix kernel-doc notation warnings new 3806b04144e5 mm/vmalloc.c: fix typo in comment new 461071b09e29 arch/parisc/configs/c8000_defconfig: remove obsoleted CONF [...] new fb092eb63d3a arch/arm/boot/compressed/decompress.c: fix build error due [...] new 8856ae4df3e9 kernel/fork.c: make max_threads symbol static new 11bbd8b416f8 prctl_set_mm: refactor checks from validate_prctl_map new bc81426f5bee prctl_set_mm: downgrade mmap_sem to read lock new 9852ae3fe529 mm, memcg: consider subtrees in memory.events new 3e8589963773 memcg: make it work on sparse non-0-node systems new b9fba67b3806 ocfs2: fix error path kobject memory leak new df17277b2a85 mm/gup: continue VM_FAULT_RETRY processing even for pre-faults new ef7a77c6de2f scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not set new bb9f6f63f32d z3fold: fix sheduling while atomic new 0600597c854e kasan: initialize tag to 0xff in __kasan_kmalloc new 8d7a7abfc6b4 spdxcheck.py: fix directory structures new d3ed71e5cc50 drivers/iommu/intel-iommu.c: fix variable 'iommu' set but [...] new 98af37d624ed kernel/signal.c: trace_signal_deliver when signal_group_exit new 590ba22ba0aa include/linux/generic-radix-tree.h: fix kerneldoc comment new e577c8b64d58 mm, compaction: make sure we isolate a valid PFN new 7b3064f0e8de Merge branch 'akpm' (patches from Andrew) adds cc555759117e scsi: libcxgbi: add a check for NULL pointer in cxgbi_chec [...] adds d27e5e07f9c4 scsi: zfcp: fix missing zfcp_port reference put on -EBUSY [...] adds ef4021fe5fd7 scsi: zfcp: fix to prevent port_remove with pure auto scan [...] adds 1d94f06e7f5d scsi: smartpqi: properly set both the DMA mask and the coh [...] adds 12e750bc6204 scsi: scsi_dh_alua: Fix possible null-ptr-deref adds 04cf8b32bc6d scsi: libsas: only clear phy->in_shutdown after shutdown e [...] adds 3b0541791453 scsi: libsas: delete sas port if expander discover failed new 1975b337ce26 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds a278682dad37 io_uring: Fix __io_uring_register() false success new 33ec3e53e7b1 loop: Don't change loop device under exclusive opener new 31cb1d64da4e block: Don't revalidate bdev of hidden gendisk new 47cdee29ef9d block: move blk_exit_queue into __blk_release_queue new fe2008640ae3 block: don't protect generic_make_request_checks with blk_ [...] new 41de54c64811 blk-mq: Fix memory leak in error handling new 210eaaaea805 block/partitions/ldm: Convert a kernel-doc header into a n [...] new 33c826ef19df block: Convert blk_invalidate_devt() header into a non-ker [...] new 216382dccb2e block: Fix throtl_pending_timer_fn() kernel-doc header new 0542cd57d266 block: Fix blk_mq_*_map_queues() kernel-doc headers new 83826a506632 block: Fix rq_qos_wait() kernel-doc header new a0b77e36e1da block: Fix bsg_setup_queue() kernel-doc header new ef025d7ec2fc blk-mq: Fix spelling in a source code comment new cd669f88b134 blk-mq: Document the blk_mq_hw_queue_to_node() arguments new 61939b12dc24 block: print offending values when cloned rq limits are exceeded new 9221dced3069 Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-block
The 37 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: Documentation/admin-guide/cgroup-v2.rst | 9 ++++ Documentation/vm/hmm.rst | 8 +-- arch/arm/boot/compressed/decompress.c | 1 + arch/parisc/configs/c8000_defconfig | 1 - block/blk-core.c | 81 ++++-------------------------- block/blk-mq-cpumap.c | 10 ++-- block/blk-mq-pci.c | 2 +- block/blk-mq-rdma.c | 4 +- block/blk-mq-virtio.c | 4 +- block/blk-mq.c | 5 +- block/blk-rq-qos.c | 7 +-- block/blk-sysfs.c | 47 +++++++++++------ block/blk-throttle.c | 2 +- block/blk.h | 1 - block/bsg-lib.c | 1 + block/genhd.c | 4 +- block/partitions/ldm.c | 2 +- drivers/block/loop.c | 18 ++++++- drivers/iommu/intel-iommu.c | 3 +- drivers/s390/scsi/zfcp_ext.h | 1 + drivers/s390/scsi/zfcp_scsi.c | 9 ++++ drivers/s390/scsi/zfcp_sysfs.c | 55 +++++++++++++++++--- drivers/s390/scsi/zfcp_unit.c | 8 ++- drivers/scsi/cxgbi/libcxgbi.c | 4 ++ drivers/scsi/device_handler/scsi_dh_alua.c | 6 +-- drivers/scsi/libsas/sas_expander.c | 2 + drivers/scsi/libsas/sas_phy.c | 3 +- drivers/scsi/smartpqi/smartpqi_init.c | 2 +- fs/block_dev.c | 25 +++++---- fs/io_uring.c | 2 +- fs/ocfs2/filecheck.c | 1 + include/linux/cgroup-defs.h | 5 ++ include/linux/generic-radix-tree.h | 2 +- include/linux/list_lru.h | 1 + include/linux/memcontrol.h | 10 +++- kernel/cgroup/cgroup.c | 16 +++++- kernel/fork.c | 2 +- kernel/signal.c | 2 + kernel/sys.c | 62 ++++++++++++----------- lib/sort.c | 15 +++--- mm/compaction.c | 2 +- mm/gup.c | 15 +++--- mm/kasan/common.c | 2 +- mm/list_lru.c | 8 ++- mm/util.c | 4 +- mm/vmalloc.c | 2 +- mm/z3fold.c | 11 ++-- scripts/gdb/linux/constants.py.in | 3 +- scripts/spdxcheck.py | 7 +-- 49 files changed, 299 insertions(+), 198 deletions(-)