]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-5.12-20210329' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 20:31:18 +0000 (13:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 20:31:18 +0000 (13:31 -0700)
commit8ad4b228d6880b44fcb6c0329af5a511871ca953
treee7a3e203bfc1c240b806df9b239ed97cd39dc548
parent7d5cc38c293a51a2f136dad3a071cd18fca992b0
parent49c6d6f287982ce0d1dc1b9d05b60218d85a8992
Merge tag 'linux-can-fixes-for-5.12-20210329' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2021-03-29

this is a pull request of 3 patches for net/master.

The two patch are by Oliver Hartkopp. He fixes length check in the
proto_ops::getname callback for the CAN RAW, BCM and ISOTP protocols,
which were broken by the introduction of the J1939 protocol.

The last patch is by me and fixes the a BUILD_BUG_ON() check which
triggers on ARCH=arm with CONFIG_AEABI unset.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>