Searched hist:f6d87f4bd259cf33e092cd1a8fde05f291c47af1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | migration.c | diff f6d87f4bd259cf33e092cd1a8fde05f291c47af1 Fri Nov 07 06:18:30 CST 2008 Thomas Gleixner <tglx@linutronix.de> genirq: keep affinities set from userspace across free/request_irq()
Impact: preserve user-modified affinities on interrupts
Kumar Galak noticed that commit 18404756765c713a0be4eb1082920c04822ce588 (genirq: Expose default irq affinity mask (take 3))
overrides an already set affinity setting across a free / request_irq(). Happens e.g. with ifdown/ifup of a network device.
Change the logic to mark the affinities as set and keep them intact. This also fixes the unlocked access to irq_desc in irq_select_affinity() when called from irq_affinity_proc_write()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | proc.c | diff f6d87f4bd259cf33e092cd1a8fde05f291c47af1 Fri Nov 07 06:18:30 CST 2008 Thomas Gleixner <tglx@linutronix.de> genirq: keep affinities set from userspace across free/request_irq()
Impact: preserve user-modified affinities on interrupts
Kumar Galak noticed that commit 18404756765c713a0be4eb1082920c04822ce588 (genirq: Expose default irq affinity mask (take 3))
overrides an already set affinity setting across a free / request_irq(). Happens e.g. with ifdown/ifup of a network device.
Change the logic to mark the affinities as set and keep them intact. This also fixes the unlocked access to irq_desc in irq_select_affinity() when called from irq_affinity_proc_write()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | internals.h | diff f6d87f4bd259cf33e092cd1a8fde05f291c47af1 Fri Nov 07 06:18:30 CST 2008 Thomas Gleixner <tglx@linutronix.de> genirq: keep affinities set from userspace across free/request_irq()
Impact: preserve user-modified affinities on interrupts
Kumar Galak noticed that commit 18404756765c713a0be4eb1082920c04822ce588 (genirq: Expose default irq affinity mask (take 3))
overrides an already set affinity setting across a free / request_irq(). Happens e.g. with ifdown/ifup of a network device.
Change the logic to mark the affinities as set and keep them intact. This also fixes the unlocked access to irq_desc in irq_select_affinity() when called from irq_affinity_proc_write()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | manage.c | diff f6d87f4bd259cf33e092cd1a8fde05f291c47af1 Fri Nov 07 06:18:30 CST 2008 Thomas Gleixner <tglx@linutronix.de> genirq: keep affinities set from userspace across free/request_irq()
Impact: preserve user-modified affinities on interrupts
Kumar Galak noticed that commit 18404756765c713a0be4eb1082920c04822ce588 (genirq: Expose default irq affinity mask (take 3))
overrides an already set affinity setting across a free / request_irq(). Happens e.g. with ifdown/ifup of a network device.
Change the logic to mark the affinities as set and keep them intact. This also fixes the unlocked access to irq_desc in irq_select_affinity() when called from irq_affinity_proc_write()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/include/linux/ |
H A D | irq.h | diff f6d87f4bd259cf33e092cd1a8fde05f291c47af1 Fri Nov 07 06:18:30 CST 2008 Thomas Gleixner <tglx@linutronix.de> genirq: keep affinities set from userspace across free/request_irq()
Impact: preserve user-modified affinities on interrupts
Kumar Galak noticed that commit 18404756765c713a0be4eb1082920c04822ce588 (genirq: Expose default irq affinity mask (take 3))
overrides an already set affinity setting across a free / request_irq(). Happens e.g. with ifdown/ifup of a network device.
Change the logic to mark the affinities as set and keep them intact. This also fixes the unlocked access to irq_desc in irq_select_affinity() when called from irq_affinity_proc_write()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|