[PATCH v2 2/3] irqchip/gic-v5: Fix forever loop in gicv5_its_create_itt_two_level() error handling
Zenghui Yu
yuzenghui at huawei.com
Sun Aug 24 20:54:27 PDT 2025
On 2025/7/18 2:45, Dan Carpenter wrote:
> The "i" variable needs to be signed otherwise there is a forever loop
> in the cleanup code.
>
> Fixes: 57d72196dfc8 ("irqchip/gic-v5: Add GICv5 ITS support")
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
> v2: no change
>
> drivers/irqchip/irq-gic-v5-its.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Zenghui Yu <yuzenghui at huawei.com>
More information about the linux-arm-kernel
mailing list