Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>:
On Wed, 19 Feb 2025 23:47:31 +0100 you wrote: > strncpy() is deprecated for NUL-terminated destination buffers. Use > strscpy_pad() instead and remove the manual NUL-termination. > > Compile-tested only. > > Link: https://github.com/KSPP/linux/issues/90 > Cc: [email protected] > Signed-off-by: Thorsten Blum <[email protected]> > > [...] Here is the summary with links: - [net-next] net/rds: Replace deprecated strncpy() with strscpy_pad() https://git.kernel.org/netdev/net-next/c/c451715d78e3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
