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-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)
No new revisions were added by this update.
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 - include/asm-generic/Kbuild | 1 + include/linux/build_bug.h | 5 ----- 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 ++--- scripts/checkpatch.pl | 6 ++++++ tools/testing/selftests/vm/Makefile | 10 +++++----- 42 files changed, 101 insertions(+), 91 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