[PATCH] drm/radeon: fix missing bo reservation

2014-02-21 Thread Dieter Nützel
Alex, shouldn't you send a pull request, that this land in 3.14-rc4? Just in case... Thanks, Dieter Am 20.02.2014 18:47, schrieb Christian K?nig: > From: Christian K?nig > > Otherwise we might get a crash here. > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org > --- > dr

[PATCH] drm/radeon: fix missing bo reservation

2014-02-21 Thread Alex Deucher
On Fri, Feb 21, 2014 at 4:26 PM, Dieter N?tzel wrote: > Alex, > > shouldn't you send a pull request, that this land in 3.14-rc4? > Just in case... I'll send a pull request next week along with any other patches I've accumulated since the last pull. I usually try and send a -fixes pull once a wee

[PATCH] drm/radeon: fix missing bo reservation

2014-02-20 Thread Christian König
From: Christian K?nig Otherwise we might get a crash here. Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_kms.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c i

[PATCH] drm/radeon: fix missing bo reservation

2014-02-20 Thread Alex Deucher
On Thu, Feb 20, 2014 at 12:47 PM, Christian K?nig wrote: > From: Christian K?nig > > Otherwise we might get a crash here. > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org Good catch. Applied to my fixes tree. Thanks! Alex > --- > drivers/gpu/drm/radeon/radeon_kms.c | 6 ++