mbox series

[GIT,PULL] hotfixes for 6.9-rc3

Message ID 20240405114018.48d320803e1b3920f68f9f96@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.9-rc3 | expand

Pull-request

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

Message

Andrew Morton April 5, 2024, 6:40 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 5, 2024, 9:05 p.m. UTC | #1
The pull request you sent on Fri, 5 Apr 2024 11:40:18 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-04-05-11-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/af709adfaa6e8a2f7f44b6beea5e6325ac8720c2

Thank you!