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:   Fri, 25 Feb 2022 17:56:19 +0100
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: [PATCH net 0/3] pull-request: can 2022-02-25

Hello Jakub, hello David,

this is a pull request of 3 patches for net/master.

The first 2 patches are by Vincent Mailhol and fix the error handling
of the ndo_open callbacks of the etas_es58x and the gs_usb CAN USB
drivers.

The last patch is by Lad Prabhakar and fixes a small race condition in
the rcar_canfd's rcar_canfd_channel_probe() function.

regards,
Marc

---

The following changes since commit a6df953f0178c8a11fb2de95327643b622077018:

  Merge branch 'mptcp-fixes-for-5-17' (2022-02-24 21:54:57 -0800)

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.17-20220225

for you to fetch changes up to c5048a7b2c23ab589f3476a783bd586b663eda5b:

  can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready (2022-02-25 17:46:54 +0100)

----------------------------------------------------------------
linux-can-fixes-for-5.17-20220225

----------------------------------------------------------------
Lad Prabhakar (1):
      can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready

Vincent Mailhol (2):
      can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
      can: gs_usb: change active_channels's type from atomic_t to u8

 drivers/net/can/rcar/rcar_canfd.c           |  6 +++---
 drivers/net/can/usb/etas_es58x/es58x_core.c |  9 +++++----
 drivers/net/can/usb/etas_es58x/es58x_core.h |  8 +++++---
 drivers/net/can/usb/gs_usb.c                | 10 +++++-----
 4 files changed, 18 insertions(+), 15 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ