[GIT PULL] hotfixes for 6.5-rc4

From: Andrew Morton
Date: Fri Jul 28 2023 - 18:56:19 EST



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(-)