]> www.infradead.org Git - users/jedix/linux-maple.git/commit
softirq: Make softirq control and processing RT aware
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Mar 2021 08:55:56 +0000 (09:55 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 17 Mar 2021 15:34:10 +0000 (16:34 +0100)
commit8b1c04acad082dec76f3f8f7e1fa13493d6cbb79
tree9becfebba6a7262758f353268c9a8d6d85fd1b59
parentf02fc963e91160e7343933823e8b73a0b2ab0a16
softirq: Make softirq control and processing RT aware

Provide a local lock based serialization for soft interrupts on RT which
allows the local_bh_disabled() sections and servicing soft interrupts to be
preemptible.

Provide the necessary inline helpers which allow to reuse the bulk of the
softirq processing code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Tested-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210309085727.426370483@linutronix.de
include/linux/bottom_half.h
kernel/softirq.c