lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue,  7 Sep 2021 08:52:50 +0200
From:   Marc Kleine-Budde <mkl@...gutronix.de>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
        kernel@...gutronix.de
Subject: pull-request: can 2021-09-07

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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ