[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2015-08-13 Thread Daniel Vetter
On Thu, Aug 13, 2015 at 11:20:05AM +0200, Thierry Reding wrote: > On Wed, Aug 12, 2015 at 05:40:11PM +0200, Daniel Vetter wrote: > > On Wed, Aug 12, 2015 at 05:00:30PM +0200, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > When accessing the array of per-CRTC VBLANK structures we mus

[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2015-08-13 Thread Thierry Reding
On Wed, Aug 12, 2015 at 05:40:11PM +0200, Daniel Vetter wrote: > On Wed, Aug 12, 2015 at 05:00:30PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > When accessing the array of per-CRTC VBLANK structures we must always > > check that the index into the array is valid before dereferen

[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 05:00:30PM +0200, Thierry Reding wrote: > From: Thierry Reding > > When accessing the array of per-CRTC VBLANK structures we must always > check that the index into the array is valid before dereferencing to > avoid crashing. > > Signed-off-by: Thierry Reding This misse

[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2015-08-12 Thread Thierry Reding
From: Thierry Reding When accessing the array of per-CRTC VBLANK structures we must always check that the index into the array is valid before dereferencing to avoid crashing. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_irq.c | 10 -- 1 file changed, 8 insertions(+), 2 deleti

[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2014-12-17 Thread Michel Dänzer
On 17.12.2014 01:53, Thierry Reding wrote: > From: Thierry Reding > > When accessing the array of per-CRTC VBLANK structures we must always > check that the index into the array is valid before dereferencing to > avoid crashing. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_irq

[PATCH 08/13] drm/irq: Check for valid VBLANK before dereference

2014-12-16 Thread Thierry Reding
From: Thierry Reding When accessing the array of per-CRTC VBLANK structures we must always check that the index into the array is valid before dereferencing to avoid crashing. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_irq.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(