Re: [PATCH 2/4] arm64: gicv3: its: Add range check for number of allocated pages

2015-05-20 Thread Marc Zyngier
On Sun, 3 May 2015 21:49:30 +0100 Robert Richter wrote: > 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: Robert

Re: [PATCH 2/4] arm64: gicv3: its: Add range check for number of allocated pages

2015-05-20 Thread Marc Zyngier
On Sun, 3 May 2015 21:49:30 +0100 Robert Richter r...@kernel.org wrote: 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

[PATCH 2/4] arm64: gicv3: its: Add range check for number of allocated pages

2015-05-03 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: Robert Richter --- drivers/irqchip/irq-gic-v3-its.c | 11 ++-

[PATCH 2/4] arm64: gicv3: its: Add range check for number of allocated pages

2015-05-03 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: Robert Richter rrich...@cavium.com ---