Re: [PATCH] dma-buf: fix dma_fence_default_wait() signaling check

2022-09-19 Thread Alex Deucher
On Mon, Sep 19, 2022 at 8:06 AM Christian König wrote: > > That check must now come after grabing the spinlock, not before. > > Signed-off-by: Christian König > Fixes: b96fb1e724ae ("dma-buf: dma_fence_wait must enable signaling") Acked-by: Alex Deucher > --- > drivers/dma-buf/dma-fence.c | 6

[PATCH] dma-buf: fix dma_fence_default_wait() signaling check

2022-09-19 Thread Christian König
That check must now come after grabing the spinlock, not before. Signed-off-by: Christian König Fixes: b96fb1e724ae ("dma-buf: dma_fence_wait must enable signaling") --- drivers/dma-buf/dma-fence.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma-buf/dma-fenc