Re: [PATCH 2/4] dma-buf: warn about dma_fence_array container rules

2022-01-19 Thread Daniel Vetter
On Wed, Jan 19, 2022 at 02:43:37PM +0100, Christian König wrote: > It's not allowed to nest another dma_fence container into a dma_fence_array > or otherwise we can run into recursion. > > Warn about that when we create a dma_fence_array. > > Signed-off-by: Christian König > --- > drivers/dma-b

[PATCH 2/4] dma-buf: warn about dma_fence_array container rules

2022-01-19 Thread Christian König
It's not allowed to nest another dma_fence container into a dma_fence_array or otherwise we can run into recursion. Warn about that when we create a dma_fence_array. Signed-off-by: Christian König --- drivers/dma-buf/dma-fence-array.c | 13 + 1 file changed, 13 insertions(+) diff -