Re: [PATCH v17 04/11] rust_binder: use `core::ffi::CStr` method names

From: Alice Ryhl

Date: Wed Oct 15 2025 - 15:31:29 EST


On Wed, Oct 15, 2025 at 03:24:34PM -0400, Tamir Duberstein wrote:
> Prepare for `core::ffi::CStr` taking the place of `kernel::str::CStr` by
> avoiding methods that only exist on the latter.
>
> This backslid in commit eafedbc7c050 ("rust_binder: add Rust Binder
> driver").
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>