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

From: Alice Ryhl
Date: Sun Dec 28 2025 - 04:37:11 EST


On Sat, Dec 27, 2025 at 12:10:27AM +0800, 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.
>
> Signed-off-by: Yilin <1479826151@xxxxxx>

This patch looks good to me, but the Signed-off-by does not match
your From: line. Please update this to:

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

so that it matches the From: line.

Alice