Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] octeontx2: Misc fixes for RVU drivers
@ 2026-07-29  7:23 Subrat Pandey
  2026-07-29  7:23 ` [PATCH net 1/3] octeontx2-af: Fix mcs string buffer size Subrat Pandey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Subrat Pandey @ 2026-07-29  7:23 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: pabeni, kuba, edumazet, davem, andrew+netdev, sbhatta, rkannoth,
	gakula, sgoutham

A few independent fixes for the Marvell OcteonTX2 (RVU AF/PF) drivers:

 - Fix a potential buffer overrun by replacing the unbounded sprintf()
   for the "mcs%d" debugfs name with snprintf().
 - Fix aura/CQ BPID assignment under CONFIG_DCB, which assumed
   queue_to_pfc_map was always allocated (not true for SDP VFs).
 - Fix the SC resource cleanup loop that iterated over secy.max
   instead of sc.max.

Baha Mesleh (1):
  octeontx2-af: mcs: Fix SC resource cleanup loop

Geetha sowjanya (1):
  octeontx2-pf: Fix aura BPID assignment when CONFIG_DCB is enabled

Stefan Wiehler (1):
  octeontx2-af: Fix mcs string buffer size

 drivers/net/ethernet/marvell/octeontx2/af/mcs.c     |  2 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_debugfs.c |  4 ++--
 drivers/net/ethernet/marvell/octeontx2/nic/cn20k.c  |  8 +++++---
 .../ethernet/marvell/octeontx2/nic/otx2_common.c    | 13 +++++++------
 4 files changed, 15 insertions(+), 12 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-29 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  7:23 [PATCH net 0/3] octeontx2: Misc fixes for RVU drivers Subrat Pandey
2026-07-29  7:23 ` [PATCH net 1/3] octeontx2-af: Fix mcs string buffer size Subrat Pandey
2026-07-29 10:47   ` Jagielski, Jedrzej
2026-07-29  7:23 ` [PATCH net 2/3] octeontx2-pf: Fix aura BPID assignment when CONFIG_DCB is enabled Subrat Pandey
2026-07-29  7:23 ` [PATCH net 3/3] octeontx2-af: mcs: Fix SC resource cleanup loop Subrat Pandey

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