]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jun 2022 14:28:51 +0000 (09:28 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jun 2022 14:28:51 +0000 (09:28 -0500)
commit361165fa10740b07a5e7cad03061847f210a466d
treeb2add608645dfba0ebcb07a8c57ee7d1f4fecd10
parent7595078c8686ef7d0ce160848144f3884f0e3b54
parentcdbfb0cca9ed09f70ec3d01f4ab5d9d879248f64
Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - A slub fix for PREEMPT_RT locking semantics from Sebastian.

 - A slub fix for state corruption due to a possible race scenario from
   Jann.

* tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  mm/slub: add missing TID updates on slab deactivation
  mm/slub: Move the stackdepot related allocation out of IRQ-off section.