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)
commitf4c848db16bed96734d8074d60047226978276ee
treee7a3e203bfc1c240b806df9b239ed97cd39dc548
parent2dce6987a66d292ab08fcde9e65ae34d5d2f1a94
parentf5076c6ba02e8e24c61c40bbf48078929bc0fc79
Merge tag 'linux-can-fixes-for-5.12-20210329' of git://git./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>