On Mon Mar 9, 2026 at 5:01 PM GMT, Tamir Duberstein wrote: > Now that all literals are C-Strings, update the documentation to explain > that use of this macro should be limited to non-literal strings. > > Link: https://github.com/Rust-for-Linux/linux/issues/1075 > Acked-by: Greg Kroah-Hartman <[email protected]> > Reviewed-by: Alice Ryhl <[email protected]> > Signed-off-by: Tamir Duberstein <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > This patch completes the work of replacing our custom `CStr` with > upstream's. > --- > Changes in v2: > - Drop rename, keep only documentation update. (Gary Guo) > - Add example of misuse to documentation. (Gary Guo) > - Link to v1: > https://patch.msgid.link/[email protected] > --- > rust/kernel/str.rs | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-)

