mbox series

[v3,0/5] lockdep: Change IRQ state tracking to use per-cpu variables

Message ID 20200529213550.683440625@infradead.org (mailing list archive)
Headers show
Series lockdep: Change IRQ state tracking to use per-cpu variables | expand

Message

Peter Zijlstra May 29, 2020, 9:35 p.m. UTC
Ahmed and Sebastian wanted additional lockdep_assert*() macros and ran
into header hell.

Move the IRQ state into per-cpu variables, which removes the dependency on
task_struct, which is what generated the header-hell.

These patches are intended to go on top of:

 https://lkml.kernel.org/r/20200529212728.795169701@infradead.org

but should apply on current tip/master without much difficulty.

There are a few build fixes for Sparc64, PowerPC64 and s390. Especially the
Sparc one I'm not sure about.