This series fixes several glitches found in the rswitch driver. This repost fixes a mistake in the previous post at https://lore.kernel.org/netdev/20241206190015.4194153-1-nikita.yoush@xxxxxxxxxxxxxxxxxx/ 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 | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) --- v1: https://lore.kernel.org/lkml/20241202134904.3882317-1-nikita.yoush@xxxxxxxxxxxxxxxxxx/ Changes since v1: - changed target tree to net, - do not include patches that shall go via net-next, - added a new patch that fixes a race. -- 2.39.5