Re: [PATCH v2] rust_binder: Fix build failure if !CONFIG_COMPAT

From: Miguel Ojeda

Date: Sat Feb 14 2026 - 17:19:08 EST


On Sat, Feb 14, 2026 at 2:34 PM Xi Ruoyao <xry111@xxxxxxxxxxx> wrote:
>
> Reported-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> Closes: https://lore.kernel.org/all/CANiq72mrVzqXnAV=Hy2XBOonLHA6YQgH-ckZoc_h0VBvTGK8rA@xxxxxxxxxxxxxx/

Hmm... Wasn't this applied as:

174e2a339bf7 ("rust_binder: Fix build failure if !CONFIG_COMPAT")

Then there was also this other thread:

https://lore.kernel.org/rust-for-linux/20260105-redefine-compat_ptr_ioctl-v1-1-25edb3d91acc@xxxxxxxxxx/

which got applied as:

68aabb29a546 ("rust: redefine `bindings::compat_ptr_ioctl` in Rust")

Cheers,
Miguel