[GIT PULL] hotfixes for 6.9-rc6

From: Andrew Morton
Date: Fri Apr 26 2024 - 16:37:21 EST



Linus, pleae merge this batch of hotfixes.

There is one trivial conflict in
tools/testing/selftests/kselftest_harness.h - purely a textual thing.

Thanks.


The following changes since commit c4a7dc9523b59b3e73fd522c73e95e072f876b16:

nilfs2: fix OOB in nilfs_set_de_type (2024-04-16 15:39:52 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-04-26-13-30

for you to fetch changes up to 52ccdde16b6540abe43b6f8d8e1e1ec90b0983af:

mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() (2024-04-25 10:07:27 -0700)

----------------------------------------------------------------
11 hotfixes. 8 are cc:stable and the remaining 3 (nice ratio!) address
post-6.8 issues or aren't considered suitable for backporting.

All except one of these are for MM. I see no particular theme - it's
singletons all over.

----------------------------------------------------------------
Andrey Ryabinin (1):
stackdepot: respect __GFP_NOLOCKDEP allocation flag

Edward Liaw (1):
selftests/harness: remove use of LINE_MAX

Johannes Weiner (1):
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory

Matthew Wilcox (Oracle) (3):
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
mm: support page_mapcount() on page_has_type() pages
mm: turn folio_test_hugetlb into a PageType

Miaohe Lin (1):
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()

Muhammad Usama Anjum (2):
selftests: mm: fix unused and uninitialized variable warning
selftests: mm: protection_keys: save/restore nr_hugepages value from launch script

Peter Xu (1):
mm/hugetlb: fix missing hugetlb_lock for resv uncharge

Vishal Moola (Oracle) (1):
hugetlb: check for anon_vma prior to folio allocation

fs/proc/page.c | 7 +-
include/linux/mm.h | 8 +-
include/linux/page-flags.h | 144 ++++++++++++----------
include/trace/events/mmflags.h | 1 +
kernel/vmcore_info.c | 5 +-
lib/stackdepot.c | 4 +-
mm/hugetlb.c | 40 +++---
mm/zswap.c | 25 ++--
tools/testing/selftests/kselftest_harness.h | 12 +-
tools/testing/selftests/mm/mdwe_test.c | 1 +
tools/testing/selftests/mm/protection_keys.c | 38 ------
tools/testing/selftests/mm/run_vmtests.sh | 2 +
tools/testing/selftests/mm/split_huge_page_test.c | 2 +-
13 files changed, 137 insertions(+), 152 deletions(-)