From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
kernel@pengutronix.de
Subject: [PATCH net 0/2] pull-request: can 2025-04-15
Date: Tue, 15 Apr 2025 12:31:43 +0200 [thread overview]
Message-ID: <20250415103401.445981-1-mkl@pengutronix.de> (raw)
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(-)
next reply other threads:[~2025-04-15 10:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 10:31 Marc Kleine-Budde [this message]
2025-04-15 10:31 ` [PATCH net 1/2] can: fix missing decrement of j1939_proto.inuse_idx Marc Kleine-Budde
2025-04-16 3:41 ` patchwork-bot+netdevbpf
2025-04-15 10:31 ` [PATCH net 2/2] can: rockchip_canfd: fix broken quirks checks Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250415103401.445981-1-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=davem@davemloft.net \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.