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>] [day] [month] [year] [list]
Date:   Sat, 22 Jul 2017 11:51:02 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 4.13-rc2

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc2

for you to fetch changes up to d6f5f071f1e13cadecf8aef1faa7e5d6fbc9f33b:

  xhci: fix memleak in xhci_run() (2017-07-20 14:40:36 +0200)

----------------------------------------------------------------
USB fixes for 4.13-rc2

Here are some small USB fixes for 4.13-rc2.

The usual batch, gadget fixes for reported issues, as well as xhci
fixes, and a small random collection of other fixes for reported issues.

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

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

----------------------------------------------------------------
Arnd Bergmann (1):
      usb: typec: include linux/device.h in ucsi.h

Axel Lin (1):
      usb: gadget: f_mass_storage: Fix the logic to iterate all common->luns

Colin Ian King (1):
      usb: storage: return on error to avoid a null pointer dereference

Geert Uytterhoeven (2):
      usb: gadget: udc: USB_RENESAS_USB3 should depend on HAS_DMA
      usb: gadget: udc: USB_SNP_CORE should depend on HAS_DMA

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v4.13-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus

Jack Pham (1):
      usb: dwc3: gadget: only unmap requests from DMA if mapped

Jiahau Chang (1):
      xhci: Bad Ethernet performance plugged in ASM1042A host

Johan Hovold (1):
      USB: cdc-acm: add device-id for quirky printer

Mathias Nyman (2):
      xhci: Fix NULL pointer dereference when cleaning up streams for removed host
      xhci: fix 20000ms port resume timeout

Minas Harutyunyan (1):
      usb: dwc2: gadget: On USB RESET reset device address to zero

Peter Chen (1):
      usb: xhci: fix spinlock recursion for USB2 test mode

Ruslan Bilovol (3):
      include: usb: audio: specify exact endiannes of descriptors
      usb: gadget: f_uac1: endianness fixes.
      usb: gadget: f_uac2: endianness fixes.

Shu Wang (1):
      xhci: fix memleak in xhci_run()

Shyam Sundar S K (1):
      usb: xhci: Issue stop EP command only when the EP state is running

Vignesh R (2):
      usb: dwc3: core: Call dwc3_core_get_phy() before initializing phys
      usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

Yoshihiro Shimoda (5):
      usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd()
      usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmac
      usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()
      usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
      usb: renesas_usbhs: gadget: disable all eps when the driver stops

kbuild test robot (1):
      usb: gadget: udc: start_udc() can be static

 drivers/usb/class/cdc-acm.c                  |  3 ++
 drivers/usb/dwc2/gadget.c                    |  3 ++
 drivers/usb/dwc3/core.c                      |  6 ++--
 drivers/usb/dwc3/dwc3-omap.c                 | 18 +++++-----
 drivers/usb/dwc3/gadget.c                    |  8 +++--
 drivers/usb/gadget/function/f_mass_storage.c |  2 +-
 drivers/usb/gadget/function/f_uac1.c         | 20 +++++------
 drivers/usb/gadget/function/f_uac2.c         | 25 +++++++------
 drivers/usb/gadget/udc/Kconfig               |  5 +--
 drivers/usb/gadget/udc/renesas_usb3.c        | 14 +++++---
 drivers/usb/gadget/udc/snps_udc_plat.c       |  6 ++--
 drivers/usb/host/pci-quirks.c                | 54 ++++++++++++++++++++++++++++
 drivers/usb/host/pci-quirks.h                |  2 ++
 drivers/usb/host/xhci-hub.c                  | 14 +++++++-
 drivers/usb/host/xhci-pci.c                  |  6 ++++
 drivers/usb/host/xhci-ring.c                 | 11 +++---
 drivers/usb/host/xhci.c                      | 10 +++++-
 drivers/usb/host/xhci.h                      |  1 +
 drivers/usb/renesas_usbhs/common.c           |  4 ++-
 drivers/usb/renesas_usbhs/mod_gadget.c       | 31 ++++++++++++----
 drivers/usb/storage/isd200.c                 |  5 ++-
 drivers/usb/typec/ucsi/ucsi.h                |  1 +
 include/linux/usb/audio-v2.h                 | 14 ++++----
 include/uapi/linux/usb/audio.h               |  6 ++--
 24 files changed, 197 insertions(+), 72 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ