]> Gentwo Git Trees - linux/.git/commit
Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2025 19:40:51 +0000 (12:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2025 19:40:51 +0000 (12:40 -0700)
commit66cd8e9cb81015a2ec7f9dfb83db7d7915587eef
treee8dd3a77ca6371cd5f12af901cc898289331ee31
parent2e590d67c2d803d603ac00b85f2fab235df52a1b
parent7f434e1d9a17ca5f567c9796c9c105a65c18db9a
Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Two fixes for race conditions in obj_exts allocation (Hao Ge)

 - Fix for slab accounting imbalance due to deferred slab decativation
   (Vlastimil Babka)

* tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  slab: Fix obj_ext mistakenly considered NULL due to race condition
  slab: fix slab accounting imbalance due to defer_deactivate_slab()
  slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts