[PATCH 0/3] irqchip/gic-v5: Minor clean-ups/fixes

Lorenzo Pieralisi posted 3 patches 2 months ago
drivers/irqchip/irq-gic-v5-its.c |  1 -
drivers/irqchip/irq-gic-v5-iwb.c | 14 +++-----------
2 files changed, 3 insertions(+), 12 deletions(-)
[PATCH 0/3] irqchip/gic-v5: Minor clean-ups/fixes
Posted by Lorenzo Pieralisi 2 months ago
A trivial fix for a kbot reported issue and two clean-ups
discovered after the initial series was queued for v6.17;
now that the driver code is merged I am sharing them.

Only patch (1) is a fix, the two others are cleaning the code up
and removing useless constructs.

The series apply cleanly on top of this three-patch series [1] fixing
some exit path issues with the gic-v5 driver that should also
be considered for merging please (I reviewed it and tested it [2]):

[1] https://lore.kernel.org/lkml/670bb1dc-7827-4916-84f3-bb46ee408b20@sabinyo.mountain/
[2] https://lore.kernel.org/lkml/aHoU8sKPuyzEFRIn@lpieralisi/

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
---
Lorenzo Pieralisi (3):
      irqchip/gic-v5: iwb: Fix iounmap probe failure path
      irqchip/gic-v5: iwb: Remove module boilerplate
      irqchip/gic-v5: Remove IRQD_RESEND_WHEN_IN_PROGRESS for ITS IRQs

 drivers/irqchip/irq-gic-v5-its.c |  1 -
 drivers/irqchip/irq-gic-v5-iwb.c | 14 +++-----------
 2 files changed, 3 insertions(+), 12 deletions(-)
---
base-commit: 260f6f4fda93c8485c8037865c941b42b9cba5d2
change-id: 20250731-gic-v5-fixes-6-17-949eae3c5594

Best regards,
-- 
Lorenzo Pieralisi <lpieralisi@kernel.org>
Re: [PATCH 0/3] irqchip/gic-v5: Minor clean-ups/fixes
Posted by Lorenzo Pieralisi 2 months ago
On Fri, Aug 01, 2025 at 09:58:17AM +0200, Lorenzo Pieralisi wrote:
> A trivial fix for a kbot reported issue and two clean-ups
> discovered after the initial series was queued for v6.17;
> now that the driver code is merged I am sharing them.
> 
> Only patch (1) is a fix, the two others are cleaning the code up
> and removing useless constructs.
> 
> The series apply cleanly on top of this three-patch series [1] fixing
> some exit path issues with the gic-v5 driver that should also
> be considered for merging please (I reviewed it and tested it [2]):

Hi Thomas, Marc,

thank you for reviewing and pulling these fixes, please also consider
fixes in [1] below that are still current, Dan sent them before the
series was queued for -next and I reviewed/tested them (in particular
patch (3) - others are obvious).

Thanks,
Lorenzo

> 
> [1] https://lore.kernel.org/lkml/670bb1dc-7827-4916-84f3-bb46ee408b20@sabinyo.mountain/
> [2] https://lore.kernel.org/lkml/aHoU8sKPuyzEFRIn@lpieralisi/
> 
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> ---
> Lorenzo Pieralisi (3):
>       irqchip/gic-v5: iwb: Fix iounmap probe failure path
>       irqchip/gic-v5: iwb: Remove module boilerplate
>       irqchip/gic-v5: Remove IRQD_RESEND_WHEN_IN_PROGRESS for ITS IRQs
> 
>  drivers/irqchip/irq-gic-v5-its.c |  1 -
>  drivers/irqchip/irq-gic-v5-iwb.c | 14 +++-----------
>  2 files changed, 3 insertions(+), 12 deletions(-)
> ---
> base-commit: 260f6f4fda93c8485c8037865c941b42b9cba5d2
> change-id: 20250731-gic-v5-fixes-6-17-949eae3c5594
> 
> Best regards,
> -- 
> Lorenzo Pieralisi <lpieralisi@kernel.org>
>