This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dea8dcf2a9fa Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/sc [...] new 7cf22a1c88c0 selftests/vm: fix building protection keys test new e7dd91c456a8 mm/hugetlb: fix deadlock in hugetlb_cow error path new 3a176b94609a Revert "kbuild: avoid static_assert for genksyms" new 5dbdb2d87c29 checkpatch: prefer strscpy to strlcpy new 6d87d0ece58b mm: add prototype for __add_to_page_cache_locked() new dc2da7b45ffe mm: memmap defer init doesn't work as expected new e05986ee7a58 mm/mremap.c: fix extent calculation new 111fe7186b29 mm: generalise COW SMC TLB flushing race comment new 13384f6125ad kasan: fix null pointer dereference in kasan_record_aux_stack new 87dbc209ea04 local64.h: make <asm/local64.h> mandatory new 8b0fac44bd1f sizes.h: add SZ_8G/SZ_16G/SZ_32G macros new aa8c7db494d0 kdev_t: always inline major/minor helper functions new 36845663843f lib/genalloc: fix the overflow when size is too big new f0bb29e8c407 lib/zlib: fix inflating zlib streams on s390 new 605cc30dea24 zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfl [...] new 1f3147b49d75 mm: slub: call account_slab_page() after slab page initialization new 139711f033f6 Merge branch 'akpm' (patches from Andrew)
The 17 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 - 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