[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220316204710.716341-1-mkl@pengutronix.de>
Date:   Wed, 16 Mar 2022 21:47:05 +0100
From:   Marc Kleine-Budde <mkl@...gutronix.de>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
        kernel@...gutronix.de
Subject: [PATCH net-next 0/5] pull-request: can-next 2022-03-16
Hello Jakub, hello David,
this is a pull request of 5 patches for net-next/master.
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.
regards,
Marc
---
The following changes since commit 231fdac3e58f4e52e387930c73bf535439607563:
  net: phy: Kconfig: micrel_phy: fix dependency issue (2022-03-15 12:28:56 +0100)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.18-20220316
for you to fetch changes up to c34983c94166689358372d4af8d5def57752860c:
  can: ucan: fix typos in comments (2022-03-16 21:41:40 +0100)
----------------------------------------------------------------
linux-can-next-for-5.18-20220316
----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
Julia Lawall (1):
      can: ucan: fix typos in comments
Oliver Hartkopp (3):
      can: isotp: sanitize CAN ID checks in isotp_bind()
      can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
      can: isotp: support MSG_TRUNC flag when reading from socket
 .../devicetree/bindings/net/can/xilinx,can.yaml    | 161 +++++++++++++++++++++
 .../devicetree/bindings/net/can/xilinx_can.txt     |  61 --------
 drivers/net/can/usb/ucan.c                         |   4 +-
 net/can/isotp.c                                    |  72 +++++----
 4 files changed, 203 insertions(+), 95 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/can/xilinx,can.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/can/xilinx_can.txt
Powered by blists - more mailing lists
 
