Re: [PATCH v2] rust_binder: use compat_ptr_ioctl
From: Carlos Llamas
Date: Fri Nov 07 2025 - 17:01:11 EST
On Fri, Oct 31, 2025 at 08:48:18AM +0000, Alice Ryhl wrote:
> Binder always treats the ioctl argument as a pointer. In this scenario,
> the idiomatic way to implement compat_ioctl is to use compat_ptr_ioctl.
> Thus update Rust Binder to do that.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
> ---
LGTM,
Acked-by: Carlos Llamas <cmllamas@xxxxxxxxxx>