Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Fri, 4 Mar 2022 15:04:08 +0800 you wrote: > Using strncpy() on NUL-terminated strings is considered deprecated[1]. > Moreover, if the length of 'task->comm' is less than the destination buffer > size, strncpy() will NUL-pad the destination buffer, which is a needless > performance penalty. > > Replacing strncpy() with strscpy() fixes all these issues. > > [...] Here is the summary with links: - [bpf-next,v2] bpf: Replace strncpy() with strscpy() https://git.kernel.org/bpf/bpf-next/c/03b9c7fa3f15 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html