Re: [PATCH 1/7] dma-buf: fix inconsistent debug print

2021-06-02 Thread Daniel Vetter
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

Re: [PATCH 1/7] dma-buf: fix inconsistent debug print

2021-06-02 Thread Christian König
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

Re: [PATCH 1/7] dma-buf: fix inconsistent debug print

2021-06-02 Thread 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 the list was concurrently > modified. >

[PATCH 1/7] dma-buf: fix inconsistent debug print

2021-06-02 Thread Christian König
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 -