mbox series

[NET,0/2] CAN fixes for 6.5-rc7

Message ID 20230821144547.6658-1-socketcan@hartkopp.net (mailing list archive)
Headers show
Series CAN fixes for 6.5-rc7 | expand

Message

Oliver Hartkopp Aug. 21, 2023, 2:45 p.m. UTC
Hello Jakub,

as Marc is probably on vacation I send these two fixes directly to the netdev
mailing list to hopefully get them into the current 6.5 cycle.

The isotp fix removes an unnecessary check which leads to delays and/or a wrong
error notification.

The fix for the CAN_RAW socket solves the last issue that has been introduced
with commit ee8b94c8510c ("can: raw: fix receiver memory leak") in this
upstream cycle (detected by Eric Dumazet).

Best regards,
Oliver

Oliver Hartkopp (2):
  can: isotp: fix support for transmission of SF without flow control
  can: raw: add missing refcount for memory leak fix

 net/can/isotp.c | 22 +++++++---------------
 net/can/raw.c   | 35 ++++++++++++++++++++++++++---------
 2 files changed, 33 insertions(+), 24 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 23, 2023, 12:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 21 Aug 2023 16:45:45 +0200 you wrote:
> Hello Jakub,
> 
> as Marc is probably on vacation I send these two fixes directly to the netdev
> mailing list to hopefully get them into the current 6.5 cycle.
> 
> The isotp fix removes an unnecessary check which leads to delays and/or a wrong
> error notification.
> 
> [...]

Here is the summary with links:
  - [NET,1/2] can: isotp: fix support for transmission of SF without flow control
    https://git.kernel.org/netdev/net/c/0bfe71159230
  - [NET,2/2] can: raw: add missing refcount for memory leak fix
    https://git.kernel.org/netdev/net/c/c275a176e4b6

You are awesome, thank you!