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:	Tue, 28 Jun 2011 08:39:01 -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.0

Here's some small fixes for your 3.0 tree.

Nothing major, just the normal USB 3.0 fixes, some MAINTAINERS file
updates, device ids added, and other various bugs fixed that were being
reported as problems.

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

All of these have been in the linux-next tree for a while.

The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.

thanks,

greg k-h

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

 Documentation/usb/error-codes.txt     |    9 ++++++-
 MAINTAINERS                           |   12 ++++++++-
 drivers/usb/core/driver.c             |   11 ++++++++-
 drivers/usb/core/hub.c                |   16 +++++++++----
 drivers/usb/core/message.c            |   15 +++++++++++-
 drivers/usb/host/ehci-ath79.c         |   10 +++++---
 drivers/usb/host/ehci-hcd.c           |    4 +++
 drivers/usb/host/isp1760-hcd.c        |    2 +-
 drivers/usb/host/ohci-hcd.c           |    4 ++-
 drivers/usb/host/r8a66597-hcd.c       |    1 +
 drivers/usb/host/xhci-mem.c           |    2 -
 drivers/usb/host/xhci-pci.c           |    8 ++++++
 drivers/usb/host/xhci-ring.c          |   30 +++++++++++++++++++++----
 drivers/usb/host/xhci.c               |   39 +++++++++++++++++++++++++++++---
 drivers/usb/host/xhci.h               |    3 ++
 drivers/usb/musb/musb_gadget.c        |    6 +++++
 drivers/usb/musb/musb_host.c          |    2 +-
 drivers/usb/serial/ftdi_sio.c         |   19 +++++++++++----
 drivers/usb/serial/ftdi_sio.h         |    3 +-
 drivers/usb/serial/ftdi_sio_ids.h     |    1 +
 drivers/usb/serial/ti_usb_3410_5052.c |    1 +
 21 files changed, 164 insertions(+), 34 deletions(-)

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

Alan Stern (3):
      USB: change maintainership of ohci-hcd and ehci-hcd
      USB: don't let the hub driver prevent system sleep
      USB: don't let errors prevent system sleep

Alex He (2):
      xHCI 1.0: Force Stopped Event(FSE)
      xHCI 1.0: Incompatible Device Error

Arvid Brodin (1):
      usb/isp1760: Fix bug preventing the unlinking of control urbs

Gabor Juhos (1):
      USB: ehci-ath79: fix a NULL pointer dereference

Jesper Juhl (1):
      USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.

Maarten Lankhorst (1):
      xhci: Add reset on resume quirk for asrock p67 host

Márton Németh (1):
      usb: musb: host: compare status for negative error values

Sarah Sharp (5):
      xhci: Reject double add of active endpoints.
      USB: Free bandwidth when usb_disable_device is called.
      xhci: Don't warn about zeroed bMaxBurst descriptor field.
      xhci: Always set urb->status to zero for isoc endpoints.
      USB: Fix up URB error codes to reflect implementation.

Uwe Bonnes (1):
      USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c

Yauheni Kaliuta (1):
      usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO

Yoshihiro Shimoda (1):
      usb: r8a66597-hcd: fix cannot detect low/full speed device

matt mooney (1):
      MAINTAINERS: add myself as maintainer of USB/IP

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