mbox series

[GIT,PULL] hotfixes for 6.5-rc4

Message ID 20230728155613.067d922ee303a968d41e857e@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.5-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-07-28-15-52

Message

Andrew Morton July 28, 2023, 10:56 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-07-28-15-52

for you to fetch changes up to 6c54312f9689fbe27c70db5d42eebd29d04b672e:

  mm/memory-failure: fix hardware poison check in unpoison_memory() (2023-07-27 13:07:05 -0700)

----------------------------------------------------------------
11 hotfixes.  Five are cc:stable and the remainder address post-6.4 issues
or aren't considered serious enough to justify backporting.

----------------------------------------------------------------
Andy Shevchenko (1):
      Revert "um: Use swap() to make code cleaner"

Bjorn Andersson (1):
      mailmap: update remaining active codeaurora.org email addresses

Dan Carpenter (1):
      proc/vmcore: fix signedness bug in read_from_oldmem()

Drew Fustini (1):
      scripts/spelling.txt: remove 'thead' as a typo

Feng Tang (1):
      mm/damon/core-test: initialise context before test in damon_test_set_attrs()

Hugh Dickins (3):
      tmpfs: fix Documentation of noswap and huge mount options
      shmem: minor fixes to splice-read implementation
      mm/pagewalk: fix EFI_PGT_DUMP of espfix area

Jann Horn (2):
      mm: fix memory ordering for mm_lock_seq and vm_lock_seq
      mm: lock VMA in dup_anon_vma() before setting ->anon_vma

Sidhartha Kumar (1):
      mm/memory-failure: fix hardware poison check in unpoison_memory()

 .mailmap                            | 97 ++++++++++++++++++++++++++++++++++++-
 Documentation/filesystems/tmpfs.rst | 47 ++++++++----------
 arch/um/os-Linux/sigio.c            |  7 +--
 fs/proc/vmcore.c                    |  2 +-
 include/linux/mm.h                  | 29 ++++++++---
 include/linux/mm_types.h            | 28 +++++++++++
 include/linux/mmap_lock.h           | 10 +++-
 mm/damon/core-test.h                | 10 ++--
 mm/memory-failure.c                 |  2 +-
 mm/mmap.c                           |  1 +
 mm/pagewalk.c                       |  5 +-
 mm/shmem.c                          |  9 ++--
 scripts/spelling.txt                |  1 -
 13 files changed, 197 insertions(+), 51 deletions(-)

Comments

pr-tracker-bot@kernel.org July 29, 2023, 12:27 a.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 15:56:13 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-07-28-15-52

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

Thank you!