[PATCH v5 0/4] Some Minor fixes and cleanups to irqchip/gic-v3-its

Kemeng Shi posted 4 patches 4 days, 19 hours ago
drivers/irqchip/irq-gic-v3-its.c | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
[PATCH v5 0/4] Some Minor fixes and cleanups to irqchip/gic-v3-its
Posted by Kemeng Shi 4 days, 19 hours ago
There are some random fixes and cleanups to irqchip/gic-v3-its. More
details can be found in respective patches.
Thanks.

v1->v2:
- Drop unneeded patches and some minor improvement.
v2->v3:
- Fix an extra leak issue in its_vpe_irq_domain_alloc().
- Remove redundant check in its_vpe_db_proxy_unmap_locked()
v3->v4:
- Add missing Fixes tags
- Improve changelog description
v4->v5:
- Collect RVB from Radu
- Drop more unneeded patches
- Use existing error handling to do its_vpe_teardown() in patch 3/4

Kemeng Shi (4):
  irqchip/gic-v3-its: Fix memleak in its_probe_one()
  irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its()
  irqchip/gic-v3-its: Fix leak in its_vpe_irq_domain_alloc()
  irqchip/gic-v3-its: Fix grammar and replace a bit number with its
    symbol

 drivers/irqchip/irq-gic-v3-its.c | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

-- 
2.36.1
Re: [PATCH v5 0/4] Some Minor fixes and cleanups to irqchip/gic-v3-its
Posted by Thomas Gleixner 4 days, 7 hours ago
On Mon, Jul 20 2026 at 15:12, Kemeng Shi wrote:
>
> Kemeng Shi (4):
>   irqchip/gic-v3-its: Fix memleak in its_probe_one()
>   irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its()

Why are you resending already merged patches? You got an email
notification about it, no?
Re: [PATCH v5 0/4] Some Minor fixes and cleanups to irqchip/gic-v3-its
Posted by Kemeng Shi 4 days ago
在 2026/7/21 2:46:30, Thomas Gleixner 写道:
> On Mon, Jul 20 2026 at 15:12, Kemeng Shi wrote:
>>
>> Kemeng Shi (4):
>>   irqchip/gic-v3-its: Fix memleak in its_probe_one()
>>   irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its()
> 
> Why are you resending already merged patches? You got an email
> notification about it, no?
Sorry for this.
I didn't see the notification before and still can't find the notification
by searching my mailbox.
I will drop these patches in next version and will check the tree before
sending a new patchset.