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, 26 Sep 2015 09:52:49 -0700
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 driver fixes for 4.3-rc3

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.3-rc3

for you to fetch changes up to b4731977243c1ae9cfd8b3971ffc15425b7d7545:

  MAINTAINERS: remove amd5536udc USB gadget driver maintainer (2015-09-25 20:45:27 -0700)

----------------------------------------------------------------
USB fixes for 4.3-rc3

Here are some USB driver fixes for 4.3-rc3.

There's the usual assortment of new device ids, combined with xhci and
gadget driver fixes.  Full details in the shortlog.  All of these have
been in linux-next with no reported problems.

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

----------------------------------------------------------------
Alexey Khoroshilov (1):
      usb: gadget: amd5536udc: fix error handling in udc_pci_probe()

Bin Liu (3):
      usb: musb: ensure in peripheral mode when checking session
      usb: musb: dsps: fix polling in device-only mode
      usb: musb: fix cppi channel teardown for isoch transfer

Felipe Balbi (1):
      usb: dwc3: omap: enable irqs lately

Greg Kroah-Hartman (5):
      Merge tag 'fixes-for-v4.3-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-4.3-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus
      Merge tag 'usb-ci-v4.3-rc2' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
      MAINTAINERS: remove amd5536udc USB gadget driver maintainer

Igor Kotrasinski (4):
      usb: gadget: dummy_hcd: emulate sending zlp in packet logic
      usb: gadget: dummy_hcd: fix unneeded else-if condition
      usb: gadget: dummy_hcd: fix rescan logic for transfer
      usb: gadget: dummy_hcd: in transfer(), return data sent, not limit

Javier Martinez Canillas (1):
      usb: phy: isp1301: Export I2C module alias information

Johan Hovold (1):
      USB: whiteheat: fix potential null-deref at probe

Julia Lawall (1):
      usb: gadget: drop null test before destroy functions

Li Jun (1):
      usb: chipidea: imx: fix a typo for imx6sx

Liu.Zhao (1):
      USB: option: add ZTE PIDs

Luis de Bethencourt (1):
      usb: musb: ux500: Fix module autoload for OF platform driver

Mathias Nyman (4):
      usb: Use the USB_SS_MULT() macro to get the burst multiplier.
      xhci: give command abortion one more chance before killing xhci
      xhci: change xhci 1.0 only restrictions to support xhci 1.1
      xhci: init command timeout timer earlier to avoid deleting it uninitialized

Nathan Sullivan (2):
      usb: chipidea: add xilinx zynq platform data
      Documentation: bindings: add doc for zynq USB

Pascal Huerst (1):
      usb: musb: Disable interrupts on suspend, enable them on resume

Peter Chen (1):
      usb: chipidea: udc: using the correct stall implementation

Randy Dunlap (1):
      usb: phy: fix phy-qcom-8x16-usb build

Robert Baldyga (1):
      usb: gadget: fix possible regression introduced with ep->claimed

Roger Quadros (6):
      usb: phy: phy-generic: Fix reset behaviour on legacy boot
      usb: dwc3: gadget: Fix BUG in RT config
      usb: xhci: lock mutex on xhci_stop
      usb: xhci: Clear XHCI_STATE_DYING on start
      usb: xhci: stop everything on the first call to xhci_stop
      usb: xhci: exit early in xhci_setup_device() if we're halted or dying

Sylvain Rochet (1):
      usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding

Tomer Barletz (1):
      xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt       |  1 +
 MAINTAINERS                                        |  3 +-
 drivers/usb/chipidea/ci_hdrc_imx.c                 |  2 +-
 drivers/usb/chipidea/ci_hdrc_usb2.c                | 25 ++++--
 drivers/usb/chipidea/udc.c                         | 84 ++++++++++----------
 drivers/usb/core/config.c                          |  5 +-
 drivers/usb/dwc3/dwc3-omap.c                       |  4 +-
 drivers/usb/dwc3/gadget.c                          |  4 -
 drivers/usb/gadget/epautoconf.c                    |  1 +
 drivers/usb/gadget/udc/amd5536udc.c                | 43 +++++------
 drivers/usb/gadget/udc/atmel_usba_udc.c            | 11 +++
 drivers/usb/gadget/udc/bdc/bdc_core.c              |  3 +-
 drivers/usb/gadget/udc/dummy_hcd.c                 | 46 +++++++----
 drivers/usb/gadget/udc/gr_udc.c                    |  3 +-
 drivers/usb/gadget/udc/mv_u3d_core.c               |  3 +-
 drivers/usb/gadget/udc/mv_udc_core.c               |  3 +-
 drivers/usb/host/xhci-mem.c                        | 17 ++--
 drivers/usb/host/xhci-pci.c                        | 90 +++++++++++-----------
 drivers/usb/host/xhci-ring.c                       | 13 +++-
 drivers/usb/host/xhci.c                            | 24 +++---
 drivers/usb/musb/musb_core.c                       |  7 ++
 drivers/usb/musb/musb_cppi41.c                     |  3 +
 drivers/usb/musb/musb_dsps.c                       |  7 +-
 drivers/usb/musb/ux500.c                           |  2 +
 drivers/usb/phy/Kconfig                            |  2 +-
 drivers/usb/phy/phy-generic.c                      |  3 +-
 drivers/usb/phy/phy-isp1301.c                      |  1 +
 drivers/usb/serial/option.c                        | 24 ++++++
 drivers/usb/serial/whiteheat.c                     | 31 ++++++++
 29 files changed, 288 insertions(+), 177 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ