[GIT PULL] hotfixes for 7.3-rc4

From: Andrew Morton

Date: Mon Sep 14 2026 - 00:53:23 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 0d9ff90a5422cc7509258aaaba1e7481df4d332a:

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2026-09-05 09:25:50 -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-13-21-50

for you to fetch changes up to 7891fbb9512f127826e1d5dbf380ee212bd15eb0:

mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio) (2026-09-08 23:28:06 -0700)

----------------------------------------------------------------
14 hotfixes. 10 are cc:stable. 11 are for MM.

All are singletons - please see the changelogs for details.

----------------------------------------------------------------
Ackerley Tng (1):
mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)

Andrew Morton (1):
remove old lib/alloc_tag.c

Christopher Obbard (1):
mailmap: update entry for Christopher Obbard

Coiby Xu (1):
mailmap: map Coiby Xu's address

Jiayuan Chen (1):
mm/shrinker: fix bogus set_shrinker_bit() with cgroup.memory=nokmem

Lorenzo Stoakes (ARM) (3):
mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
mm/mremap: account mm->locked_vm correctly for MREMAP_DONTUNMAP
mm/vma: correctly unaccount on mmap_prepare() failure

Nhat Pham (1):
mm, swap: fix SWAP_USAGE_OFFLIST_BIT collision with real usage count

Qi Zheng (1):
fs: fix missed removal of super_fs_objects_eligible()

Seunguk Shin (1):
fs/dax: check zero or empty entry before converting xarray entry

Shakeel Butt (2):
memcg: avoid charging the root memcg from obj_cgroup_charge_pages()
mm/mlock: use the IRQ-safe accessor for NR_MLOCK in __munlock_folio()

Wenjie Qi (1):
mm: filemap: retain mapped dropbehind folios

.mailmap | 4 +-
fs/dax.c | 9 +-
fs/super.c | 18 +-
lib/alloc_tag.c | 1029 ------------------------------------------------------
mm/filemap.c | 2 +-
mm/folio.c | 2 +
mm/huge_memory.c | 86 +++--
mm/memcontrol.c | 2 +-
mm/mlock.c | 2 +-
mm/mremap.c | 9 +-
mm/shrinker.c | 2 +
mm/swapfile.c | 2 +-
mm/vma.c | 6 +-
13 files changed, 91 insertions(+), 1082 deletions(-)
delete mode 100644 lib/alloc_tag.c