[GIT PULL] hotfixes for 6.12-rc1

From: Andrew Morton
Date: Thu Sep 19 2024 - 03:36:10 EST



Linus, please merge this batch of hotfixes, thanks.

The following changes since commit 052a45c1cb1b32f05dd63a295d65496d8b403283:

alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n (2024-09-01 17:59:03 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-19-00-31

for you to fetch changes up to 22af8caff7d1ca22a1ff1a554180e53f7a6555af:

mm/madvise: process_madvise() drop capability check if same mm (2024-09-17 00:58:05 -0700)

----------------------------------------------------------------
12 hotfixes, 11 of which are cc:stable.

Four fixes for longstanding ocfs2 issues and the remainder address random
MM things.

----------------------------------------------------------------
Chris Li (1):
mm: vmscan.c: fix OOM on swap stress test

Huang Ying (1):
resource: fix region_intersects() vs add_memory_driver_managed()

Joseph Qi (1):
ocfs2: cancel dqi_sync_work before freeing oinfo

Julian Sun (1):
ocfs2: fix null-ptr-deref when journal load failed.

Liam R. Howlett (1):
mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock

Lizhi Xu (2):
ocfs2: remove unreasonable unlock in ocfs2_read_blocks
ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate

Lorenzo Stoakes (1):
mm/madvise: process_madvise() drop capability check if same mm

Miaohe Lin (1):
mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set

Sergey Senozhatsky (1):
zsmalloc: use unique zsmalloc caches names

Vishal Moola (Oracle) (2):
mm: change vmf_anon_prepare() to __vmf_anon_prepare()
mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway

fs/ocfs2/buffer_head_io.c | 4 ++--
fs/ocfs2/journal.c | 7 +++---
fs/ocfs2/quota_local.c | 8 +++++--
kernel/resource.c | 58 ++++++++++++++++++++++++++++++++++++++++-------
mm/damon/vaddr.c | 2 ++
mm/huge_memory.c | 2 ++
mm/hugetlb.c | 20 ++++++++++++++--
mm/internal.h | 11 ++++++++-
mm/madvise.c | 2 +-
mm/memory.c | 8 +++----
mm/vmscan.c | 2 +-
mm/zsmalloc.c | 23 ++++++++++++++-----
12 files changed, 116 insertions(+), 31 deletions(-)