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:	Fri, 26 Aug 2011 12:11:48 -0700
From:	Greg KH <gregkh@...e.de>
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 PATCH] more USB fixes for 3.1

Here are some fixes for your 3.1 git tree for the USB subsystem.

Lots of new device ids, some xhci bug fixes to resolve issues that
were reported, and some build fixes that people hit.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ usb-linus

All have been in the -next releases for a while now.

thanks,

greg k-h

------------

 drivers/usb/core/hcd.c           |    2 +
 drivers/usb/gadget/f_phonet.c    |    1 +
 drivers/usb/host/ehci-hub.c      |    7 +--
 drivers/usb/host/ehci-s5p.c      |    1 +
 drivers/usb/host/xhci-hub.c      |   17 +++++--
 drivers/usb/host/xhci-ring.c     |   90 +++++++++++++++++++++++----------
 drivers/usb/host/xhci.c          |   28 +++++++++--
 drivers/usb/musb/blackfin.c      |    1 +
 drivers/usb/musb/cppi_dma.c      |   26 ++++++---
 drivers/usb/musb/musb_core.h     |   12 +++--
 drivers/usb/musb/musb_gadget.c   |    4 +-
 drivers/usb/musb/musb_regs.h     |    6 ++-
 drivers/usb/musb/tusb6010.c      |    1 +
 drivers/usb/musb/tusb6010_omap.c |    1 +
 drivers/usb/musb/ux500_dma.c     |   38 ++++++++------
 drivers/usb/serial/ftdi_sio.c    |   20 +++++++-
 drivers/usb/serial/option.c      |  104 ++++++++++++++++++++++++++++++++++++-
 17 files changed, 283 insertions(+), 76 deletions(-)

---------------

Andiry Xu (2):
      xHCI: fix port U3 status check condition
      xHCI: report USB2 port in resuming as suspend

Andrew Bird (3):
      USB option driver add PID of Huawei Vodafone K3806
      USB option driver add PID of Huawei Vodafone K4605
      USB option driver K3765/K4505 avoid CDC_DATA interface

Axel Lin (1):
      usb: gadget: s3c2410_udc: fix unterminated platform_device_id table

Bob Liu (1):
      usb: musb: blackfin: include prefetch head file

Felipe Balbi (1):
      usb: musb: tusb6010: fix compilation

Gavin.zhu (1):
      USB: option: add YUGA device id to driver

Jean-Christophe PLAGNIOL-VILLARD (1):
      USB: ftdi_sio: add Calao reference board support

John Stultz (1):
      usb: musb: fix oops on musb_gadget_pullup

Kuninori Morimoto (1):
      usb: gadget: renesas_usbhs: fix DMA build by including dma-mapping.h

Ming Lei (1):
      usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)

Per Forlin (3):
      usb: musb: ux500: set dma config for both src and dst
      usb: musb: ux500: replace missing DBG with dev_dbg
      usb: musb: cppi: fix build errors due to DBG and missing musb variable

Rabin Vincent (1):
      usb: musb: fix Kconfig

Sarah Sharp (5):
      xhci: Fix memory leak during failed enqueue.
      xhci: Fix failed enqueue in the middle of isoch TD.
      xhci: Remove TDs from TD lists when URBs are canceled.
      USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.
      xhci: Handle zero-length isochronous packets.

Sebastian Andrzej Siewior (4):
      usb: gadget: fusb300: remove #if 0 block
      usb: gadget: composite: fix bMaxPacketSize for SuperSpeed
      usb: gadget: f_phonet: unlock in error case
      usb: musb: gadget: fix error path

Sebastian Bauer (1):
      usb: gadget: hid: don't STALL when processing a HID Descriptor request

Sergei Trofimovich (1):
      usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclared

Wang Zhi (1):
      USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resume().

Yulgon Kim (1):
      usb: s5p-ehci: fix a NULL pointer deference

--
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