pull-request: can 2021-09-07
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2021-09-07 06:52:59
Also in:
linux-can
Hello Jakub, hello David,
this is a pull request of 2 patches for net/master.
The first patch is by my and silences a warning in the rcar_canfd
driver, if it's compiled with CONFIG_OF disabled.
Tong Zhang's patch fixes a null-ptr-deref in the c_can driver's
ethtool drvinfo function, for non platform bus based c_can devices.
regards,
Marc
---
The following changes since commit b539c44df067ac116ec1b58b956efda51b6a7fc1:
net: wwan: iosm: Unify IO accessors used in the driver (2021-09-06 16:45:30 +0100)
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.15-20210907
for you to fetch changes up to 644d0a5bcc3361170d84fb8d0b13943c354119db:
can: c_can: fix null-ptr-deref on ioctl() (2021-09-07 08:46:58 +0200)
----------------------------------------------------------------
linux-can-fixes-for-5.15-20210907
----------------------------------------------------------------
Marc Kleine-Budde (1):
can: rcar_canfd: add __maybe_unused annotation to silence warning
Tong Zhang (1):
can: c_can: fix null-ptr-deref on ioctl()
drivers/net/can/c_can/c_can_ethtool.c | 4 +---
drivers/net/can/rcar/rcar_canfd.c | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)