diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-11-13 16:17:09 (GMT) |
---|---|---|
committer | Emil Medve <Emilian.Medve@Freescale.com> | 2013-04-30 08:17:25 (GMT) |
commit | f913098da8458e0a147d569fa62882a368b978f1 (patch) | |
tree | 562a2f266fd5aae6170829510327c4ed99cc9aed /net/bridge | |
parent | ab36176c72ff2db76f85983e2a817707e5e2dff0 (diff) | |
download | linux-fsl-qoriq-f913098da8458e0a147d569fa62882a368b978f1.tar.xz |
softirq: Check preemption after reenabling interrupts
raise_softirq_irqoff() disables interrupts and wakes the softirq
daemon, but after reenabling interrupts there is no preemption check,
so the execution of the softirq thread might be delayed arbitrarily.
In principle we could add that check to local_irq_enable/restore, but
that's overkill as the rasie_softirq_irqoff() sections are the only
ones which show this behaviour.
Reported-by: Carsten Emde <cbe@osadl.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable-rt@vger.kernel.org
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions