All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/6] pull-request: can 2025-02-08
@ 2025-02-08 11:45 Marc Kleine-Budde
  2025-02-08 11:45 ` [PATCH net 1/6] Documentation/networking: fix basic node example document ISO 15765-2 Marc Kleine-Budde
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Marc Kleine-Budde @ 2025-02-08 11:45 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-02-11  3:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 11:45 [PATCH net 0/6] pull-request: can 2025-02-08 Marc Kleine-Budde
2025-02-08 11:45 ` [PATCH net 1/6] Documentation/networking: fix basic node example document ISO 15765-2 Marc Kleine-Budde
2025-02-11  3:30   ` patchwork-bot+netdevbpf
2025-02-08 11:45 ` [PATCH net 2/6] can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero Marc Kleine-Budde
2025-02-08 11:45 ` [PATCH net 3/6] can: ctucanfd: handle skb allocation failure Marc Kleine-Budde
2025-02-08 11:45 ` [PATCH net 4/6] can: c_can: fix unbalanced runtime PM disable in error path Marc Kleine-Budde
2025-02-08 11:45 ` [PATCH net 5/6] can: etas_es58x: fix potential NULL pointer dereference on udev->serial Marc Kleine-Budde
2025-02-08 11:45 ` [PATCH net 6/6] can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.