[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250208115120.237274-1-mkl@pengutronix.de>
Date: Sat, 8 Feb 2025 12:45:13 +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: [PATCH net 0/6] pull-request: can 2025-02-08
Hello netdev-team,
this is a pull request of 6 patches for net/master.
The first patch is by Reyders Morales and fixes a code example in the
CAN ISO15765-2 documentation.
The next patch is contributed by Alexander Hölzl and fixes sending of
J1939 messages with zero data length.
Fedor Pchelkin's patch for the ctucanfd driver adds a missing handling
for an skb allocation error.
Krzysztof Kozlowski contributes a patch for the c_can driver to fix
unbalanced runtime PM disable in error path.
The next patch is by Vincent Mailhol and fixes a NULL pointer
dereference on udev->serial in the etas_es58x driver.
The patch is by Robin van der Gracht and fixes the handling for an skb
allocation error.
regards,
Marc
---
The following changes since commit 1438f5d07b9a7afb15e1d0e26df04a6fd4e56a3c:
rtnetlink: fix netns leak with rtnl_setlink() (2025-02-06 17:17:44 -0800)
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.14-20250208
for you to fetch changes up to f7f0adfe64de08803990dc4cbecd2849c04e314a:
can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated (2025-02-08 12:42:56 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.14-20250208
----------------------------------------------------------------
Alexander Hölzl (1):
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
Fedor Pchelkin (1):
can: ctucanfd: handle skb allocation failure
Krzysztof Kozlowski (1):
can: c_can: fix unbalanced runtime PM disable in error path
Reyders Morales (1):
Documentation/networking: fix basic node example document ISO 15765-2
Robin van der Gracht (1):
can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated
Vincent Mailhol (1):
can: etas_es58x: fix potential NULL pointer dereference on udev->serial
Documentation/networking/iso15765-2.rst | 4 ++--
drivers/net/can/c_can/c_can_platform.c | 5 +++--
drivers/net/can/ctucanfd/ctucanfd_base.c | 10 ++++++----
drivers/net/can/rockchip/rockchip_canfd-core.c | 2 +-
drivers/net/can/usb/etas_es58x/es58x_devlink.c | 6 +++++-
net/can/j1939/socket.c | 4 ++--
net/can/j1939/transport.c | 5 +++--
7 files changed, 22 insertions(+), 14 deletions(-)
Powered by blists - more mailing lists