mbox series

[GIT,PULL] hotfixes for 6.9-rc2

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-27-11-25

Message

Andrew Morton March 27, 2024, 6:32 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-27-11-25

for you to fetch changes up to 32fbe5246582af4f611ccccee33fd6e559087252:

  crash: use macro to add crashk_res into iomem early for specific arch (2024-03-26 11:14:12 -0700)

----------------------------------------------------------------
21 hotfixes.  11 are cc:stable and the remainder address post-6.8 issues
or aren't considered suitable for backporting.

zswap figures prominently in the post-6.8 issues - folloup against the
large amount of changes we have just made to that code.

Apart from that, all over the map.

----------------------------------------------------------------
Baoquan He (1):
      crash: use macro to add crashk_res into iomem early for specific arch

Barry Song (1):
      mm: zswap: fix kernel BUG in sg_init_one

Carlos Maiolino (1):
      tmpfs: fix race on handling dquot rbtree

Cong Liu (1):
      tools/Makefile: remove cgroup target

Edward Liaw (2):
      selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
      selftests/mm: fix ARM related issue with fork after pthread_create

Johannes Weiner (3):
      mm: cachestat: fix two shmem bugs
      mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
      mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices

John Sperbeck (1):
      init: open /initrd.image with O_LARGEFILE

Kuan-Wei Chiu (1):
      MAINTAINERS: remove incorrect M: tag for dm-devel@lists.linux.dev

Leonard Crestez (1):
      mailmap: update entry for Leonard Crestez

Lokesh Gidra (1):
      userfaultfd: fix deadlock warning when locking src and dst VMAs

Matthew Wilcox (Oracle) (1):
      mm: increase folio batch size

Muhammad Usama Anjum (1):
      selftests: mm: restore settings from only parent process

Nathan Chancellor (1):
      hexagon: vmlinux.lds.S: handle attributes section

Oscar Salvador (1):
      mm,page_owner: fix recursion

Peter Xu (1):
      mm/memory: fix missing pte marker for !page on pte zaps

Vitaly Chikunov (1):
      selftests/mm: Fix build with _FORTIFY_SOURCE

Zev Weiss (2):
      prctl: generalize PR_SET_MDWE support check to be per-arch
      ARM: prctl: reject PR_SET_MDWE on pre-ARMv6

 .mailmap                                          |  3 +-
 MAINTAINERS                                       |  1 -
 arch/arm/include/asm/mman.h                       | 14 +++++++
 arch/hexagon/kernel/vmlinux.lds.S                 |  1 +
 arch/parisc/include/asm/mman.h                    | 14 +++++++
 arch/x86/include/asm/crash_reserve.h              |  2 +
 include/linux/mman.h                              |  8 ++++
 include/linux/pagevec.h                           |  4 +-
 init/initramfs.c                                  |  2 +-
 kernel/crash_reserve.c                            |  7 ++++
 kernel/sys.c                                      |  7 +++-
 mm/filemap.c                                      | 16 ++++++++
 mm/memory.c                                       |  4 +-
 mm/page_owner.c                                   | 33 ++++++++++++-----
 mm/shmem_quota.c                                  | 10 +++--
 mm/userfaultfd.c                                  |  3 +-
 mm/zswap.c                                        | 45 ++++++++++++++++++++---
 tools/Makefile                                    | 13 +++----
 tools/testing/selftests/mm/gup_test.c             |  2 +-
 tools/testing/selftests/mm/protection_keys.c      |  6 ++-
 tools/testing/selftests/mm/soft-dirty.c           |  2 +-
 tools/testing/selftests/mm/split_huge_page_test.c |  2 +-
 tools/testing/selftests/mm/uffd-common.c          |  3 ++
 tools/testing/selftests/mm/uffd-common.h          |  2 +
 tools/testing/selftests/mm/uffd-unit-tests.c      | 13 ++++++-
 25 files changed, 177 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/include/asm/mman.h
 create mode 100644 arch/parisc/include/asm/mman.h

Comments

pr-tracker-bot@kernel.org March 27, 2024, 8:47 p.m. UTC | #1
The pull request you sent on Wed, 27 Mar 2024 11:32:14 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-27-11-25

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

Thank you!