All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit
@ 2025-07-23 14:23 ` Jason Xing
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Xing @ 2025-07-23 14:23 UTC (permalink / raw)
  To: anthony.l.nguyen, przemyslaw.kitszel, andrew+netdev, davem,
	edumazet, kuba, pabeni, bjorn, magnus.karlsson,
	maciej.fijalkowski, jonathan.lemon, sdf, ast, daniel, hawk,
	john.fastabend, mcoquelin.stm32, alexandre.torgue
  Cc: linux-stm32, bpf, intel-wired-lan, netdev, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

Fix two negative overflow issues around {stmmac_xdp|igb}_xmit_zc().

Jason Xing (2):
  stmmac: xsk: fix negative overflow of budget in zerocopy mode
  igb: xsk: solve negative overflow of nb_pkts in zerocopy mode

 drivers/net/ethernet/intel/igb/igb_xsk.c          | 3 +--
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

-- 
2.41.3


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

end of thread, other threads:[~2025-07-26 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 14:23 [PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit Jason Xing
2025-07-23 14:23 ` [Intel-wired-lan] " Jason Xing
2025-07-23 14:23 ` [PATCH net v3 1/2] stmmac: xsk: fix negative overflow of budget in zerocopy mode Jason Xing
2025-07-23 14:23   ` [Intel-wired-lan] " Jason Xing
2025-07-23 14:23 ` [PATCH net v3 2/2] igb: xsk: solve negative overflow of nb_pkts " Jason Xing
2025-07-23 14:23   ` [Intel-wired-lan] " Jason Xing
2025-07-26 18:30 ` [PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit patchwork-bot+netdevbpf
2025-07-26 18:30   ` [Intel-wired-lan] " patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.