All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] net: renesas: rswitch: several fixes
@ 2024-12-06 19:00 Nikita Yushchenko
  2024-12-06 19:00 ` [PATCH net v2 1/4] net: renesas: rswitch: fix possible early skb release Nikita Yushchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Nikita Yushchenko @ 2024-12-06 19:00 UTC (permalink / raw)
  To: Yoshihiro Shimoda, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Geert Uytterhoeven
  Cc: netdev, linux-renesas-soc, linux-kernel, Michael Dege,
	Christian Mardmoeller, Dennis Ostermann, Nikita Yushchenko

This series fixes several glitches found in the rswitch driver.

Nikita Yushchenko (4):
  net: renesas: rswitch: fix possible early skb release
  net: renesas: rswitch: fix race window between tx start and complete
  net: renesas: rswitch: fix leaked pointer on error path
  net: renesas: rswitch: avoid use-after-put for a device tree node

 drivers/net/ethernet/renesas/rswitch.c | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)
---
v1: https://lore.kernel.org/lkml/20241202134904.3882317-1-nikita.yoush@cogentembedded.com/

Changes since v1:
- changed target tree to -net,
- do not group together bugfixes and improvements so those could go via
  different trees,
- added a new patch that fixes a race.
-- 
2.39.5


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

end of thread, other threads:[~2024-12-08  1:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 19:00 [PATCH net v2 0/4] net: renesas: rswitch: several fixes Nikita Yushchenko
2024-12-06 19:00 ` [PATCH net v2 1/4] net: renesas: rswitch: fix possible early skb release Nikita Yushchenko
2024-12-06 19:00 ` [PATCH net v2 2/4] net: renesas: rswitch: fix race window between tx start and complete Nikita Yushchenko
2024-12-06 19:18   ` Nikita Yushchenko
2024-12-08  1:23     ` Jakub Kicinski
2024-12-06 19:00 ` [PATCH net v2 3/4] net: renesas: rswitch: fix leaked pointer on error path Nikita Yushchenko
2024-12-06 19:00 ` [PATCH net v2 4/4] net: renesas: rswitch: avoid use-after-put for a device tree node Nikita Yushchenko
2024-12-06 19:16 ` [PATCH net v2 2/4] net: renesas: rswitch: fix race window between tx start and complete Nikita Yushchenko

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.