On Wed, Jun 02, 2021 at 02:36:58PM +0200, Christian König wrote:
>
>
> Am 02.06.21 um 14:33 schrieb Daniel Vetter:
> > On Wed, Jun 02, 2021 at 01:17:08PM +0200, Christian König wrote:
> > > The code tries to acquire the rcu protected fence list, but then ignores
> > > individual fences which have
Am 02.06.21 um 14:33 schrieb Daniel Vetter:
On Wed, Jun 02, 2021 at 01:17:08PM +0200, Christian König wrote:
The code tries to acquire the rcu protected fence list, but then ignores
individual fences which have been modified while holding the rcu.
Stop that madness and just note cleanly that
On Wed, Jun 02, 2021 at 01:17:08PM +0200, Christian König wrote:
> The code tries to acquire the rcu protected fence list, but then ignores
> individual fences which have been modified while holding the rcu.
>
> Stop that madness and just note cleanly that the list was concurrently
> modified.
>
The code tries to acquire the rcu protected fence list, but then ignores
individual fences which have been modified while holding the rcu.
Stop that madness and just note cleanly that the list was concurrently modified.
Signed-off-by: Christian König
---
drivers/dma-buf/dma-buf.c | 19 -