All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] iirqchip: Handle return value of kasprintf
@ 2017-09-20  8:08 ` Arvind Yadav
  0 siblings, 0 replies; 12+ messages in thread
From: Arvind Yadav @ 2017-09-20  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

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/4] irqchip/lpc32xx: Handle return value of kasprintf

 drivers/irqchip/irq-gic-v3-its-pci-msi.c      | 3 +++
 drivers/irqchip/irq-gic-v3-its-platform-msi.c | 3 +++
 drivers/irqchip/irq-gic.c                     | 4 ++++
 drivers/irqchip/irq-lpc32xx.c                 | 5 +++++
 4 files changed, 15 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-09-22  8:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20  8:08 [PATCH 0/4] iirqchip: Handle return value of kasprintf Arvind Yadav
2017-09-20  8:08 ` Arvind Yadav
2017-09-20  8:08 ` [PATCH 1/4] irqchip/gic-v3-its: " Arvind Yadav
2017-09-20  8:08   ` Arvind Yadav
2017-09-20  8:08 ` [PATCH 2/4] irqchip/gic-v3-its-platform-msi: " Arvind Yadav
2017-09-20  8:08   ` Arvind Yadav
2017-09-20  8:08 ` [PATCH 3/4] irqchip/gic: " Arvind Yadav
2017-09-20  8:08   ` Arvind Yadav
2017-09-22  8:10 ` [PATCH 0/4] iirqchip: " Marc Zyngier
2017-09-22  8:10   ` Marc Zyngier
2017-09-22  8:57   ` Arvind Yadav
2017-09-22  8:57     ` Arvind Yadav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.