]> asedeno.scripts.mit.edu Git - linux.git/commit
irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL
authorZenghui Yu <yuzenghui@huawei.com>
Mon, 2 Dec 2019 07:10:21 +0000 (15:10 +0800)
committerMarc Zyngier <maz@kernel.org>
Mon, 3 Feb 2020 10:04:19 +0000 (10:04 +0000)
commit107945227ac5d4c37911c7841b27c64b489ce9a9
tree3a685b866d7fc360a4e24a704fdd225bcc2422bd
parent656b42deddea57e55a570671db9403af0ed3c439
irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL

It looks like an obvious mistake to use its_mapc_cmd descriptor when
building the INVALL command block. It so far worked by luck because
both its_mapc_cmd.col and its_invall_cmd.col sit at the same offset of
the ITS command descriptor, but we should not rely on it.

Fixes: cc2d3216f53c ("irqchip: GICv3: ITS command queue")
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20191202071021.1251-1-yuzenghui@huawei.com
drivers/irqchip/irq-gic-v3-its.c