This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f6163d67cc31 Merge tag 'docs-5.0-fix' of git://git.lwn.net/linux new a841c673f135 revert "initramfs: cleanup incomplete rootfs" new 050c17f239fd numa: change get_mempolicy() to use nr_node_ids instead of [...] new e1db95befb3e kasan: fix assigning tags twice new 53128245b43d kasan, kmemleak: pass tagged pointers to kmemleak new a2f775751d96 kmemleak: account for tagged pointers when calculating poi [...] new a71012242837 kasan, slub: move kasan_poison_slab hook before page_address new 18e506610238 kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED new d36a63a943e3 kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_ [...] new 338cfaad4993 slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS new b2b469939e93 proc, oom: do not report alien mms when setting oom_score_adj new 311ade0eab19 mm/debug.c: fix __dump_page() for poisoned pages new 94b3334cbebe mm, page_alloc: fix a division by zero error when boosting [...] new 6ea183d60c46 mm: handle lru_add_drain_all for UP properly new 4e37504d1c49 psi: avoid divide-by-zero crash inside virtual machines new 1062af920c07 tmpfs: fix link accounting when a tmpfile is linked in new 3f41b6093823 kasan: fix random seed generation for tag-based mode new dc15a8a2543c kasan: prevent tracing of tags.c new 219667c23c68 kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY new 51dedad06b5f kasan, slab: make freelist stored without tags new 557ea25383a2 kasan, slab: remove redundant kasan_slab_alloc hooks new 6373dca16c91 slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS new 6c8fcc096be9 mm: don't let userspace spam allocations warnings new 891cb2a72d82 mm, memory_hotplug: fix off-by-one in is_pageblock_removable new 7c90325390c9 Merge branch 'akpm' (patches from Andrew) new f54dada82746 arm64: fix SSBS sanitization new 0738c8b5915c arm64/neon: Disable -Wincompatible-pointer-types when buil [...] new 74698f6971f2 arm64: Relax GIC version check during early boot new d6622d913a63 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 28 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/arm64/include/asm/neon-intrinsics.h | 4 +++ arch/arm64/kernel/head.S | 3 +- arch/arm64/kernel/ptrace.c | 15 ++++---- arch/arm64/kernel/setup.c | 3 ++ arch/arm64/mm/kasan_init.c | 2 -- fs/proc/base.c | 4 --- init/initramfs.c | 6 ++-- kernel/sched/psi.c | 2 +- mm/debug.c | 4 ++- mm/kasan/Makefile | 2 ++ mm/kasan/common.c | 29 +++++++++------- mm/kasan/tags.c | 2 +- mm/kmemleak.c | 10 ++++-- mm/memory_hotplug.c | 27 ++++++++------- mm/mempolicy.c | 6 ++-- mm/page_alloc.c | 12 +++++++ mm/shmem.c | 10 ++++-- mm/slab.c | 15 +++++--- mm/slab.h | 7 ++-- mm/slab_common.c | 3 +- mm/slub.c | 59 +++++++++++++++++++++----------- mm/swap.c | 17 +++++---- mm/util.c | 2 +- 23 files changed, 153 insertions(+), 91 deletions(-)