Re: [PATCH 4/4] dma-buf: warn about containers in dma_resv object

2022-01-19 Thread Daniel Vetter
On Wed, Jan 19, 2022 at 02:43:39PM +0100, Christian König wrote: > Drivers should not add containers as shared fences to the dma_resv > object, instead each fence should be added individually. > > Signed-off-by: Christian König > --- > drivers/dma-buf/dma-resv.c | 5 + > 1 file changed, 5 in

[PATCH 4/4] dma-buf: warn about containers in dma_resv object

2022-01-19 Thread Christian König
Drivers should not add containers as shared fences to the dma_resv object, instead each fence should be added individually. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv