Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dma-buf: fix htmldocs error for dma_buf_attach_revocable

linux-next testing showed this htmldoc error due to a missing extra
line in the comments; add it.

Fixes: be6d4c9e9d714 ("dma-buf: Add dma_buf_attach_revocable()")
Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/lkml/adaNJaF58PZlvs6K@sirena.org.uk/
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patch.msgid.link/20260410123703.937822-1-sumit.semwal@linaro.org

+1
+1
drivers/dma-buf/dma-buf.c
··· 1353 1353 * Upon return importers may continue to access the DMA-buf memory. The caller 1354 1354 * must do two additional waits to ensure that the memory is no longer being 1355 1355 * accessed: 1356 + * 1356 1357 * 1) Until dma_resv_wait_timeout() retires fences the importer is allowed to 1357 1358 * fully access the memory. 1358 1359 * 2) Until the importer calls unmap it is allowed to speculatively