Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <k...@kernel.org>:
On Wed, 16 Apr 2025 15:10:29 -0700 you wrote: > GCC 15's new -Wunterminated-string-initialization notices that the 32 > character "flash_cookie" (which is not used as a C-String) > needs to be marked as "nonstring": > > drivers/net/ethernet/emulex/benet/be_cmds.c:2618:51: warning: > initializer-string for array of 'char' truncates NUL terminator but > destination lacks 'nonstring' attribute (17 chars into 16 available) > [-Wunterminated-string-initialization] > 2618 | static char flash_cookie[2][16] = {"*** SE FLAS", "H DIRECTORY *** "}; > | ^~~~~~~~~~~~~~~~~~ > > [...] Here is the summary with links: - emulex/benet: Annotate flash_cookie as nonstring https://git.kernel.org/netdev/net-next/c/f0f149d9747f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html