Merge branch 'slab/for-6.3/fixes' into slab/for-linus
authorVlastimil Babka <vbabka@suse.cz>
Tue, 21 Feb 2023 12:20:10 +0000 (13:20 +0100)
committerVlastimil Babka <vbabka@suse.cz>
Tue, 21 Feb 2023 12:20:10 +0000 (13:20 +0100)
commitb45bc2e09906a7c8370b7f2a6c204bcaa1b781fc
treea61db1008f0f3dea4d484ada4c85df7b469f8bfb
parent0028517724a520cce416ab69e3f3ea0632ee20c0
parentf5451547b8310868f5b5acff7cd4aa7c0267edb3
Merge branch 'slab/for-6.3/fixes' into slab/for-linus

Two fixes for SLAB and SLUB

- Make it possible to use kmem_cache_alloc_bulk() early in boot when
  interrupts are not yet enabled, as code doing that start to appear via
  the maple tree (by Thomas Gleixner).
- Fix debugfs-related memory leak (by Greg Kroah-Hartman).
mm/slab.c
mm/slub.c