Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b96d700a authored by Christian König's avatar Christian König Committed by Greg Kroah-Hartman
Browse files

dma-buf: fix timeout handling in dma_resv_wait_timeout v2



[ Upstream commit 2b95a7db6e0f75587bffddbb490399cbb87e4985 ]

Even the kerneldoc says that with a zero timeout the function should not
wait for anything, but still return 1 to indicate that the fences are
signaled now.

Unfortunately that isn't what was implemented, instead of only returning
1 we also waited for at least one jiffies.

Fix that by adjusting the handling to what the function is actually
documented to do.

v2: improve code readability

Reported-by: default avatarMarek Olšák <marek.olsak@amd.com>
Reported-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20250129105841.1806-1-christian.koenig@amd.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 221244b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment