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]
Message-Id: <20210730070526.1699867-1-mkl@pengutronix.de>
Date:   Fri, 30 Jul 2021 09:05:20 +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-07-30

Hello Jakub, hello David,

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

The first patch is by me and adds Yasushi SHOJI as a reviewer for the
Microchip CAN BUS Analyzer Tool driver.

Dan Carpenter's patch fixes a signedness bug in the hi311x driver.

Pavel Skripkin provides 4 patches, the first targets the mcba_usb
driver by adding the missing urb->transfer_dma initialization, which
was broken in a previous commit. The last 3 patches fix a memory leak
in the usb_8dev, ems_usb and esd_usb2 driver.

regards,
Marc

---

The following changes since commit fc16a5322ee6c30ea848818722eee5d352f8d127:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2021-07-29 00:53:32 +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.14-20210730

for you to fetch changes up to 928150fad41ba16df7fcc9f7f945747d0f56cbb6:

  can: esd_usb2: fix memory leak (2021-07-30 08:47:34 +0200)

----------------------------------------------------------------
linux-can-fixes-for-5.14-20210730

----------------------------------------------------------------
Dan Carpenter (1):
      can: hi311x: fix a signedness bug in hi3110_cmd()

Marc Kleine-Budde (1):
      MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver

Pavel Skripkin (4):
      can: mcba_usb_start(): add missing urb->transfer_dma initialization
      can: usb_8dev: fix memory leak
      can: ems_usb: fix memory leak
      can: esd_usb2: fix memory leak

 MAINTAINERS                    |  6 ++++++
 drivers/net/can/spi/hi311x.c   |  2 +-
 drivers/net/can/usb/ems_usb.c  | 14 +++++++++++++-
 drivers/net/can/usb/esd_usb2.c | 16 +++++++++++++++-
 drivers/net/can/usb/mcba_usb.c |  2 ++
 drivers/net/can/usb/usb_8dev.c | 15 +++++++++++++--
 6 files changed, 50 insertions(+), 5 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ