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-defconfig in repository toolchain/ci/linux.
from 2abd839aa7e6 kmemleak: Do not corrupt the object_list during clean-up adds 5556cfe8d994 mm, page_owner: fix off-by-one error in __set_page_owner_handle() adds 0fe9a448a029 mm, page_owner: decouple freeing stack trace from debug_pagealloc adds fdf3bf809162 mm, page_owner: rename flag indicating that page is allocated adds e4f8e513c3d3 mm/slub: fix a deadlock in show_slab_objects() adds 3c52b0af059e lib/generic-radix-tree.c: add kmemleak annotations adds 0f181f9fbea8 mm/slub.c: init_on_free=1 should wipe freelist ptr for bul [...] adds 03a9349ac0e0 lib/test_meminit: add a kmem_cache_alloc_bulk() test adds 3f36d8669457 mm, hugetlb: allow hugepage allocations to reclaim as needed adds a2e9a5afce08 mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() adds c70d868f272b fs/direct-io.c: fix kernel-doc warning adds 8e88bfba77ee fs/libfs.c: fix kernel-doc warning adds b46ec1da5eb7 fs/fs-writeback.c: fix kernel-doc warning adds 2a7e582f429b bitmap.h: fix kernel-doc warning and typo adds 13bea898cd91 xarray.h: fix kernel-doc warning adds 87bf4f71af4f mm/slab.c: fix kernel-doc warning for __ksize() adds 3d7fed4ad8cc mm/memory-failure: poison read receives SIGKILL instead of [...] adds 5bc52f64e884 Merge branch 'akpm' (patches from Andrew) adds 81dde26de9c0 firmware: dmi: Fix unlikely out-of-bounds read in save_mem [...] adds 37b238da15a8 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/s [...] adds cd24ee2a9a09 MAINTAINERS: Add hp_sdc drivers to parisc arch adds b67114db64ad parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define adds 0703ad217ebd parisc: prefer __section from compiler_attributes.h adds 513f7f747e1c parisc: Fix vmap memory leak in ioremap()/iounmap() adds c32c47aa3640 parisc: Remove 32-bit DMA enforcement from sba_iommu adds 02755af0f322 Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/sc [...] adds 8e0d0ad206f0 sparc64: disable fast-GUP due to unexplained oopses adds 21e3d6c81179 scsi: sd: Ignore a failure to sync cache due to lack of au [...] adds 9bc6157f5fd0 scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry() adds 8f8fed0cdbbd scsi: core: save/restore command resid for error handling adds 2190168aaea4 scsi: zfcp: fix reaction on bit error threshold notification adds b23f330d5145 scsi: MAINTAINERS: Update qla2xxx driver adds 8625732e7712 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds c461e8df0c9b tools/virtio: more stubs adds edc5774c097f tools/virtio: xen stub adds 245cdd9fbd39 vhost/test: stop device before reset adds 3b1f00aceb7a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds bc88f85c6c09 kthread: make __kthread_queue_delayed_work static
No new revisions were added by this update.
Summary of changes: Documentation/dev-tools/kasan.rst | 3 ++ MAINTAINERS | 5 +- arch/parisc/include/asm/cache.h | 2 +- arch/parisc/include/asm/ldcw.h | 2 +- arch/parisc/mm/ioremap.c | 12 +++-- arch/sparc/Kconfig | 1 - drivers/firmware/dmi_scan.c | 2 +- drivers/parisc/sba_iommu.c | 8 ---- drivers/s390/scsi/zfcp_fsf.c | 16 +++++-- drivers/scsi/qla2xxx/qla_isr.c | 2 - drivers/scsi/scsi_error.c | 3 ++ drivers/scsi/sd.c | 3 +- drivers/vhost/test.c | 2 + fs/direct-io.c | 3 +- fs/fs-writeback.c | 2 +- fs/libfs.c | 3 +- include/linux/bitmap.h | 3 +- include/linux/page_ext.h | 10 +++- include/linux/xarray.h | 4 +- include/scsi/scsi_eh.h | 1 + kernel/kthread.c | 6 +-- kernel/sysctl.c | 4 +- lib/generic-radix-tree.c | 32 ++++++++++--- lib/test_meminit.c | 27 +++++++++++ mm/compaction.c | 7 +-- mm/memory-failure.c | 22 +++++---- mm/page_alloc.c | 6 ++- mm/page_ext.c | 23 ++++----- mm/page_owner.c | 55 ++++++++-------------- mm/slab.c | 3 ++ mm/slub.c | 35 ++++++++++---- .../Makefile.boot => tools/virtio/crypto/hash.h | 0 tools/virtio/linux/dma-mapping.h | 2 + tools/virtio/xen/xen.h | 6 +++ 34 files changed, 200 insertions(+), 115 deletions(-) copy arch/arm/mach-imx/Makefile.boot => tools/virtio/crypto/hash.h (100%) create mode 100644 tools/virtio/xen/xen.h