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)
commit59b785fe2abbe21267516799f6c584cf4fe5f08b
treeb2add608645dfba0ebcb07a8c57ee7d1f4fecd10
parent05b252cccb2e5c3f56119d25de684b4f810ba40a
parenteeaa345e128515135ccb864c04482180c08e3259
Merge tag 'slab-for-5.19-fixup' of git://git./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.