mbox series

[net-next,v2,0/2] net: String format safety updates

Message ID 20241014-string-thing-v2-0-b9b29625060a@kernel.org (mailing list archive)
Headers show
Series net: String format safety updates | expand

Message

Simon Horman Oct. 14, 2024, 8:52 a.m. UTC
Hi,

This series addresses string format safety issues that are
flagged by tooling in files touched by recent patches.

I do not believe that any of these issues are bugs.
Rather, I am providing these updates as I think there is a value
in addressing such warnings so real problems stand out.

---
Changes in v2:
- Dropped accel/qaic patch; it is not for net-next
- See per-patch changelogs
- Link to v1: https://lore.kernel.org/r/20241011-string-thing-v1-0-acc506568033@kernel.org

---
Simon Horman (2):
      net: dsa: microchip: copy string using strscpy
      net: txgbe: Pass string literal as format argument of alloc_workqueue()

 drivers/net/dsa/microchip/ksz_ptp.c            | 2 +-
 drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

base-commit: 6aac56631831e1386b6edd3c583c8afb2abfd267

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 15, 2024, 6 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 14 Oct 2024 09:52:24 +0100 you wrote:
> Hi,
> 
> This series addresses string format safety issues that are
> flagged by tooling in files touched by recent patches.
> 
> I do not believe that any of these issues are bugs.
> Rather, I am providing these updates as I think there is a value
> in addressing such warnings so real problems stand out.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: dsa: microchip: copy string using strscpy
    https://git.kernel.org/netdev/net-next/c/26919411acfa
  - [net-next,v2,2/2] net: txgbe: Pass string literal as format argument of alloc_workqueue()
    https://git.kernel.org/netdev/net-next/c/d6488e77725e

You are awesome, thank you!