Linus, please pull this batch of hotfixes, thanks. The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6: Linux 6.11-rc6 (2024-09-01 19:46:02 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-03-20-19 for you to fetch changes up to 052a45c1cb1b32f05dd63a295d65496d8b403283: alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n (2024-09-01 17:59:03 -0700) ---------------------------------------------------------------- 17 hotfixes, 15 of which are cc:stable. Mostly MM, no identifiable theme. And a few nilfs2 fixups. ---------------------------------------------------------------- Adrian Huang (1): mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_area Hao Ge (2): mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook codetag: debug: mark codetags for poisoned page as empty Jan Kuliga (1): mailmap: update entry for Jan Kuliga Jann Horn (2): userfaultfd: fix checks for huge PMDs userfaultfd: don't BUG_ON() if khugepaged yanks our page table Liam R. Howlett (1): maple_tree: remove rcu_read_lock() from mt_validate() Marc Zyngier (1): scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enum Mike Yuan (1): mm/memcontrol: respect zswap.writeback setting from parent cg too Muhammad Usama Anjum (1): selftests: mm: fix build errors on armhf Petr Tesarik (1): kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y Ryusuke Konishi (3): nilfs2: protect references to superblock parameters exposed in sysfs nilfs2: fix missing cleanup on rollforward recovery error nilfs2: fix state management in error path of log writing function Suren Baghdasaryan (1): alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n Usama Arif (1): Revert "mm: skip CMA pages when they are not available" Will Deacon (1): mm: vmalloc: ensure vmap_block is initialised before adding to queue .mailmap | 1 + Documentation/admin-guide/cgroup-v2.rst | 7 ++-- fs/nilfs2/recovery.c | 35 ++++++++++++++++- fs/nilfs2/segment.c | 10 +++-- fs/nilfs2/sysfs.c | 43 ++++++++++++++++----- kernel/kexec_file.c | 2 +- lib/codetag.c | 17 ++++++--- lib/maple_tree.c | 7 +--- mm/memcontrol.c | 12 ++++-- mm/page_alloc.c | 7 ++++ mm/slub.c | 4 ++ mm/userfaultfd.c | 29 ++++++++------- mm/vmalloc.c | 7 +++- mm/vmscan.c | 24 +----------- scripts/gfp-translate | 66 ++++++++++++++++++++++++--------- tools/testing/selftests/mm/mseal_test.c | 37 +++++++----------- tools/testing/selftests/mm/seal_elf.c | 13 +------ 17 files changed, 197 insertions(+), 124 deletions(-)