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/ci/linux.
from dea8dcf2a9fa Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/sc [...] adds 7cf22a1c88c0 selftests/vm: fix building protection keys test adds e7dd91c456a8 mm/hugetlb: fix deadlock in hugetlb_cow error path adds 3a176b94609a Revert "kbuild: avoid static_assert for genksyms" adds 5dbdb2d87c29 checkpatch: prefer strscpy to strlcpy adds 6d87d0ece58b mm: add prototype for __add_to_page_cache_locked() adds dc2da7b45ffe mm: memmap defer init doesn't work as expected adds e05986ee7a58 mm/mremap.c: fix extent calculation adds 111fe7186b29 mm: generalise COW SMC TLB flushing race comment adds 13384f6125ad kasan: fix null pointer dereference in kasan_record_aux_stack adds 87dbc209ea04 local64.h: make <asm/local64.h> mandatory adds 8b0fac44bd1f sizes.h: add SZ_8G/SZ_16G/SZ_32G macros adds aa8c7db494d0 kdev_t: always inline major/minor helper functions adds 36845663843f lib/genalloc: fix the overflow when size is too big adds f0bb29e8c407 lib/zlib: fix inflating zlib streams on s390 adds 605cc30dea24 zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfl [...] adds 1f3147b49d75 mm: slub: call account_slab_page() after slab page initialization adds 139711f033f6 Merge branch 'akpm' (patches from Andrew) new 60267ba35c74 ceph: reencode gid_list when reconnecting new ad32fe8801c3 libceph: fix auth_signature buffer allocation in secure mode new f5f2c9a0e307 libceph: align session_key and con_secret to 16 bytes new 664f1e259a98 libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE new f6e1ea196492 Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/cep [...]
The 5 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: arch/alpha/include/asm/local64.h | 1 - arch/arc/include/asm/Kbuild | 1 - arch/arm/include/asm/Kbuild | 1 - arch/arm64/include/asm/Kbuild | 1 - arch/csky/include/asm/Kbuild | 1 - arch/h8300/include/asm/Kbuild | 1 - arch/hexagon/include/asm/Kbuild | 1 - arch/ia64/include/asm/local64.h | 1 - arch/ia64/mm/init.c | 4 +-- arch/m68k/include/asm/Kbuild | 1 - arch/microblaze/include/asm/Kbuild | 1 - arch/mips/include/asm/Kbuild | 1 - arch/nds32/include/asm/Kbuild | 1 - arch/openrisc/include/asm/Kbuild | 1 - arch/parisc/include/asm/Kbuild | 1 - arch/powerpc/include/asm/Kbuild | 1 - arch/riscv/include/asm/Kbuild | 1 - arch/s390/include/asm/Kbuild | 1 - arch/sh/include/asm/Kbuild | 1 - arch/sparc/include/asm/Kbuild | 1 - arch/x86/include/asm/local64.h | 1 - arch/xtensa/include/asm/Kbuild | 1 - fs/ceph/mds_client.c | 53 +++++++++++++++---------------------- include/asm-generic/Kbuild | 1 + include/linux/build_bug.h | 5 ---- include/linux/ceph/msgr.h | 4 +-- include/linux/kdev_t.h | 22 +++++++-------- include/linux/mm.h | 12 +++++++-- include/linux/sizes.h | 3 +++ lib/genalloc.c | 25 ++++++++--------- lib/zlib_dfltcc/Makefile | 2 +- lib/zlib_dfltcc/dfltcc.c | 6 ++++- lib/zlib_dfltcc/dfltcc_deflate.c | 3 +++ lib/zlib_dfltcc/dfltcc_inflate.c | 4 +-- lib/zlib_dfltcc/dfltcc_syms.c | 17 ------------ mm/hugetlb.c | 22 ++++++++++++++- mm/kasan/generic.c | 2 ++ mm/memory.c | 8 +++--- mm/memory_hotplug.c | 2 +- mm/mremap.c | 4 ++- mm/page_alloc.c | 8 +++--- mm/slub.c | 5 ++-- net/ceph/messenger_v2.c | 15 ++++++++--- scripts/checkpatch.pl | 6 +++++ tools/testing/selftests/vm/Makefile | 10 +++---- 45 files changed, 137 insertions(+), 127 deletions(-) delete mode 100644 arch/alpha/include/asm/local64.h delete mode 100644 arch/ia64/include/asm/local64.h delete mode 100644 arch/x86/include/asm/local64.h delete mode 100644 lib/zlib_dfltcc/dfltcc_syms.c