"Tamir Duberstein" <[email protected]> writes: > Prepare for `core::ffi::CStr` taking the place of `kernel::str::CStr` by > avoid methods that only exist on the latter. > > Also avoid `Deref<Target=BStr> for CStr` as that impl doesn't exist on > `core::ffi::CStr`. > > Link: https://github.com/Rust-for-Linux/linux/issues/1075 > Acked-by: Greg Kroah-Hartman <[email protected]> > Reviewed-by: Alice Ryhl <[email protected]> > Reviewed-by: Benno Lossin <[email protected]> > Acked-by: Danilo Krummrich <[email protected]> > Signed-off-by: Tamir Duberstein <[email protected]>
Acked-by: Andreas Hindborg <[email protected]> Best regards, Andreas Hindborg
