[GIT PULL] Additional irqchip fixes for 4.13
From: Marc Zyngier
Date: Fri Jun 30 2017 - 10:50:13 EST
Hi Thomas,
The following fixes have appeared in my Inbox today, and rather than
holding them until -rc1, I though I might send them your way
anyway. Nothing spectacular, just the usual fixes for brown paper bag
type bugs...
Thanks,
M.
irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTID (2017-06-23 09:14:59 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-4.13-2
for you to fetch changes up to ca38701935138a4aba7dd9e4daf21e13a4663f43:
irqchip/or1k-pic: Fix interrupt acknowledgement (2017-06-30 15:33:11 +0100)
----------------------------------------------------------------
Second batch of irqchip updates for 4.13
- Potential out of bound access for GICv3
- Memory allocation gotcha in the Marvell GICP driver
- Fix openrisc interrupt acknowledgement
----------------------------------------------------------------
Dan Carpenter (1):
irqchip/irq-mvebu-gicp: Allocate enough memory for spi_bitmap
Pedro H. Penna (1):
irqchip/or1k-pic: Fix interrupt acknowledgement
Suzuki K Poulose (1):
irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
drivers/irqchip/irq-gic-v3.c | 3 +++
drivers/irqchip/irq-mvebu-gicp.c | 4 ++--
drivers/irqchip/irq-or1k-pic.c | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)