irqchip/gic-v3-its: Skip HP notifier when no ITS is registered
authorMarc Zyngier <maz@kernel.org>
Wed, 2 Feb 2022 10:34:54 +0000 (10:34 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 2 Feb 2022 10:43:10 +0000 (10:43 +0000)
commiteba1e44beef88aa722f07755f79f604cd5d92290
tree52bdb4df83aa08b301f0141c038e1b0f247df842
parent26291c54e111ff6ba87a164d85d4a4e134b7315c
irqchip/gic-v3-its: Skip HP notifier when no ITS is registered

We have some systems out there that have both LPI support and an
ITS, but that don't expose the ITS in their firmware tables
(either because it is broken or because they run under a hypervisor
that hides it...).

Is such a configuration, we still register the HP notifier to free
the allocated tables if needed, resulting in a warning as there is
no memory to free (nothing was allocated the first place).

Fix it by keying the HP notifier on the presence of at least one
sucessfully probed ITS.

Fixes: d23bc2bc1d63 ("irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve")
Reported-by: Steev Klimaszewski <steev@kali.org>
Tested-by: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Valentin Schneider <valentin.schneider@arm.com>
Link: https://lore.kernel.org/r/20220202103454.2480465-1-maz@kernel.org
drivers/irqchip/irq-gic-v3-its.c