Hello:
This series was applied to netdev/net.git (master) by Marc Kleine-Budde mkl@pengutronix.de:
On Fri, 29 Apr 2022 14:56:08 +0200 you wrote:
From: Oliver Hartkopp socketcan@hartkopp.net
As a carry over from the CAN_RAW socket (which allows to change the CAN interface while mantaining the filter setup) the re-binding of the CAN_ISOTP socket needs to take care about CAN ID address information and subscriptions. It turned out that this feature is so limited (e.g. the sockopts remain fix) that it finally has never been needed/used.
[...]
Here is the summary with links: - [net,1/5] can: isotp: remove re-binding of bound socket https://git.kernel.org/netdev/net/c/72ed3ee9fa0b - [net,2/5] can: grcan: grcan_close(): fix deadlock https://git.kernel.org/netdev/net/c/47f070a63e73 - [net,3/5] can: grcan: use ofdev->dev when allocating DMA memory https://git.kernel.org/netdev/net/c/101da4268626 - [net,4/5] can: grcan: grcan_probe(): fix broken system id check for errata workaround needs https://git.kernel.org/netdev/net/c/1e93ed26acf0 - [net,5/5] can: grcan: only use the NAPI poll budget for RX https://git.kernel.org/netdev/net/c/2873d4d52f7c
You are awesome, thank you!