diff options
author | Thomas Gleixner <[email protected]> | 2014-03-04 20:43:38 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2014-03-12 13:07:40 +0100 |
commit | 785aebd0cfff52e735ad4fd188d3726b5affc8e5 (patch) | |
tree | 6bfc619f12e141f303fed584d8a29f23cc2d63be /scripts/gdb/linux/tasks.py | |
parent | 8783dd3a37a5853689e1a8fa728827a50905b912 (diff) |
ia64: 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 <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: ia64 <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions