Re: [PATCH 0/4] iirqchip: Handle return value of kasprintf

2017-09-22 Thread Arvind Yadav
Hi Marc, On Friday 22 September 2017 01:40 PM, Marc Zyngier wrote: On Wed, Sep 20 2017 at 1:38:18 pm BST, Arvind Yadav wrote: kasprintf() can fail here and we must check its return value. Or not. The use of these strings is purely cosmetic (they are only used to display various debug inform

Re: [PATCH 0/4] iirqchip: Handle return value of kasprintf

2017-09-22 Thread Marc Zyngier
On Wed, Sep 20 2017 at 1:38:18 pm BST, Arvind Yadav wrote: > kasprintf() can fail here and we must check its return value. Or not. The use of these strings is purely cosmetic (they are only used to display various debug information), and printk is perfectly able to handle a NULL string. Refusi

[PATCH 0/4] iirqchip: Handle return value of kasprintf

2017-09-20 Thread Arvind Yadav
kasprintf() can fail here and we must check its return value. Arvind Yadav (4): [PATCH 1/4] irqchip/gic-v3-its: Handle return value of kasprintf [PATCH 2/4] irqchip/gic-v3-its-platform-msi: Handle return value of kasprintf [PATCH 3/4] irqchip/gic: Handle return value of kasprintf [PATCH 4/