mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: String format safety updates
@ 2024-10-14  8:52 Simon Horman
  2024-10-14  8:52 ` [PATCH net-next v2 1/2] net: dsa: microchip: copy string using strscpy Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2024-10-14  8:52 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Bill Wendling, Daniel Machon, Florian Fainelli, Jiawen Wu,
	Justin Stitt, Mengyuan Lou, Nathan Chancellor, Nick Desaulniers,
	Richard Cochran, Vladimir Oltean, Woojung Huh, UNGLinuxDriver,
	netdev, llvm, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-15 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-14  8:52 [PATCH net-next v2 0/2] net: String format safety updates Simon Horman
2024-10-14  8:52 ` [PATCH net-next v2 1/2] net: dsa: microchip: copy string using strscpy Simon Horman
2024-10-14  8:52 ` [PATCH net-next v2 2/2] net: txgbe: Pass string literal as format argument of alloc_workqueue() Simon Horman
2024-10-15 18:00 ` [PATCH net-next v2 0/2] net: String format safety updates patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®