Linus, please merge this batch of hotfixes, thanks. The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454: Linux 6.10-rc5 (2024-06-23 17:08:54 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-06-26-17-28 for you to fetch changes up to ab1ffc86cb5bec1c92387b9811d9036512f8f4eb: mm/memory: don't require head page for do_set_pmd() (2024-06-24 20:52:11 -0700) ---------------------------------------------------------------- 13 hotfixes, 7 are cc:stable. All are MM related apart from a MAINTAINERS update. There is no identifiable theme here - just singleton patches in various places. ---------------------------------------------------------------- Andrew Bresticker (1): mm/memory: don't require head page for do_set_pmd() Andrey Konovalov (1): kasan: fix bad call to unpoison_slab_object Christoph Hellwig (1): nfs: drop the incorrect assertion in nfs_swap_rw() Jan Kara (1): ocfs2: fix DIO failure due to insufficient transaction credits Jarkko Sakkinen (1): MAINTAINERS: TPM DEVICE DRIVER: update the W-tag Jeff Xu (1): /proc/pid/smaps: add mseal info for vma Stephen Brennan (1): mm: convert page type macros to enum Suren Baghdasaryan (2): mm/slab: fix 'variable obj_exts set but not used' warning mm: handle profiling for fake memory allocations during compaction Zhaoyang Huang (1): mm: fix incorrect vbq reference in purge_fragmented_block Zi Yan (1): mm/migrate: make migrate_pages_batch() stats consistent aigourensheng (1): selftests/mm:fix test_prctl_fork_exec return failure yangge (1): mm/page_alloc: Separate THP PCP into movable and non-movable categories Documentation/filesystems/proc.rst | 1 + MAINTAINERS | 2 +- fs/nfs/direct.c | 2 -- fs/ocfs2/aops.c | 5 +++ fs/ocfs2/journal.c | 17 ++++++++++ fs/ocfs2/journal.h | 2 ++ fs/ocfs2/ocfs2_trace.h | 2 ++ fs/proc/task_mmu.c | 3 ++ include/linux/mm.h | 5 +++ include/linux/mmzone.h | 9 +++--- include/linux/page-flags.h | 21 +++++++------ mm/compaction.c | 11 +++++-- mm/internal.h | 5 --- mm/kasan/common.c | 2 +- mm/memory.c | 3 +- mm/migrate.c | 5 +++ mm/page_alloc.c | 9 ++++-- mm/slub.c | 7 +++-- mm/vmalloc.c | 21 +++++++++---- tools/testing/selftests/mm/ksm_functional_tests.c | 38 +++++++++++++---------- 20 files changed, 117 insertions(+), 53 deletions(-)