[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211106215449.57946-1-mkl@pengutronix.de>
Date: Sat, 6 Nov 2021 22:54:41 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: pull-request: can 2021-11-06
Hello Jakub, hello David,
this is a pull request of 8 patches for net/master.
The first 3 patches are by Zhang Changzhong and fix 3 standard
conformance problems in the j1939 CAN stack.
The next patch is by Vincent Mailhol and fixes a memory leak in the
leak error path of the etas_es58x CAN driver.
Stephane Grosjean contributes 2 patches for the peak_usb driver to fix
the bus error handling and update the order of printed information
regarding firmware version and available updates.
The last 2 patches are by me and fixes a packet starvation problem in
the bus off case and the error handling in the mcp251xfd_chip_start()
function.
regards,
Marc
---
The following changes since commit 70bf363d7adb3a428773bc905011d0ff923ba747:
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock() (2021-11-05 19:49:40 -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-5.16-20211106
for you to fetch changes up to 69c55f6e7669d46bb40e41f6e2b218428178368a:
can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable() (2021-11-06 21:25:25 +0100)
----------------------------------------------------------------
linux-can-fixes-for-5.16-20211106
----------------------------------------------------------------
Marc Kleine-Budde (2):
can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()
Stephane Grosjean (2):
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
can: peak_usb: exchange the order of information messages
Vincent Mailhol (1):
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Zhang Changzhong (3):
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
can: j1939: j1939_can_recv(): ignore messages with invalid source address
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 6 ++++--
drivers/net/can/usb/etas_es58x/es58x_core.c | 6 ++----
drivers/net/can/usb/peak_usb/pcan_usb.c | 27 +++++++++++++-------------
net/can/j1939/main.c | 7 +++++++
net/can/j1939/transport.c | 11 +++++++++++
5 files changed, 37 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists