Linus, please merge this batch of hotfixes. There's a simple conflict in MAINTAINERS. Please take the changes from this tree - use the four broadcom email addresses. Thanks. The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f: Linux 6.9-rc2 (2024-03-31 14:32:39 -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-05-11-30 for you to fetch changes up to a6c1d9cb9a68bfa4512248419c4f4d880d19fe90: stackdepot: rename pool_index to pool_index_plus_1 (2024-04-05 11:21:31 -0700) ---------------------------------------------------------------- 8 hotfixes, 3 are cc:stable There are a couple of fixups for this cycle's vmalloc changes and one for the stackdepot changes. And a fix for a very old x86 PAT issue which can cause a warning splat. ---------------------------------------------------------------- Alexey Makhalov (1): MAINTAINERS: change vmware.com addresses to broadcom.com David Hildenbrand (2): mm/secretmem: fix GUP-fast succeeding on secretmem folios x86/mm/pat: fix VM_PAT handling in COW mappings Edward Liaw (1): selftests/mm: include strings.h for ffsl John Sperbeck (1): init: open output files from cpio unpacking with O_LARGEFILE Peter Collingbourne (1): stackdepot: rename pool_index to pool_index_plus_1 Uladzislau Rezki (Sony) (2): mm: vmalloc: bail out early in find_vmap_area() if vmap is not init mm: vmalloc: fix lockdep warning .mailmap | 5 +++ MAINTAINERS | 46 +++++++++++----------- arch/x86/mm/pat/memtype.c | 49 ++++++++++++++++------- include/linux/secretmem.h | 4 +- include/linux/stackdepot.h | 7 ++-- init/initramfs.c | 2 +- lib/stackdepot.c | 4 +- mm/memory.c | 4 ++ mm/vmalloc.c | 76 ++++++++++++++++++++++-------------- tools/testing/selftests/mm/vm_util.h | 2 +- 10 files changed, 122 insertions(+), 77 deletions(-)