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/4] pull-request: can 2022-10-11
Date: Tue, 11 Oct 2022 09:48:11 +0200 [thread overview]
Message-ID: <20221011074815.397301-1-mkl@pengutronix.de> (raw)
Hello Jakub, hello David,
this is a pull request of 4 patches for net/main.
Anssi Hannula and Jimmy Assarsson contribute 4 patches for the
kvaser_usb driver. A check for actual received length of USB transfers
is added, the use of an uninitialized completion is fixed, the TX
queue is re-synced after restart, and the CAN state is fixed after
restart.
regards,
Marc
---
The following changes since commit b15e2e49bfc4965d86b9bc4a8426d53ec90a7192:
nfp: flower: fix incorrect struct type in GRE key_size (2022-10-10 18:00:43 -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.1-20221011
for you to fetch changes up to 8183602b8cbc4d865068c6c5705228760d30b003:
Merge patch series "can: kvaser_usb: Various fixes" (2022-10-11 08:51:22 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.1-20221011
----------------------------------------------------------------
Anssi Hannula (4):
can: kvaser_usb_leaf: Fix overread with an invalid command
can: kvaser_usb: Fix use of uninitialized completion
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
can: kvaser_usb_leaf: Fix CAN state after restart
Marc Kleine-Budde (1):
Merge patch series "can: kvaser_usb: Various fixes"
drivers/net/can/usb/kvaser_usb/kvaser_usb.h | 2 +
drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 3 +-
drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 2 +-
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 79 +++++++++++++++++++++++
4 files changed, 84 insertions(+), 2 deletions(-)
next reply other threads:[~2022-10-11 7:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-11 7:48 Marc Kleine-Budde [this message]
2022-10-11 7:48 ` [PATCH net 1/4] can: kvaser_usb_leaf: Fix overread with an invalid command Marc Kleine-Budde
2022-10-11 13:20 ` patchwork-bot+netdevbpf
2022-10-11 7:48 ` [PATCH net 2/4] can: kvaser_usb: Fix use of uninitialized completion Marc Kleine-Budde
2022-10-11 7:48 ` [PATCH net 3/4] can: kvaser_usb_leaf: Fix TX queue out of sync after restart Marc Kleine-Budde
2022-10-11 7:48 ` [PATCH net 4/4] can: kvaser_usb_leaf: Fix CAN state " 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=20221011074815.397301-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox