mbox

[net,0/2] pull-request: can 2025-04-15

Message ID 20250415103401.445981-1-mkl@pengutronix.de (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.15-20250415

Message

Marc Kleine-Budde April 15, 2025, 10:31 a.m. UTC
Hello netdev-team,

this is a pull request of 2 patches for net/main.

The first patch is by Davide Caratti and fixes the missing derement in
the protocol inuse counter for the J1939 CAN protocol.

The last patch is by Weizhao Ouyang and fixes a broken quirks check in
the rockchip CAN-FD driver.

regards,
Marc

---
The following changes since commit 65d91192aa66f05710cfddf6a14b5a25ee554dba:

  net: openvswitch: fix nested key length validation in the set() action (2025-04-14 16:15:38 -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-6.15-20250415

for you to fetch changes up to 6315d93541f8a5f77c5ef5c4f25233e66d189603:

  can: rockchip_canfd: fix broken quirks checks (2025-04-15 12:23:10 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.15-20250415

----------------------------------------------------------------
Davide Caratti (1):
      can: fix missing decrement of j1939_proto.inuse_idx

Weizhao Ouyang (1):
      can: rockchip_canfd: fix broken quirks checks

 drivers/net/can/rockchip/rockchip_canfd-core.c | 7 ++++---
 net/can/j1939/socket.c                         | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)