]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dma-fence: Fix safe access wrapper to call timeline name method
authorAkash Goel <akash.goel@arm.com>
Tue, 21 Oct 2025 16:09:51 +0000 (17:09 +0100)
committerTvrtko Ursulin <tursulin@ursulin.net>
Fri, 24 Oct 2025 15:56:37 +0000 (16:56 +0100)
commit033559473dd3b55558b535aa37b8848c207b5cbb
treed80f2be00c3688ee339deb6567de5a619df8c148
parent23437509a69476d4f896891032d62ac868731668
dma-fence: Fix safe access wrapper to call timeline name method

This commit fixes the wrapper function dma_fence_timeline_name(), that
was added for safe access, to actually call the timeline name method of
dma_fence_ops.

Cc: <stable@vger.kernel.org> # v6.17+
Signed-off-by: Akash Goel <akash.goel@arm.com>
Fixes: 506aa8b02a8d ("dma-fence: Add safe access helpers and document the rules")
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://lore.kernel.org/r/20251021160951.1415603-1-akash.goel@arm.com
drivers/dma-buf/dma-fence.c