mbox series

[GIT,PULL] more hotfixes for 6.3-rc4

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-03-24-17-09

Message

Andrew Morton March 25, 2023, 12:15 a.m. UTC
Linus, please merge this batch of fixups, thanks.


The following changes since commit 1e760fa3596e8c7f08412712c168288b79670d78:

  Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2023-03-23 15:25:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-03-24-17-09

for you to fetch changes up to d0072ca529674c36421023ffe90837a7de9387f3:

  mm: mmap: remove newline at the end of the trace (2023-03-23 17:18:36 -0700)

----------------------------------------------------------------
21 hotfixes, 8 of which are cc:stable.  11 are for MM, the remainder are
for other subsystems.

----------------------------------------------------------------
Enric Balletbo i Serra (1):
      mailmap: add entry for Enric Balletbo i Serra

Geert Uytterhoeven (1):
      lib: dhry: fix unstable smp_processor_id(_) usage

Joey Gouly (2):
      mm: deduplicate error handling for map_deny_write_exec
      mm: fix error handling for map_deny_write_exec

Konrad Dybcio (2):
      mailmap: map Rajendra Nayak's old address to his current one
      mailmap: map Sai Prakash Ranjan's old address to his current one

Liam R. Howlett (3):
      maple_tree: fix mas_skip_node() end slot detection
      test_maple_tree: add more testing for mas_empty_area()
      mm/ksm: fix race with VMA iteration and mm_struct teardown

Marco Elver (3):
      kasan, powerpc: don't rename memintrinsics if compiler adds prefixes
      kfence: avoid passing -g for test
      kcsan: avoid passing -g for test

Michal Hocko (1):
      mm, vmalloc: fix high order __GFP_NOFAIL allocations

Minwoo Im (1):
      mm: mmap: remove newline at the end of the trace

Muchun Song (1):
      mm: kfence: fix using kfence_metadata without initialization in show_object()

Peter Collingbourne (1):
      Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"

Peter Xu (1):
      kselftest: vm: fix unused variable warning

Richard Leitner (1):
      mailmap: add entries for Richard Leitner

Ryusuke Konishi (1):
      nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()

Tiezhu Yang (1):
      checksyscalls: ignore fstat to silence build warning on LoongArch

Tobias Klauser (1):
      mailmap: add entry for Tobias Klauser

 .mailmap                               | 11 ++++++++
 arch/powerpc/include/asm/kasan.h       |  2 +-
 arch/powerpc/include/asm/string.h      | 15 ++++++++---
 arch/powerpc/kernel/prom_init_check.sh |  9 +++++--
 fs/nilfs2/ioctl.c                      |  2 +-
 include/trace/events/mmap.h            |  4 +--
 kernel/kcsan/Makefile                  |  2 +-
 lib/dhry_run.c                         |  6 +++--
 lib/maple_tree.c                       | 24 ++++-------------
 lib/test_maple_tree.c                  | 48 ++++++++++++++++++++++++++++++++++
 mm/kfence/Makefile                     |  2 +-
 mm/kfence/core.c                       | 10 +++++--
 mm/ksm.c                               | 11 ++++++--
 mm/mmap.c                              |  7 +----
 mm/mprotect.c                          |  2 +-
 mm/page_alloc.c                        |  3 ++-
 mm/vmalloc.c                           | 28 ++++++++++++++++----
 scripts/checksyscalls.sh               |  4 ++-
 tools/testing/selftests/mm/mdwe_test.c |  3 +--
 19 files changed, 140 insertions(+), 53 deletions(-)

Comments

pr-tracker-bot@kernel.org March 25, 2023, 1:18 a.m. UTC | #1
The pull request you sent on Fri, 24 Mar 2023 17:15:57 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-03-24-17-09

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

Thank you!