From: patchwork-bot+netdevbpf@kernel.org
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
linux-can@vger.kernel.org, kernel@pengutronix.de,
penguin-kernel@I-love.SAKURA.ne.jp, o.rempel@pengutronix.de,
stable@kernel.org
Subject: Re: [PATCH net 01/20] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
Date: Thu, 30 Jul 2026 13:20:38 +0000 [thread overview]
Message-ID: <178541763890.3566031.18223366649826424515.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260729102802.505168-2-mkl@pengutronix.de>
Hello:
This series was applied to netdev/net.git (main)
by Marc Kleine-Budde <mkl@pengutronix.de>:
On Wed, 29 Jul 2026 12:12:41 +0200 you wrote:
> From: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
>
> syzbot is still reporting
>
> unregister_netdevice: waiting for vcan0 to become free. Usage count = 2
>
> problem. A debug printk() patch in linux-next-20260508 identified that
> there is dev_hold()/dev_put() imbalance in j1939_priv management.
>
> [...]
Here is the summary with links:
- [net,01/20] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
https://git.kernel.org/netdev/net/c/d2fb981384b3
- [net,02/20] can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer
https://git.kernel.org/netdev/net/c/eb96c5890792
- [net,03/20] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
https://git.kernel.org/netdev/net/c/050f010f920d
- [net,04/20] can: isotp: check register_netdevice_notifier() error in module init
https://git.kernel.org/netdev/net/c/ef09a13c5afa
- [net,05/20] can: ctucanfd: unmap BAR0 using base address
https://git.kernel.org/netdev/net/c/a6873910f983
- [net,06/20] can: ctucanfd: mark error-active controller status valid
https://git.kernel.org/netdev/net/c/4e735cbe3aff
- [net,07/20] can: ctucanfd: handle bus error interrupts
https://git.kernel.org/netdev/net/c/e74bae899529
- [net,08/20] can: ctucanfd: use self-test mode for PRESUME_ACK
https://git.kernel.org/netdev/net/c/c31a435933f1
- [net,09/20] can: ctucanfd: add missing MODULE_DEVICE_TABLE()
https://git.kernel.org/netdev/net/c/d937bdb244a7
- [net,10/20] can: peak_usb: add bounds check for USB channel index
https://git.kernel.org/netdev/net/c/39132f166ca8
- [net,11/20] can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit error
https://git.kernel.org/netdev/net/c/9b3d5a6d952c
- [net,12/20] can: peak_usb: validate uCAN receive record lengths
https://git.kernel.org/netdev/net/c/93fcab2c6968
- [net,13/20] can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_usb_hydra_get_busparams()
https://git.kernel.org/netdev/net/c/941eaf9a6d3b
- [net,14/20] can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents
https://git.kernel.org/netdev/net/c/0293dd153f9d
- [net,15/20] can: rcar_canfd: change the initializing flow for clocks and resets
https://git.kernel.org/netdev/net/c/bef9004c5b91
- [net,16/20] can: softing: fw_parse(): validate firmware record spans
https://git.kernel.org/netdev/net/c/856d6cb04e54
- [net,17/20] can: c_can: c_can_chip_config(): keep controller in init mode until bittiming is configured
https://git.kernel.org/netdev/net/c/26504844613f
- [net,18/20] can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failure
https://git.kernel.org/netdev/net/c/68c5724ecd15
- [net,19/20] can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure
https://git.kernel.org/netdev/net/c/7a0cf2b2497c
- [net,20/20] can: ems_usb: validate CPC message lengths
https://git.kernel.org/netdev/net/c/02925f51377f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-07-30 13:21 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 10:12 [PATCH net 0/20] pull-request: can 2026-07-29 Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 01/20] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-30 13:20 ` patchwork-bot+netdevbpf [this message]
2026-07-29 10:12 ` [PATCH net 02/20] can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 03/20] can: isotp: fix timer drain order, wakeup handling and tx_gen ordering Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-30 12:28 ` Oliver Hartkopp
2026-07-29 10:12 ` [PATCH net 04/20] can: isotp: check register_netdevice_notifier() error in module init Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 05/20] can: ctucanfd: unmap BAR0 using base address Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 06/20] can: ctucanfd: mark error-active controller status valid Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-30 11:14 ` Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 07/20] can: ctucanfd: handle bus error interrupts Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-30 11:18 ` Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 08/20] can: ctucanfd: use self-test mode for PRESUME_ACK Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-30 11:25 ` Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 09/20] can: ctucanfd: add missing MODULE_DEVICE_TABLE() Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 10/20] can: peak_usb: add bounds check for USB channel index Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 11/20] can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit error Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 12/20] can: peak_usb: validate uCAN receive record lengths Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 13/20] can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_usb_hydra_get_busparams() Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 14/20] can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 15/20] can: rcar_canfd: change the initializing flow for clocks and resets Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 16/20] can: softing: fw_parse(): validate firmware record spans Marc Kleine-Budde
2026-07-30 10:29 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 17/20] can: c_can: c_can_chip_config(): keep controller in init mode until bittiming is configured Marc Kleine-Budde
2026-07-30 10:30 ` sashiko-bot
2026-07-29 10:12 ` [PATCH net 18/20] can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failure Marc Kleine-Budde
2026-07-29 10:12 ` [PATCH net 19/20] can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure Marc Kleine-Budde
2026-07-29 10:13 ` [PATCH net 20/20] can: ems_usb: validate CPC message lengths Marc Kleine-Budde
2026-07-30 10:30 ` sashiko-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178541763890.3566031.18223366649826424515.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=penguin-kernel@I-love.SAKURA.ne.jp \
--cc=stable@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.