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@xxxxxxxxxxxxxxxxxx/ 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