On 3/7/25 12:35, Thorsten Blum wrote: > strncpy() is deprecated for NUL-terminated destination buffers; use > strscpy() instead. The destination buffer ownername is only used with > "%s" format strings and must therefore be NUL-terminated, but not NUL- > padded. > > No functional changes intended. > > Link: https://github.com/KSPP/linux/issues/90 > Cc: linux-hardening@vger.kernel.org > Signed-off-by: Thorsten Blum <thorsten.b...@linux.dev>
Looks good to me. I've queued it on modules-next. -- Thanks, Petr