Hello:
This series was applied to netdev/net.git (main) by Marc Kleine-Budde mkl@pengutronix.de:
On Fri, 21 Jun 2024 13:23:36 +0200 you wrote:
From: Oleksij Rempel o.rempel@pengutronix.de
This patch enhances error handling in scenarios with RTS (Request to Send) messages arriving closely. It replaces the less informative WARN_ON_ONCE backtraces with a new error handling method. This provides clearer error messages and allows for the early termination of problematic sessions. Previously, sessions were only released at the end of j1939_xtp_rx_rts().
[...]
Here is the summary with links: - [net,1/5] net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new https://git.kernel.org/netdev/net/c/d3e2904f71ea - [net,2/5] net: can: j1939: Initialize unused data in j1939_send_one() https://git.kernel.org/netdev/net/c/b7cdf1dd5d2a - [net,3/5] net: can: j1939: recover socket queue on CAN bus error during BAM transmission https://git.kernel.org/netdev/net/c/9ad1da14ab3b - [net,4/5] can: kvaser_usb: fix return value for hif_usb_send_regout https://git.kernel.org/netdev/net/c/0d34d8163fd8 - [net,5/5] can: mcp251xfd: fix infinite loop when xmit fails https://git.kernel.org/netdev/net/c/d8fb63e46c88
You are awesome, thank you!