mbox series

[GIT,PULL] additional MM updates for 6.10-rc1

Message ID 20240522172431.d2aa8775d7a48999afbc29b4@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] additional MM updates for 6.10-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2024-05-22-17-22

Message

Andrew Morton May 23, 2024, 12:24 a.m. UTC
Linus, please pull this small series, thanks.


The following changes since commit eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c:

  Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2024-05-19 14:02:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2024-05-22-17-22

for you to fetch changes up to 99b80ac45f7ec351c2d1c9fbfec702213dcae566:

  mm/page-owner: use gfp_nested_mask() instead of open coded masking (2024-05-19 14:40:44 -0700)

----------------------------------------------------------------
A series from Dave Chinner which cleans up and fixes the handling of
nested allocations within stackdepot and page-owner.

----------------------------------------------------------------
Dave Chinner (3):
      mm: lift gfp_kmemleak_mask() to gfp.h
      stackdepot: use gfp_nested_mask() instead of open coded masking
      mm/page-owner: use gfp_nested_mask() instead of open coded masking

 include/linux/gfp.h | 25 +++++++++++++++++++++++++
 lib/stackdepot.c    | 11 ++---------
 mm/kmemleak.c       | 12 ++++--------
 mm/page_owner.c     |  7 +------
 4 files changed, 32 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org May 23, 2024, 2:15 a.m. UTC | #1
The pull request you sent on Wed, 22 May 2024 17:24:31 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2024-05-22-17-22

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

Thank you!