mbox series

[0/2] can-isotp fix and functional addressing

Message ID 20201203140604.25488-1-socketcan@hartkopp.net
Headers show
Series can-isotp fix and functional addressing | expand

Message

Oliver Hartkopp Dec. 3, 2020, 2:06 p.m. UTC
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.

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

 include/uapi/linux/can/isotp.h |  2 +-
 net/can/isotp.c                | 32 +++++++++++++++++++++++---------
 2 files changed, 24 insertions(+), 10 deletions(-)

Comments

Marc Kleine-Budde Dec. 3, 2020, 2:25 p.m. UTC | #1
On 12/3/20 3:06 PM, Oliver Hartkopp wrote:
> 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.

Added to linux-can/testing.

Tnx,
Marc