Hello netdev-team, this is a pull request of 7 patches for net/master. The first patch is by Oleksij Rempel and fixes a UAF in the CAN J1939 protocol. Lukas Magel's patch for the CAN ISO-TP protocol fixes the TX state detection and wait behavior. John Watts contributes a patch to only show the sun4i_can Kconfig option on ARCH_SUNXI. A patch by Miquel Raynal fixes the soft-reset workaround for Renesas SoCs in the sja1000 driver. Markus Schneider-Pargmann's patch for the tcan4x5x m_can glue driver fixes the id2 register for the tcan4553. 2 patches by Haibo Chen fix the flexcan stop mode for the imx93 SoC. regards, Marc --- The following changes since commit d0f95894fda7d4f895b29c1097f92d7fee278cb2: netlink: annotate data-races around sk->sk_err (2023-10-04 17:32:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.6-20231005 for you to fetch changes up to 9cf31160064431b035cd2f4cc4fb984c4f18ac8e: Merge patch series "arm64: dts: imx93: add the Flex-CAN stop mode by GPR" (2023-10-05 11:41:03 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.6-20231005 ---------------------------------------------------------------- Haibo Chen (2): arm64: dts: imx93: add the Flex-CAN stop mode by GPR can: flexcan: remove the auto stop mode for IMX93 John Watts (1): can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set Lukas Magel (1): can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior Marc Kleine-Budde (1): Merge patch series "arm64: dts: imx93: add the Flex-CAN stop mode by GPR" Markus Schneider-Pargmann (1): can: tcan4x5x: Fix id2_register for tcan4553 Miquel Raynal (1): can: sja1000: Always restart the Tx queue after an overrun Oleksij Rempel (1): can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER) arch/arm64/boot/dts/freescale/imx93.dtsi | 4 ++- drivers/net/can/Kconfig | 2 +- drivers/net/can/flexcan/flexcan-core.c | 46 +++++++++----------------------- drivers/net/can/flexcan/flexcan.h | 2 -- drivers/net/can/m_can/tcan4x5x-core.c | 2 +- drivers/net/can/sja1000/sja1000.c | 8 +++++- net/can/isotp.c | 19 ++++++------- net/can/j1939/socket.c | 19 ++++++++++--- 8 files changed, 48 insertions(+), 54 deletions(-)