]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 17:07:33 +0000 (10:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 17:07:33 +0000 (10:07 -0700)
commit8174dafb2d9a85c895d3bfb9cc3e7c236107c93f
tree7fdfb0d7fd07ef274b3189a152cd8b1fb4fc3db0
parent92e989acfb83493e0305bc9fdcc666275ddd46c9
parent464b1c115852fe025635ae2065e00caced184d92
Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Fix for a memory leak that can occur when already so low on memory
   that we can't allocate a new slab anymore (Qing Wang)

 - Fix for a case where slabobj_ext array for a slab might be allocated
   from the same slab, making it permanently non-freeable (Harry Yoo)

* tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  slab: fix memory leak when refill_sheaf() fails
  mm/slab: fix an incorrect check in obj_exts_alloc_size()