]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v4.1: Update effective affinity of virtual SGIs
authorMarc Zyngier <maz@kernel.org>
Fri, 10 Apr 2020 11:11:39 +0000 (12:11 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 16 Apr 2020 09:28:34 +0000 (10:28 +0100)
commit50be976ac2b9ea1c55b83ae3d4517283cf72d8e3
tree13899ae502a157fb61631b69990fc5708d15d418
parent7c6ebe016c7c0ad627783a6bacfb8dcde15d4cd6
irqchip/gic-v4.1: Update effective affinity of virtual SGIs

Although the vSGIs are not directly visible to the host, they still
get moved around by the CPU hotplug, for example. This results in
the kernel moaning on the console, such as:

  genirq: irq_chip GICv4.1-sgi did not update eff. affinity mask of irq 38

Updating the effective affinity on set_affinity() fixes it.

Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-gic-v3-its.c