This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4630932a5529 Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/l [...] new 809216233555 selftests/harness: remove use of LINE_MAX new 6db7412c1420 selftests: mm: fix unused and uninitialized variable warning new b76b46902c2d mm/hugetlb: fix missing hugetlb_lock for resv uncharge new 12bbaae7635a mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros new fd1a745ce03e mm: support page_mapcount() on page_has_type() pages new d99e3140a4d3 mm: turn folio_test_hugetlb into a PageType new 682886ec69d2 mm: zswap: fix shrinker NULL crash with cgroup_disable=memory new 37641efaa3fa hugetlb: check for anon_vma prior to folio allocation new 6fe60465e1d5 stackdepot: respect __GFP_NOLOCKDEP allocation flag new ed74abcd1da0 selftests: mm: protection_keys: save/restore nr_hugepages [...] new 52ccdde16b65 mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_ [...] new e6ebf0117218 Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://g [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)