linux/rust/kernel/drm
Tamir Duberstein 23218425cb rust: drm: use core::ffi::CStr method names
Prepare for `core::ffi::CStr` taking the place of `kernel::str::CStr` by
avoid methods that only exist on the latter.

Link: https://github.com/Rust-for-Linux/linux/issues/1075
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-09-16 09:26:59 +02:00
..
gem rust: drm: fix srctree/ links 2025-09-08 00:11:19 +02:00
device.rs rust: drm: use core::ffi::CStr method names 2025-09-16 09:26:59 +02:00
driver.rs rust: drm: fix srctree/ links 2025-09-08 00:11:19 +02:00
file.rs rust: drm: fix srctree/ links 2025-09-08 00:11:19 +02:00
ioctl.rs rust: drm: fix srctree/ links 2025-09-08 00:11:19 +02:00
mod.rs