From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
kernel@pengutronix.de
Subject: pull-request: can 2021-03-29
Date: Mon, 29 Mar 2021 10:53:52 +0200 [thread overview]
Message-ID: <20210329085355.921447-1-mkl@pengutronix.de> (raw)
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(-)
next reply other threads:[~2021-03-29 8:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-29 8:53 Marc Kleine-Budde [this message]
2021-03-29 8:53 ` [net 1/3] can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE Marc Kleine-Budde
2021-03-29 8:53 ` [net 2/3] can: isotp: " Marc Kleine-Budde
2021-03-29 8:53 ` [net 3/3] can: uapi: can.h: mark union inside struct can_frame packed Marc Kleine-Budde
2021-03-29 20:40 ` pull-request: can 2021-03-29 patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210329085355.921447-1-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=davem@davemloft.net \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).