mbox series

[GIT,PULL] hotfixes for 6.5-rc2

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-07-18-12-28

Message

Andrew Morton July 18, 2023, 7:31 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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-18-12-28

for you to fetch changes up to ef5c3de5211b5a3a8102b25aa83eb4cde65ac2fd:

  maple_tree: fix node allocation testing on 32 bit (2023-07-17 12:53:22 -0700)

----------------------------------------------------------------
Seven hotfixes, six of which are cc:stable and one of which addresses a
post-6.5 issue.

----------------------------------------------------------------
Colin Ian King (1):
      selftests/mm: mkdirty: fix incorrect position of #endif

Liam R. Howlett (3):
      mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
      maple_tree: fix 32 bit mas_next testing
      maple_tree: fix node allocation testing on 32 bit

Miguel Ojeda (1):
      prctl: move PR_GET_AUXV out of PR_MCE_KILL

Peng Zhang (1):
      maple_tree: set the node limit when creating a new root node

Ryan Roberts (1):
      selftests/mm: give scripts execute permission

 kernel/sys.c                                           | 10 +++++-----
 lib/maple_tree.c                                       |  3 ++-
 lib/test_maple_tree.c                                  |  5 ++++-
 mm/mlock.c                                             |  9 +++++----
 tools/testing/radix-tree/maple.c                       |  6 +++---
 tools/testing/selftests/mm/charge_reserved_hugetlb.sh  |  0
 tools/testing/selftests/mm/check_config.sh             |  0
 tools/testing/selftests/mm/hugetlb_reparenting_test.sh |  0
 tools/testing/selftests/mm/mkdirty.c                   |  2 +-
 tools/testing/selftests/mm/run_vmtests.sh              |  0
 tools/testing/selftests/mm/test_hmm.sh                 |  0
 tools/testing/selftests/mm/test_vmalloc.sh             |  0
 tools/testing/selftests/mm/va_high_addr_switch.sh      |  0
 tools/testing/selftests/mm/write_hugetlb_memory.sh     |  0
 14 files changed, 20 insertions(+), 15 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/mm/charge_reserved_hugetlb.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/check_config.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/hugetlb_reparenting_test.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/run_vmtests.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/test_hmm.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/test_vmalloc.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/va_high_addr_switch.sh
 mode change 100644 => 100755 tools/testing/selftests/mm/write_hugetlb_memory.sh

Comments

pr-tracker-bot@kernel.org July 18, 2023, 10:16 p.m. UTC | #1
The pull request you sent on Tue, 18 Jul 2023 12:31:31 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-07-18-12-28

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

Thank you!