]> 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)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 6 Apr 2021 23:07:13 +0000 (16:07 -0700)
commit484ad9f0100cff752220a6157b583272df734b2d
tree9ec622b88e6d1ab1877686ee08db45e6ad07d4be
parentce25c34dd5390c05792a96c70b0a7d554925ef8a
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>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/bottom_half.h
kernel/softirq.c