Linux CAN drivers development
 help / color / mirror / Atom feed
* [PATCH net 0/4] pull-request: can 2022-10-11
@ 2022-10-11  7:48 Marc Kleine-Budde
  2022-10-11  7:48 ` [PATCH net 1/4] can: kvaser_usb_leaf: Fix overread with an invalid command Marc Kleine-Budde
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2022-10-11  7:48 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

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



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

end of thread, other threads:[~2022-10-11 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11  7:48 [PATCH net 0/4] pull-request: can 2022-10-11 Marc Kleine-Budde
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox