[PATCH] drm/radeon: page table BOs are kernel allocations

2014-07-03 Thread Christian König
Am 02.07.2014 21:53, schrieb Alex Deucher: > On Wed, Jul 2, 2014 at 3:28 PM, Christian K?nig > wrote: >> From: Christian K?nig >> >> Userspace shouldn't be able to access them. >> >> Signed-off-by: Christian K?nig >> Cc: stable at vger.kernel.org > I assume this is for 3.15. I had to tweak it

[PATCH] drm/radeon: page table BOs are kernel allocations

2014-07-02 Thread Christian König
From: Christian K?nig Userspace shouldn't be able to access them. Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_vm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_vm.c b/drivers/gpu/drm/ra

[PATCH] drm/radeon: page table BOs are kernel allocations

2014-07-02 Thread Alex Deucher
On Wed, Jul 2, 2014 at 3:28 PM, Christian K?nig wrote: > From: Christian K?nig > > Userspace shouldn't be able to access them. > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org I assume this is for 3.15. I had to tweak it slightly for 3.16. Reviewed-by: Alex Deucher > ---