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,
alexander.hoelzl@gmx.net, socketcan@hartkopp.net
Subject: Re: [PATCH net 01/19] can: vxcan: Kconfig: fix description stating no local echo provided
Date: Fri, 17 Jul 2026 09:50:35 +0000 [thread overview]
Message-ID: <178428183589.1639384.13582691603275670664.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260716155528.809908-2-mkl@pengutronix.de>
Hello:
This series was applied to netdev/net.git (main)
by Marc Kleine-Budde <mkl@pengutronix.de>:
On Thu, 16 Jul 2026 17:47:26 +0200 you wrote:
> From: Alexander Hölzl <alexander.hoelzl@gmx.net>
>
> The Kconfig description of the vxcan kernel module erroneously states the
> the vxcan interface does not provide a local echo of sent can frames.
> However this behavior changed in commit 259bdba27e32 ("vxcan: enable local
> echo for sent CAN frames") and vxcan interfaces now provide a local echo.
>
> [...]
Here is the summary with links:
- [net,01/19] can: vxcan: Kconfig: fix description stating no local echo provided
https://git.kernel.org/netdev/net/c/79adf48fb091
- [net,02/19] can: esd_usb: kill anchored URBs before freeing netdevs
https://git.kernel.org/netdev/net/c/c43122fef328
- [net,03/19] can: raw: add locking for raw flags bitfield
https://git.kernel.org/netdev/net/c/1e5185c09058
- [net,04/19] can: j1939: fix lockless local-destination check
https://git.kernel.org/netdev/net/c/e4e8af62adab
- [net,05/19] can: peak: Modification of references to email accounts being deleted
https://git.kernel.org/netdev/net/c/d83762005c13
- [net,06/19] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
https://git.kernel.org/netdev/net/c/68973f9db761
- [net,07/19] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
https://git.kernel.org/netdev/net/c/d9b091d9d22f
- [net,08/19] can: bcm: add locking when updating filter and timer values
https://git.kernel.org/netdev/net/c/749179c2e25b
- [net,09/19] can: bcm: fix CAN frame rx/tx statistics
https://git.kernel.org/netdev/net/c/e6c24ba95fc3
- [net,10/19] can: bcm: add missing rcu list annotations and operations
https://git.kernel.org/netdev/net/c/7b2c3eabc4da
- [net,11/19] can: bcm: extend bcm_tx_lock usage for data and timer updates
https://git.kernel.org/netdev/net/c/12ce799f7ab1
- [net,12/19] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
https://git.kernel.org/netdev/net/c/62ec41f36464
- [net,13/19] can: bcm: add missing device refcount for CAN filter removal
https://git.kernel.org/netdev/net/c/d59948293ea3
- [net,14/19] can: bcm: fix stale rx/tx ops after device removal
https://git.kernel.org/netdev/net/c/3b762c0d9503
- [net,15/19] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
https://git.kernel.org/netdev/net/c/58fd6cbc8541
- [net,16/19] can: bcm: track a single source interface for ANYDEV timeout/throttle ops
https://git.kernel.org/netdev/net/c/2f5976f54a04
- [net,17/19] can: isotp: use unconditional synchronize_rcu() in isotp_release()
https://git.kernel.org/netdev/net/c/9b1a02e0d980
- [net,18/19] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
https://git.kernel.org/netdev/net/c/20bab8b88baa
- [net,19/19] can: isotp: serialize TX state transitions under so->rx_lock
https://git.kernel.org/netdev/net/c/cf070fe33bfb
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-17 9:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 15:47 [PATCH net 0/19] pull-request: can 2026-07-16 Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 01/19] can: vxcan: Kconfig: fix description stating no local echo provided Marc Kleine-Budde
2026-07-17 9:50 ` patchwork-bot+netdevbpf [this message]
2026-07-16 15:47 ` [PATCH net 02/19] can: esd_usb: kill anchored URBs before freeing netdevs Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 03/19] can: raw: add locking for raw flags bitfield Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 04/19] can: j1939: fix lockless local-destination check Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 05/19] can: peak: Modification of references to email accounts being deleted Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 06/19] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 07/19] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 08/19] can: bcm: add locking when updating filter and timer values Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 09/19] can: bcm: fix CAN frame rx/tx statistics Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 10/19] can: bcm: add missing rcu list annotations and operations Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 11/19] can: bcm: extend bcm_tx_lock usage for data and timer updates Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 12/19] can: bcm: validate frame length in bcm_rx_setup() for RTR replies Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 13/19] can: bcm: add missing device refcount for CAN filter removal Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 14/19] can: bcm: fix stale rx/tx ops after device removal Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 15/19] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler() Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 16/19] can: bcm: track a single source interface for ANYDEV timeout/throttle ops Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 17/19] can: isotp: use unconditional synchronize_rcu() in isotp_release() Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 18/19] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER Marc Kleine-Budde
2026-07-16 15:47 ` [PATCH net 19/19] can: isotp: serialize TX state transitions under so->rx_lock Marc Kleine-Budde
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=178428183589.1639384.13582691603275670664.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexander.hoelzl@gmx.net \
--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=socketcan@hartkopp.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox