mbox series

[GIT,PULL] hotfixes for 6.7-rc2

Message ID 20231117140848.02adcf56c301bb3ab85ae75a@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.7-rc2 | expand

Pull-request

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

Message

Andrew Morton Nov. 17, 2023, 10:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2023, 10:30 p.m. UTC | #1
The pull request you sent on Fri, 17 Nov 2023 14:08:48 -0800:

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

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

Thank you!