]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Thu, 6 Jan 2022 01:04:32 +0000 (17:04 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Jan 2022 01:04:32 +0000 (17:04 -0800)
commit0c64552186d7410a89787f09043bd94e81bbc460
treeeda7cfdaac301a262f33632edd4a3f44d8e6762c
parent72b2dd17ce82b88b28b5a5a29dd4c34aff62e783
parentd3c0f858b39a5b1e24d3335107e2ec4469aa101c
Merge tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2022-01-05

It consists of 2 patches, both by me. The first one fixes the use of
an uninitialized variable in the gs_usb driver the other one a
skb_over_panic in the ISOTP stack in case of reception of too large
ISOTP messages.

* tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
  can: isotp: convert struct tpcon::{idx,len} to unsigned int
  can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data
====================

Link: https://lore.kernel.org/r/20220105205443.1274709-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>