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:	Sun, 22 Nov 2015 10:47:53 -0800
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.4-rc2

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to 19cd80a214821f4b558560ebd76bfb2c38b4f3d8:

  usblp: do not set TASK_INTERRUPTIBLE before lock (2015-11-19 16:31:42 -0800)

----------------------------------------------------------------
USB fixes for 4.4-rc2

Here are a number of USB fixes and new device ids for 4.4-rc2.  All have
been in linux-next and the details are in the shortlog.

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

----------------------------------------------------------------
Aaro Koskinen (1):
      usb: phy: omap-otg: fix uninitialized pointer

Aleksander Morgado (1):
      USB: serial: option: add support for Novatel MiFi USB620L

Ben McCauley (1):
      usb: dwc3: gadget: let us set lower max_speed

Bin Liu (2):
      usb: musb: fix tx fifo flush handling
      usb: musb: enable usb_dma parameter

Bjørn Mork (2):
      USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G Modem
      USB: option: add XS Stick W100-2 from 4G Systems

David Woodhouse (1):
      USB: ti_usb_3410_5052: Add Honeywell HGI80 ID

Douglas Anderson (2):
      usb: dwc2: host: Fix ahbcfg for rk3066
      usb: dwc2: host: Fix remote wakeup when not in DWC2_L2

Douglas Gilbert (1):
      usb: gadget: atmel_usba_udc: Expose correct device speed

Greg Kroah-Hartman (3):
      Merge tag 'fixes-for-v4.4-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-ci-v4.4-rc2' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Heikki Krogerus (1):
      usb: dwc3: pci: add support for Intel Broxton SOC

Jiri Slaby (1):
      usblp: do not set TASK_INTERRUPTIBLE before lock

LABBE Corentin (3):
      usb: phy: phy-mxs-usb: fix a possible NULL dereference
      usb: chipidea: usbmisc_imx: fix a possible NULL dereference
      usb: chipidea: imx: fix a possible NULL dereference

Li Jun (2):
      usb: chipidea: debug: disable usb irq while role switch
      usb: chipidea: otg: gadget module load and unload support

Lu Baolu (1):
      usb: xhci: fix checking ep busy for CFC

Mathias Nyman (1):
      xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices

Peter Chen (4):
      usb: gadget: f_loopback: fix the warning during the enumeration
      usb: chipidea: imx: refine clock operations to adapt for all platforms
      ARM: dts: imx27.dtsi: change the clock information for usb
      usb: kconfig: fix warning of select USB_OTG

Petr Štetiar (1):
      USB: qcserial: Add support for Quectel EC20 Mini PCIe module

Rajmohan Mani (1):
      xhci: Workaround to get Intel xHCI reset working more reliably

Simon Arlott (1):
      USB: MAINTAINERS: cxacru

Uwe Kleine-König (1):
      usb: musb: core: fix order of arguments to ulpi write callback

 MAINTAINERS                              |   3 +-
 arch/arm/boot/dts/imx27.dtsi             |  16 +++-
 drivers/usb/chipidea/ci_hdrc_imx.c       | 142 ++++++++++++++++++++++++++-----
 drivers/usb/chipidea/debug.c             |   2 +
 drivers/usb/chipidea/udc.c               |  17 ++++
 drivers/usb/chipidea/usbmisc_imx.c       |  10 ++-
 drivers/usb/class/usblp.c                |   2 +-
 drivers/usb/core/Kconfig                 |   3 +-
 drivers/usb/dwc2/hcd.c                   |   9 +-
 drivers/usb/dwc2/platform.c              |   3 +-
 drivers/usb/dwc3/dwc3-pci.c              |   4 +
 drivers/usb/dwc3/gadget.c                |  24 +++++-
 drivers/usb/gadget/function/f_loopback.c |   2 +-
 drivers/usb/gadget/udc/atmel_usba_udc.c  |   2 +-
 drivers/usb/host/xhci-hub.c              |  15 ++--
 drivers/usb/host/xhci-ring.c             |  32 ++-----
 drivers/usb/host/xhci.c                  |  10 +++
 drivers/usb/musb/musb_core.c             |  12 +--
 drivers/usb/musb/musb_host.c             |  22 +++--
 drivers/usb/phy/Kconfig                  |   4 +-
 drivers/usb/phy/phy-mxs-usb.c            |   7 +-
 drivers/usb/phy/phy-omap-otg.c           |   2 +-
 drivers/usb/serial/option.c              |  11 +++
 drivers/usb/serial/qcserial.c            |  94 +++++++++++++++-----
 drivers/usb/serial/ti_usb_3410_5052.c    |   2 +
 drivers/usb/serial/ti_usb_3410_5052.h    |   4 +
 26 files changed, 342 insertions(+), 112 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