summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-11-13 16:17:09 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-04-30 08:17:25 (GMT)
commitf913098da8458e0a147d569fa62882a368b978f1 (patch)
tree562a2f266fd5aae6170829510327c4ed99cc9aed /REPORTING-BUGS
parentab36176c72ff2db76f85983e2a817707e5e2dff0 (diff)
downloadlinux-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 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions