Re: [PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
From: Vlastimil Babka <hidden>
Date: 2021-08-17 16:00:09
Also in:
lkml
From: Vlastimil Babka <hidden>
Date: 2021-08-17 16:00:09
Also in:
lkml
On 8/17/21 12:23 PM, Vlastimil Babka wrote:
On 8/15/21 12:18 PM, Vlastimil Babka wrote:quoted
On 8/10/21 4:36 PM, Vlastimil Babka wrote:quoted
On 8/5/21 5:19 PM, Vlastimil Babka wrote:quoted
Series is based on 5.14-rc4 and also available as a git branch: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slub-local-lock-v4r0New branch with fixed up locking orders in patch 29/35: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slub-local-lock-v4r1New branch with fixed up VM_BUG_ON in patch 13/35: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slub-local-lock-v4r2New branch with fixed struct kmem_cache_cpu layout in patch 35/35 (and a rebase to 5.14-rc6) https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slub-local-lock-v4r3
Another update to patch 35/35, simplifying lockdep_assert_held() as requested by RT: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slub-local-lock-v4r4