mbox series

[0/5] net: renesas: rswitch: several fixes

Message ID 20241202134904.3882317-1-nikita.yoush@cogentembedded.com (mailing list archive)
Headers show
Series net: renesas: rswitch: several fixes | expand

Message

Nikita Yushchenko Dec. 2, 2024, 1:48 p.m. UTC
This series fixes several glitches found in the rswitch driver.

Submitting them first, before new functionality currently being
prepared.

Nikita Yushchenko (5):
  net: renesas: rswitch: fix possible early skb release
  net: renesas: rswitch: fix leaked pointer on error path
  net: renesas: rswitch: avoid use-after-put for a device tree node
  net: renesas: rswitch: do not deinit disabled ports
  net: renesas: rswitch: remove speed from gwca structure

 drivers/net/ethernet/renesas/rswitch.c | 14 +++++++-------
 drivers/net/ethernet/renesas/rswitch.h |  1 -
 2 files changed, 7 insertions(+), 8 deletions(-)

Comments

Jacob Keller Dec. 4, 2024, 12:18 a.m. UTC | #1
On 12/2/2024 5:48 AM, Nikita Yushchenko wrote:
> This series fixes several glitches found in the rswitch driver.
> 
> Submitting them first, before new functionality currently being
> prepared.
> 

The series lacks a net or net-next prefix to indicate the target tree.
Based on the subject titles, this appears to be a set of fixes that
could target net.

Please add the target tree prefix if you send this series again, or with
other series in the future.

Thanks,
Jake