This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7059c2c00a21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 11fb479ff5d9 zlib: export S390 symbols for zlib modules new 2bf509d96d84 coredump: fix core_pattern parse error new becaba65f62f mm: memcg/slab: fix obj_cgroup_charge() return value handling new 8199be001a47 mm: list_lru: set shrinker map bit when child nr_items is [...] new e91d8d78237d mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING new b11a76b37a5a mm/swapfile: do not sleep with a spin lock held new 4e60340c5ca5 mailmap: add two more addresses of Uwe Kleine-König new d8cbe8bfa7df tools/testing/selftests/vm: fix build error new 573a259336f8 userfaultfd: selftests: fix SIGSEGV if huge mmap fails new 3351b16af494 mm/filemap: add static for function __add_to_page_cache_locked new 7a5bde37983d hugetlb_cgroup: fix offline of hugetlb cgroup with reservations new 309d08d9b3a3 mm/mmap.c: fix mmap return value when vma is merged after [...] new 12c0ab6658de Merge branch 'akpm' (patches from Andrew) new 095fbca0a949 Makefile.extrawarn: move -Wcast-align to W=3 new a716bd743210 kbuild: use -fmacro-prefix-map for .S sources new b8a9092330da Kbuild: do not emit debug info for assembly with LLVM_IAS=1 new 59612b24f78a kbuild: Hoist '--orphan-handling' into Kconfig new d5750cd3c548 kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1 new 7d32358be8ac kbuild: avoid split lines in .mod files new e6585a493921 Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/p [...]
The 20 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: .mailmap | 2 ++ MAINTAINERS | 1 + Makefile | 10 +++++- arch/Kconfig | 9 ++++++ arch/arm/Kconfig | 1 + arch/arm/Makefile | 4 --- arch/arm/boot/compressed/Makefile | 4 ++- arch/arm/configs/omap2plus_defconfig | 1 - arch/arm64/Kconfig | 1 + arch/arm64/Makefile | 4 --- arch/powerpc/Kconfig | 1 + arch/powerpc/Makefile | 1 - arch/x86/Kconfig | 1 + arch/x86/Makefile | 3 -- arch/x86/boot/compressed/Makefile | 4 ++- fs/coredump.c | 3 +- include/linux/zsmalloc.h | 1 - init/Kconfig | 10 ++++++ lib/zlib_dfltcc/dfltcc_inflate.c | 3 ++ mm/Kconfig | 13 -------- mm/filemap.c | 2 +- mm/hugetlb_cgroup.c | 8 ++--- mm/list_lru.c | 10 +++--- mm/mmap.c | 26 +++++++-------- mm/slab.h | 40 +++++++++++++---------- mm/swapfile.c | 4 ++- mm/zsmalloc.c | 54 -------------------------------- scripts/Makefile.build | 12 +++---- scripts/Makefile.extrawarn | 2 +- scripts/lld-version.sh | 20 ++++++++++++ tools/testing/selftests/vm/Makefile | 4 +++ tools/testing/selftests/vm/userfaultfd.c | 25 +++++++++------ 32 files changed, 139 insertions(+), 145 deletions(-) create mode 100755 scripts/lld-version.sh