diff options
author | Thomas Gleixner | 2014-03-04 21:43:39 +0100 |
---|---|---|
committer | Thomas Gleixner | 2014-03-12 13:07:40 +0100 |
commit | 421d1563c6620423d23e394711e3f209e585c161 (patch) | |
tree | d457d6ee0fc69b8e1898392dece144f0589a3bc0 /scripts/kconfig/lxdialog/menubox.c | |
parent | ia64: Validate online cpus in irq_set_affinity() callbacks (diff) | |
download | kernel-qcow2-linux-421d1563c6620423d23e394711e3f209e585c161.tar.gz kernel-qcow2-linux-421d1563c6620423d23e394711e3f209e585c161.tar.xz kernel-qcow2-linux-421d1563c6620423d23e394711e3f209e585c161.zip |
mips: Validate online cpus in irq_set_affinity() callbacks
The [user space] interface does not filter out offline cpus. It merily
guarantees that the mask contains at least one online cpu.
So the selector in the irq chip implementation needs to make sure to
pick only an online cpu because otherwise:
Offline Core 1
Set affinity to 0xe (is valid due to online mask 0xd)
cpumask_first will pick core 1, which is offline
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Link: http://lkml.kernel.org/r/20140304203100.744800502@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'scripts/kconfig/lxdialog/menubox.c')
0 files changed, 0 insertions, 0 deletions