summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-11-13 16:17:09 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:38:52 (GMT)
commiteef99dac47b95b881df085152cab096cbf2faf6d (patch)
tree005d6f14a8446fd1f731c706ce890d82f4c885af /init
parenteb79a44d5595d82a509e3156bf7ea45f2edad79b (diff)
downloadlinux-fsl-qoriq-eef99dac47b95b881df085152cab096cbf2faf6d.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 'init')
0 files changed, 0 insertions, 0 deletions