Re: [PATCH v5 00/14] irqchip: Fix potential resource leaks

2020-10-11 Thread Tiezhu Yang
On 09/02/2020 11:59 AM, Tiezhu Yang wrote: On 07/06/2020 03:30 PM, Marc Zyngier wrote: On 2020-07-06 02:19, Tiezhu Yang wrote: When I test the irqchip code of Loongson, I read the related code of other chips in drivers/irqchip and I find some potential resource leaks in the error path, I

Re: [PATCH v5 00/14] irqchip: Fix potential resource leaks

2020-09-01 Thread Tiezhu Yang
On 07/06/2020 03:30 PM, Marc Zyngier wrote: On 2020-07-06 02:19, Tiezhu Yang wrote: When I test the irqchip code of Loongson, I read the related code of other chips in drivers/irqchip and I find some potential resource leaks in the error path, I think it is better to fix them. v2: - Split

Re: [PATCH v5 00/14] irqchip: Fix potential resource leaks

2020-07-06 Thread Markus Elfring
>> v5: >>   - Modify the commit messages and do some code cleanups > > Please stop replying to Markus Elfring, and give people who actually > care a chance to review this code. You got the usual chances for the desired patch review. >Elfring will keep asking

Re: [PATCH v5 00/14] irqchip: Fix potential resource leaks

2020-07-06 Thread Marc Zyngier
On 2020-07-06 02:19, Tiezhu Yang wrote: When I test the irqchip code of Loongson, I read the related code of other chips in drivers/irqchip and I find some potential resource leaks in the error path, I think it is better to fix them. v2: - Split the first patch into a new patch series which

[PATCH v5 00/14] irqchip: Fix potential resource leaks

2020-07-05 Thread Tiezhu Yang
When I test the irqchip code of Loongson, I read the related code of other chips in drivers/irqchip and I find some potential resource leaks in the error path, I think it is better to fix them. v2: - Split the first patch into a new patch series which includes small patches and add "Fixes"