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:   Mon, 2 Sep 2019 17:33:51 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 5.3-rc7

The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

  Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.3-rc7

for you to fetch changes up to 1426bd2c9f7e3126e2678e7469dca9fd9fc6dd3e:

  USB: cdc-wdm: fix race between write and disconnect due to flag abuse (2019-08-28 22:48:38 +0200)

----------------------------------------------------------------
USB fixes for 5.3-rc7

Here are some small USB fixes that have been in linux-next this past
week for 5.3-rc7

They fix the usual xhci, syzbot reports, and other small issues that
have come up last week.

All have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Colin Ian King (1):
      typec: tcpm: fix a typo in the comparison of pdo_max_voltage

Geert Uytterhoeven (1):
      usb: host: xhci: rcar: Fix typo in compatible string matching

Gustavo A. R. Silva (1):
      usb: udc: lpc32xx: silence fall-through warning

Henk van der Laan (1):
      usb-storage: Add new JMS567 revision to unusual_devs

Kai-Heng Feng (2):
      USB: storage: ums-realtek: Update module parameter description for auto_delink_en
      USB: storage: ums-realtek: Whitelist auto-delink support

Nagarjuna Kristam (1):
      usb: host: xhci-tegra: Set DMA mask correctly

Oliver Neukum (2):
      usbtmc: more sanity checking for packet size
      USB: cdc-wdm: fix race between write and disconnect due to flag abuse

Peter Chen (1):
      usb: chipidea: udc: don't do hardware access if gadget has stopped

Schmid, Carsten (1):
      usb: hcd: use managed device resources

Yoshihiro Shimoda (1):
      usb: host: ohci: fix a race condition between shutdown and irq

 drivers/usb/chipidea/udc.c           | 32 ++++++++++++++++++++++++--------
 drivers/usb/class/cdc-wdm.c          | 16 ++++++++++++----
 drivers/usb/class/usbtmc.c           |  3 +++
 drivers/usb/core/hcd-pci.c           | 30 ++++++++----------------------
 drivers/usb/gadget/udc/lpc32xx_udc.c |  2 +-
 drivers/usb/host/ohci-hcd.c          | 15 ++++++++++++---
 drivers/usb/host/xhci-rcar.c         |  2 +-
 drivers/usb/host/xhci-tegra.c        | 10 ++++++++++
 drivers/usb/storage/realtek_cr.c     | 15 +++++++++------
 drivers/usb/storage/unusual_devs.h   |  2 +-
 drivers/usb/typec/tcpm/tcpm.c        |  2 +-
 11 files changed, 82 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ