Re: [PATCH v2] rust: dma: remove incorrect safety documentation

From: Danilo Krummrich
Date: Mon Dec 29 2025 - 09:07:22 EST


On Sun Dec 28, 2025 at 5:52 PM CET, Yilin Chen wrote:
> Removes a safety requirement that incorrectly states callers must
> ensure the device does not access memory while the returned slice
> is live, as this method doesn't return a slice.
>

Fixes: d37a39f607c4 ("rust: dma: add as_slice/write functions for CoherentAllocation")

> Signed-off-by: Yilin Chen <1479826151@xxxxxx>

Applied to driver-core-linus, thanks!

For future submissions, please remember to add a 'Fixes:' tag when appropriate.

Please also make sure to use scripts/get_maintainer.pl and also Cc reviewers.