Linux CAN drivers development
 help / color / mirror / Atom feed
* [PATCH can v1 0/2] can: j1939: resend lost patches for buffer init and netdevice tracking
@ 2026-07-28  5:58 Oleksij Rempel
  2026-07-28  5:58 ` [PATCH can v1 1/2] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking Oleksij Rempel
  2026-07-28  5:58 ` [PATCH v1 can 2/2] can: j1939: transport: initialize receive buffer Oleksij Rempel
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksij Rempel @ 2026-07-28  5:58 UTC (permalink / raw)
  To: Robin van der Gracht, Oliver Hartkopp, Marc Kleine-Budde
  Cc: Oleksij Rempel, kernel, linux-can, linux-kernel

This series collects and resends two j1939 patches that were previously
lost on their way upstream. They address different, unconnected issues
in the stack:

- Patch 1 prevents residual data leaks by zeroing the allocated receive
  buffer in j1939_session_fresh_new().

- Patch 2 implements netdevice_tracker for j1939_{priv,session,ecu}
  management to help investigate a dev_hold/dev_put refcount leak
  (unregister_netdevice waiting for vcan0) reported by syzbot.

Oleksij Rempel (1):
  can: j1939: transport: initialize receive buffer

Tetsuo Handa (1):
  can: j1939: use netdevice_tracker for j1939_{priv,session,ecu}
    tracking

 net/can/j1939/bus.c        | 2 ++
 net/can/j1939/j1939-priv.h | 3 +++
 net/can/j1939/main.c       | 8 ++++----
 net/can/j1939/transport.c  | 4 +++-
 4 files changed, 12 insertions(+), 5 deletions(-)

--
2.47.3


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

end of thread, other threads:[~2026-07-28 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28  5:58 [PATCH can v1 0/2] can: j1939: resend lost patches for buffer init and netdevice tracking Oleksij Rempel
2026-07-28  5:58 ` [PATCH can v1 1/2] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking Oleksij Rempel
2026-07-28  6:13   ` sashiko-bot
2026-07-28 13:06     ` Oleksij Rempel
2026-07-28  5:58 ` [PATCH v1 can 2/2] can: j1939: transport: initialize receive buffer Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox