[PATCH] drm/radeon/kms/atom: check fb scratch array access

2011-10-18 Thread Alex Deucher
Ignore this. Better patch coming. Alex On Tue, Oct 18, 2011 at 3:56 PM, wrote: > From: Alex Deucher > > Check access to the fb scratch array to avoid accessing > memory past the end of the array. > > Signed-off-by: Alex Deucher > Cc: stable at kernel.org > --- > ?drivers/gpu/drm/radeon/atom.

Re: [PATCH] drm/radeon/kms/atom: check fb scratch array access

2011-10-18 Thread Alex Deucher
Ignore this. Better patch coming. Alex On Tue, Oct 18, 2011 at 3:56 PM, wrote: > From: Alex Deucher > > Check access to the fb scratch array to avoid accessing > memory past the end of the array. > > Signed-off-by: Alex Deucher > Cc: sta...@kernel.org > --- >  drivers/gpu/drm/radeon/atom.c |

[PATCH] drm/radeon/kms/atom: check fb scratch array access

2011-10-18 Thread alexdeuc...@gmail.com
From: Alex Deucher Check access to the fb scratch array to avoid accessing memory past the end of the array. Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/atom.c | 15 +-- drivers/gpu/drm/radeon/atom.h |1 + 2 files changed, 14 insertions(+),

[PATCH] drm/radeon/kms/atom: check fb scratch array access

2011-10-18 Thread alexdeucher
From: Alex Deucher Check access to the fb scratch array to avoid accessing memory past the end of the array. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/atom.c | 15 +-- drivers/gpu/drm/radeon/atom.h |1 + 2 files changed, 14 insertions(+), 2