[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240522172431.d2aa8775d7a48999afbc29b4@linux-foundation.org>
Date: Wed, 22 May 2024 17:24:31 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] additional MM updates for 6.10-rc1
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(-)
Powered by blists - more mailing lists