]> Gentwo Git Trees - linux/.git/commit
Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Oct 2025 17:33:50 +0000 (10:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Oct 2025 17:33:50 +0000 (10:33 -0700)
commitf6db358deaeafd9830c8bcba8f76f55f8a14b059
treef747bf49eaf73cfd913c382a2c61ecfcd4444624
parentec714e371f22f716a04e6ecb2a24988c92b26911
parentf7dfa0f31b13ee5f2ba598cdfcab9a831ed8a6b8
Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Fixes for several corner cases in error paths and debugging options,
   related to the new kmalloc_nolock() functionality (Kuniyuki Iwashima,
   Ran Xiaokai)

* tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  slub: Don't call lockdep_unregister_key() for immature kmem_cache.
  slab: Fix using this_cpu_ptr() in preemptible context
  slab: Add allow_spin check to eliminate kmemleak warnings