[GIT PULL] hotfixes for 7.0-rc1

From: Andrew Morton

Date: Fri Feb 13 2026 - 10:17:30 EST



Linus, please merge this small batch of hotfixes, thanks.


The following changes since commit ae9fd76c111bb4a5293c2831a1ad373605251dd6:

mm/memory-failure: reject unsupported non-folio compound page (2026-02-05 14:10:00 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-02-13-07-14

for you to fetch changes up to 61dc9f776705d6db6847c101b98fa4f0e9eb6fa3:

procfs: fix possible double mmput() in do_procmap_query() (2026-02-12 15:40:16 -0800)

----------------------------------------------------------------
Three MM hotfixes, all three are cc:stable.

----------------------------------------------------------------
Andrii Nakryiko (1):
procfs: fix possible double mmput() in do_procmap_query()

Harry Yoo (1):
mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK

Joshua Hahn (1):
mm/hugetlb: restore failed global reservations to subpool

fs/proc/task_mmu.c | 3 ++-
mm/hugetlb.c | 9 +++++++++
mm/page_alloc.c | 17 +++++++++++------
3 files changed, 22 insertions(+), 7 deletions(-)