diff options
author | Marc Zyngier <maz@kernel.org> | 2022-04-14 16:00:11 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-04-14 16:11:25 +0200 |
commit | c48c8b829d2b966a6649827426bcdba082ccf922 (patch) | |
tree | 9e0e7c7d8c20d76ee8884ebdc3755cae62b52816 /drivers/pcmcia/sa1100_generic.h | |
parent | irqchip/bmips: Replace cpumask_weight() with cpumask_empty() (diff) | |
download | linux-c48c8b829d2b966a6649827426bcdba082ccf922.tar.xz linux-c48c8b829d2b966a6649827426bcdba082ccf922.zip |
genirq: Take the proposed affinity at face value if force==true
Although setting the affinity of an interrupt to a set of CPUs that doesn't
have any online CPU is generally frowned apon, there are a few limited
cases where such affinity is set from a CPUHP notifier, setting the
affinity to a CPU that isn't online yet.
The saving grace is that this is always done using the 'force' attribute,
which gives a hint that the affinity setting can be outside of the online
CPU mask and the callsite set this flag with the knowledge that the
underlying interrupt controller knows to handle it.
This restores the expected behaviour on Marek's system.
Fixes: 33de0aa4bae9 ("genirq: Always limit the affinity to online CPUs")
Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/4b7fc13c-887b-a664-26e8-45aed13f048a@samsung.com
Link: https://lore.kernel.org/r/20220414140011.541725-1-maz@kernel.org
Diffstat (limited to 'drivers/pcmcia/sa1100_generic.h')
0 files changed, 0 insertions, 0 deletions