[GIT PULL] hotfixes for 7.3-rc2

From: Andrew Morton

Date: Thu Sep 03 2026 - 20:48:56 EST



Linus, please merge this batch of hotfixes.

There are no fixes (yet) for all the stuff we added in the most recent
merge window. Hopefully a good sign.

Thanks.


The following changes since commit 786262be6048deab760f68c8acc2c85607165894:

Merge tag 'edac_updates_for_v7.3_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras (2026-08-31 20:10:39 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-09-03-17-45

for you to fetch changes up to 97d34aa65c29cca85e3e9050f4c936389b38a054:

mm/secretmem: properly account locked pages (2026-09-03 10:56:10 -0700)

----------------------------------------------------------------
18 hotfixes. 13 are cc:stable. 15 are for MM.

All are singletons - please see the changelogs for details.

----------------------------------------------------------------
Baolin Wang (1):
mm: fix incorrect vm_flags usage when checking allowable orders for tmpfs

Bryan Lim (1):
userfaultfd: reset err to be 0 when move_pages_ptes succeeded

Eric Dumazet (2):
mm/mempolicy: fix sleeping allocation in alloc_pages_bulk_weighted_interleave()
Revert "once: don't use a work queue to reset sleepable static key"

Geert Uytterhoeven (1):
MAINTAINERS: cover all of RAID

Hui Su (1):
mm/migrate_device: avoid out-of-bounds writes for compound folios

Kiryl Shutsemau (Meta) (1):
MAINTAINERS: add Kiryl as a THP reviewer

Lance Yang (1):
MAINTAINERS: add Lance Yang as a hung task detector co-maintainer

Longlong Xia (1):
mm/hugetlb: keep max_huge_pages when dissolving surplus folios

Lorenzo Stoakes (ARM) (3):
MAINTAINERS: remove Lorenzo as THP co-maintainer
mm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAP
mm/secretmem: properly account locked pages

Narek Jilavyan (1):
mm/hugetlb_cgroup: call page_counter_set_max() outside VM_BUG_ON()

Shakeel Butt (1):
memcg: make the v1 soft limit knob inert

Sourav Panda (1):
mm/hugetlb_cma: fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio

Thorsten Blum (1):
MAINTAINERS: mailmap: update entries for Thorsten Blum

Usama Arif (1):
mm/huge_memory: transfer the pmd dirty bit to the folio on zap

Wupeng Ma (1):
mm/hugetlb: fix missing migratable flag on same-node hugetlb migration

.mailmap | 3 +-
Documentation/admin-guide/cgroup-v1/memory.rst | 49 ++---------
MAINTAINERS | 10 +--
include/linux/sched/user.h | 3 +-
lib/once.c | 2 +-
mm/huge_memory.c | 2 +
mm/hugetlb.c | 20 +++--
mm/hugetlb_cgroup.c | 7 +-
mm/hugetlb_cma.c | 21 ++++-
mm/khugepaged.c | 6 --
mm/madvise.c | 8 ++
mm/memcontrol-v1.c | 43 +++++----
mm/mempolicy.c | 2 +-
mm/migrate_device.c | 18 ++++
mm/mremap.c | 22 +++--
mm/secretmem.c | 116 +++++++++++++++++++++++--
mm/userfaultfd.c | 4 +-
tools/testing/selftests/mm/memfd_secret.c | 30 +------
18 files changed, 233 insertions(+), 133 deletions(-)