Merge branch 'rust-net-replace-kernel-c_str-with-c-strings'Tamir Duberstein says:====================rust: net: replace `kernel::c_str!` with C-StringsC-String literals were added in Rust 1.77. Replace instances of`kernel::c_str!` with C-String literals where possible.====================Link: https://patch.msgid.link/20260103-cstr-net-v2-0-8688f504b85d@gmail.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>