Hello:
This series was applied to netdev/net.git (main) by Marc Kleine-Budde mkl@pengutronix.de:
On Fri, 14 Mar 2025 14:04:00 +0100 you wrote:
From: Vincent Mailhol mailhol.vincent@wanadoo.fr
Commit 7fdaf8966aae ("can: ucan: use strscpy() to instead of strncpy()") unintentionally introduced a one byte out of bound read on strscpy()'s source argument (which is kind of ironic knowing that strscpy() is meant to be a more secure alternative :)).
[...]
Here is the summary with links: - [net,1/6] can: ucan: fix out of bound read in strscpy() source https://git.kernel.org/netdev/net/c/1d22a122ffb1 - [net,2/6] can: statistics: use atomic access in hot path https://git.kernel.org/netdev/net/c/80b5f90158d1 - [net,3/6] dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M https://git.kernel.org/netdev/net/c/51f6fc9eb1d7 - [net,4/6] can: rcar_canfd: Fix page entries in the AFL list https://git.kernel.org/netdev/net/c/1dba0a37644e - [net,5/6] can: flexcan: only change CAN state when link up in system PM https://git.kernel.org/netdev/net/c/fd99d6ed2023 - [net,6/6] can: flexcan: disable transceiver during system PM https://git.kernel.org/netdev/net/c/5a19143124be
You are awesome, thank you!