[GIT PULL] hotfixes for 6.7-rc2

From: Andrew Morton
Date: Fri Nov 17 2023 - 17:08:53 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-11-17-14-04

for you to fetch changes up to afccb0804fc74ac2f6737af6a139632606cb461d:

mm: more ptep_get() conversion (2023-11-15 15:30:09 -0800)

----------------------------------------------------------------
Thirteen hotfixes. Seven are cc:stable and the remainder pertain to
post-6.6 issues or aren't considered suitable for backporting.

----------------------------------------------------------------
Breno Leitao (2):
selftests/mm: restore number of hugepages
selftests/mm: add hugetlb_fault_after_madv to .gitignore

Dan Carpenter (1):
mm/damon/sysfs: eliminate potential uninitialized variable warning

Helge Deller (1):
parisc: fix mmap_base calculation when stack grows upwards

Hyeongtak Ji (1):
mm/damon/core.c: avoid unintentional filtering out of schemes

Muhammad Usama Anjum (2):
selftests: mm: skip whole test instead of failure
selftests: mm: fix some build warnings

Roman Gushchin (1):
mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors

Ryan Roberts (1):
mm: more ptep_get() conversion

SeongJae Park (3):
mm/damon/sysfs: check error from damon_sysfs_update_target()
mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
mm/damon/sysfs-schemes: handle tried region directory allocation failure

Stefan Roesch (1):
mm: fix for negative counter: nr_file_hugepages

arch/parisc/Kconfig | 6 +++---
arch/parisc/include/asm/elf.h | 10 +---------
arch/parisc/include/asm/processor.h | 2 ++
arch/parisc/kernel/sys_parisc.c | 2 +-
mm/damon/core.c | 2 +-
mm/damon/sysfs-schemes.c | 5 +++++
mm/damon/sysfs.c | 6 ++++--
mm/filemap.c | 2 +-
mm/huge_memory.c | 16 +++++++++-------
mm/ksm.c | 2 +-
mm/memcontrol.c | 3 ++-
mm/userfaultfd.c | 2 +-
mm/util.c | 10 ++++++++++
tools/testing/selftests/mm/.gitignore | 1 +
tools/testing/selftests/mm/pagemap_ioctl.c | 23 ++++++++++++-----------
tools/testing/selftests/mm/run_vmtests.sh | 3 +++
16 files changed, 57 insertions(+), 38 deletions(-)