This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0d642a5d365 Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub [...] new e6b0a7b35765 Revert "mm: madvise: skip unmapped vma holes passed to pro [...] new de19433423c7 ocfs2: fix crash when mount with quota enabled new e897be17a441 nilfs2: fix lockdep warnings in page operations for btree nodes new 6e211930f79a nilfs2: fix lockdep warnings during disk space reclamation new cdd81b313d5e nilfs2: get rid of nilfs_mapping_init() new ece369c7e104 mm/munlock: add lru_add_drain() to fix memcg_stat_test new 577e9846f8a9 mm/munlock: update Documentation/vm/unevictable-lru.rst new adb11e78c5dc mm/munlock: protect the per-CPU pagevec by a local_lock_t new 8f0b36497303 mm: kfence: fix objcgs vector allocation new 4f1f9698d777 mailmap: update Kirill's email new 3149c79f3cb0 mm,hwpoison: unmap poisoned page before invalidation new ada543af3bfe mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP new d8b7b3fa9f9b tools/vm/page_owner_sort.c: remove -c option new c89b3ad2dea2 doc/vm/page_owner.rst: remove content related to -c option new bfc8089f00fa mm/kmemleak: reset tag when compare object pointer new 78049e94a171 mm/damon: prevent activated scheme from sleeping by deacti [...] new b012b3235cb9 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: .mailmap | 1 + Documentation/vm/page_owner.rst | 1 - Documentation/vm/unevictable-lru.rst | 471 ++++++++++++++++------------------- fs/nilfs2/btnode.c | 23 +- fs/nilfs2/btnode.h | 1 + fs/nilfs2/btree.c | 27 +- fs/nilfs2/dat.c | 4 +- fs/nilfs2/gcinode.c | 7 +- fs/nilfs2/inode.c | 159 ++++++++++-- fs/nilfs2/mdt.c | 43 ++-- fs/nilfs2/mdt.h | 6 +- fs/nilfs2/nilfs.h | 16 +- fs/nilfs2/page.c | 16 +- fs/nilfs2/page.h | 1 - fs/nilfs2/segment.c | 9 +- fs/nilfs2/super.c | 5 +- fs/ocfs2/quota_global.c | 23 +- fs/ocfs2/quota_local.c | 2 - include/linux/gfp.h | 4 +- mm/damon/core.c | 5 +- mm/gup.c | 10 +- mm/internal.h | 6 +- mm/kfence/core.c | 11 +- mm/kfence/kfence.h | 3 + mm/kmemleak.c | 9 +- mm/madvise.c | 9 +- mm/memory.c | 12 +- mm/migrate.c | 2 +- mm/mlock.c | 46 +++- mm/page_alloc.c | 1 + mm/rmap.c | 4 +- mm/swap.c | 4 +- tools/vm/page_owner_sort.c | 6 +- 33 files changed, 554 insertions(+), 393 deletions(-)