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/
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.
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