Re: [PATCH 04/14] dma-buf: use new iterator in dma_resv_get_fences

2021-09-11 Thread kernel test robot
Hi "Christian, I love your patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on drm-tip/drm-tip drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next linus/master v5.14 next-20210910] [cannot apply to drm/drm-next] [If your patc

[PATCH 04/14] dma-buf: use new iterator in dma_resv_get_fences

2021-09-10 Thread Christian König
This makes the function much simpler since the complex retry logic is now handled elsewhere. Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 110 + 1 file changed, 37 insertions(+), 73 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c b/dri