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>2015-02-13 22:21:07 (GMT)
commita2311a0be2c25206c2bfdc14deef8bd100b17491 (patch)
tree01dafee955ea01931f93cfcec08d189e4e6dafe3 /init
parent9cb147bc3a2068753f3988d1c26791045758c755 (diff)
downloadlinux-fsl-qoriq-a2311a0be2c25206c2bfdc14deef8bd100b17491.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