Linus, please merge this batch of hotfixes, thanks. The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b: Linux 6.13-rc4 (2024-12-22 13:22:21 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-01-04-18-02 for you to fetch changes up to e7404921818d676da4d7143ce78659456b05e2af: MAINTAINERS: change Arınç _NAL's name and email address (2024-12-30 17:59:12 -0800) ---------------------------------------------------------------- 25 hotfixes. 16 are cc:stable. 18 are MM and 7 are non-MM. The usual bunch of singletons and two doubletons - please see the relevant changelogs for details. ---------------------------------------------------------------- Alessandro Carminati (1): mm/kmemleak: fix sleeping function called from invalid context at print message Arnd Bergmann (1): kcov: mark in_softirq_really() as __always_inline Baolin Wang (3): docs: mm: fix the incorrect 'FileHugeMapped' field mm: shmem: fix incorrect index alignment for within_size policy mm: shmem: fix the update of 'shmem_falloc->nr_unswapped' Chester A. Unal (1): MAINTAINERS: change Arınç _NAL's name and email address David Hildenbrand (1): fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit Dennis Lam (1): ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv Gal Pressman (1): percpu: remove intermediate variable in PERCPU_PTR() Kairui Song (2): mm/list_lru: fix false warning of negative counter mm, madvise: fix potential workingset node list_lru leaks Kefeng Wang (1): mm: don't try THP alignment for FS without get_unmapped_area Koichiro Den (1): vmstat: disable vmstat_work on vmstat_cpu_down_prep() Kuan-Wei Chiu (1): scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity Liu Shixin (1): mm: hugetlb: independent PMD page table shared count Lorenzo Stoakes (2): mm: reinstate ability to map write-sealed memfd mappings read-only selftests/memfd: add test for mapping write-sealed memfd read-only Mathieu Othacehe (1): mailmap: modify the entry for Mathieu Othacehe Seiji Nishikawa (1): mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() SeongJae Park (2): mm/damon/core: fix new damon_target objects leaks on damon_commit_targets() mm/damon/core: fix ignored quota goals and filters of newly committed schemes Tetsuo Handa (1): mm/util: make memdup_user_nul() similar to memdup_user() Yafang Shao (1): mm/readahead: fix large folio support in async readahead Yang Erkun (1): maple_tree: reload mas before the second call for mas_empty_area Yosry Ahmed (1): mm: zswap: fix race between [de]compression and CPU hotunplug .mailmap | 2 +- Documentation/admin-guide/mm/transhuge.rst | 2 +- MAINTAINERS | 6 +-- fs/ocfs2/quota_global.c | 2 +- fs/ocfs2/quota_local.c | 1 + fs/proc/task_mmu.c | 2 +- include/linux/memfd.h | 14 +++++++ include/linux/mm.h | 59 +++++++++++++++++++++--------- include/linux/mm_types.h | 30 +++++++++++++++ include/linux/percpu-defs.h | 5 +-- kernel/kcov.c | 2 +- lib/maple_tree.c | 1 + mm/damon/core.c | 10 ++++- mm/filemap.c | 9 ----- mm/hugetlb.c | 16 ++++---- mm/internal.h | 6 +++ mm/khugepaged.c | 3 ++ mm/kmemleak.c | 2 +- mm/list_lru.c | 2 +- mm/memfd.c | 2 +- mm/mmap.c | 6 ++- mm/readahead.c | 6 ++- mm/shmem.c | 7 ++-- mm/util.c | 7 +--- mm/vmscan.c | 9 ++++- mm/vmstat.c | 3 +- mm/zswap.c | 19 ++++++++-- scripts/sorttable.h | 5 ++- tools/testing/selftests/memfd/memfd_test.c | 43 ++++++++++++++++++++++ 29 files changed, 212 insertions(+), 69 deletions(-)