OSDN Git Service

Merge tag 'linux-can-next-for-5.18-20220316' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Mar 2022 01:56:26 +0000 (18:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Mar 2022 01:56:27 +0000 (18:56 -0700)
commita0bfd73deba1bb3c51e2f208ec03465422af667c
treef8792cd1dcf54268df0aeccfe5247a24b61255c1
parentb1351527f1eeb9624c301ecb7d8adbc4f543e045
parentc34983c94166689358372d4af8d5def57752860c
Merge tag 'linux-can-next-for-5.18-20220316' of git://git./linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
pull-request: can-next 2022-03-16

the first 3 patches are by Oliver Hartkopp target the CAN ISOTP
protocol and fix a problem found by syzbot in isotp_bind(), return
-EADDRNOTAVAIL in unbound sockets in isotp_recvmsg() and add support
for MSG_TRUNC to isotp_recvmsg().

Amit Kumar Mahapatra converts the xilinx,can device tree bindings to
yaml.

The last patch is by Julia Lawall and fixes typos in the ucan driver.

* tag 'linux-can-next-for-5.18-20220316' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next:
  can: ucan: fix typos in comments
  dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
  can: isotp: support MSG_TRUNC flag when reading from socket
  can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
  can: isotp: sanitize CAN ID checks in isotp_bind()
====================

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