Hello Jakub, hello David, 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. regards, Marc --- The following changes since commit 1b479fb801602b22512f53c19b1f93a4fc5d5d9d: drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit (2021-03-28 18:08:43 -0700) 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.12-20210329 for you to fetch changes up to f5076c6ba02e8e24c61c40bbf48078929bc0fc79: can: uapi: can.h: mark union inside struct can_frame packed (2021-03-29 09:51:49 +0200) ---------------------------------------------------------------- linux-can-fixes-for-5.12-20210329 ---------------------------------------------------------------- Marc Kleine-Budde (1): can: uapi: can.h: mark union inside struct can_frame packed Oliver Hartkopp (2): can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE include/uapi/linux/can.h | 2 +- net/can/bcm.c | 10 ++++++---- net/can/isotp.c | 11 +++++++---- net/can/raw.c | 14 ++++++++------ 4 files changed, 22 insertions(+), 15 deletions(-)