mbox series

pull-request: can 2020-12-04

Message ID 20201204133508.742120-1-mkl@pengutronix.de
State Superseded
Headers show
Series pull-request: can 2020-12-04 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.10-20201204

Message

Marc Kleine-Budde Dec. 4, 2020, 1:35 p.m. UTC
Hello Jakub, hello David,

here's a pull request of 3 patches for net/master.

Zhang Qilong contributes a patch for the softing driver, which fixes the error
handling in the softing_netdev_open() function.

Oliver Hartkopp has two patches for the ISOTP CAN protocol and says:

| This patch set contains a fix that showed up while implementing the
| functional addressing switch suggested by Thomas Wagner.
|
| Unfortunately the functional addressing switch came in very late but
| it is really very simple and already tested.
|
| I would like to leave it to the maintainers whether the second patch
| can still go into the 5.10-rc tree, which is intended for long-term.

regards,
Marc

---

The following changes since commit bbe2ba04c5a92a49db8a42c850a5a2f6481e47eb:

  Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-12-03 13:10:11 -0800)

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-5.10-20201204

for you to fetch changes up to 2e15980d931afa2e51a067ff6adebf5d5b3929b1:

  can: isotp: add SF_BROADCAST support for functional addressing (2020-12-04 12:49:12 +0100)

----------------------------------------------------------------
linux-can-fixes-for-5.10-20201204

----------------------------------------------------------------
Oliver Hartkopp (2):
      can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
      can: isotp: add SF_BROADCAST support for functional addressing

Zhang Qilong (1):
      can: softing: softing_netdev_open(): fix error handling

 drivers/net/can/softing/softing_main.c |  9 +++++++--
 include/uapi/linux/can/isotp.h         |  2 +-
 net/can/isotp.c                        | 32 +++++++++++++++++++++++---------
 3 files changed, 31 insertions(+), 12 deletions(-)