dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"
authorChristian König <christian.koenig@amd.com>
Mon, 11 Jul 2022 14:48:01 +0000 (16:48 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 14 Jul 2022 12:41:30 +0000 (14:41 +0200)
commit4fa05a67b558d2cb3acd2bb299b91220d405ca5e
tree58f17494fbc0e272732f23470a65e1d756348b16
parentf83d9396d1f63048c423efa00e4e244da10a35fd
dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"

This reverts commit 8f61973718485f3e89bc4f408f929048b7b47c83.

It turned out that this is not correct. Especially the sync_file info
IOCTL needs to see even signaled fences to correctly report back their
status to userspace.

Instead add the filter in the merge function again where it makes sense.

Signed-off-by: Christian König <christian.koenig@amd.com>
Tested-by: Karolina Drobnik <karolina.drobnik@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220712102849.1562-1-christian.koenig@amd.com
drivers/dma-buf/dma-fence-unwrap.c
include/linux/dma-fence-unwrap.h