]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge patch series "can: j1939: resend lost patches for buffer init and netdevice...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 29 Jul 2026 08:16:00 +0000 (10:16 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 29 Jul 2026 08:16:00 +0000 (10:16 +0200)
commitc08413d10be2d412f60c292d7adaafc52cf7a450
tree97fb5117cd2d50687fe7933a682cca031463de6e
parent3bd438a58e910db5dc369aa25dfed1fc95f1b596
parenteb96c58907922546e415e545fe9a14ea63b02719
Merge patch series "can: j1939: resend lost patches for buffer init and netdevice tracking"

Oleksij Rempel <o.rempel@pengutronix.de> says:

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.

Link: https://patch.msgid.link/20260728055835.1151785-1-o.rempel@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>