[PATCH] drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO

2015-06-11 Thread Michel Dänzer
From: Michel Dänzer Some error paths didn't unreserve the BO. This resulted in a deadlock down the road on the next attempt to reserve the (still reserved) BO. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90873 Cc: stable at vger.kernel.org Signed-off-by: Michel Dänzer --- drivers/

[PATCH] drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO

2015-06-11 Thread Christian König
On 11.06.2015 11:38, Michel Dänzer wrote: > From: Michel Dänzer > > Some error paths didn't unreserve the BO. This resulted in a deadlock > down the road on the next attempt to reserve the (still reserved) BO. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90873 > Cc: stable at vger.

[PATCH] drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO

2015-06-11 Thread Alex Deucher
On Thu, Jun 11, 2015 at 5:38 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Some error paths didn't unreserve the BO. This resulted in a deadlock > down the road on the next attempt to reserve the (still reserved) BO. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90873 > Cc: st