Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 May 2024 00:32:04 +0000 (17:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 May 2024 00:32:04 +0000 (17:32 -0700)
commit5c6f4d68e2aca67e425b7227369ec9fde8adfb6d
treeb60f38675b4572047bcb840a89cb07329a5f6c22
parentde7e71ef8bed222dd144d8878091ecb6d5dfd208
parent99b80ac45f7ec351c2d1c9fbfec702213dcae566
Merge tag 'mm-stable-2024-05-22-17-22' of git://git./linux/kernel/git/akpm/mm

Pull more mm updates from Andrew Morton:
 "A series from Dave Chinner which cleans up and fixes the handling of
  nested allocations within stackdepot and page-owner"

* tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  mm/page-owner: use gfp_nested_mask() instead of open coded masking
  stackdepot: use gfp_nested_mask() instead of open coded masking
  mm: lift gfp_kmemleak_mask() to gfp.h