[PATCH v4 1/5] irqchip, gicv3-its: Add range check for number of allocated pages

2015-08-14 Thread Robert Richter
From: Robert Richter The number of pages for the its table may exceed the maximum of 256. Adding a range check and limitting the number to its maximum. Based on a patch from Tirumalesh Chalamarla . Signed-off-by: Tirumalesh Chalamarla Reviewed-by: Marc Zyngier Signed-off-by: Robert Richter

[PATCH v4 1/5] irqchip, gicv3-its: Add range check for number of allocated pages

2015-08-14 Thread Robert Richter
From: Robert Richter rrich...@cavium.com The number of pages for the its table may exceed the maximum of 256. Adding a range check and limitting the number to its maximum. Based on a patch from Tirumalesh Chalamarla tchalama...@cavium.com. Signed-off-by: Tirumalesh Chalamarla