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, 17 Nov 2009 17:00:53 -0800
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] USB bugfixes for 2.6.32-git

Here are a few bugfixes for your 2.6.32-git tree.

These fix:
	- xhci issues
	- cdc_acm issues
	- usbmon bug
	- new device id for option driver

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

All of these patches have been in the linux-next and mm trees 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

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

 drivers/usb/class/cdc-acm.c  |   18 ++++++++++++------
 drivers/usb/host/ohci-hcd.c  |    5 +++++
 drivers/usb/host/ohci-pci.c  |   20 ++++++++++++++++++++
 drivers/usb/host/ohci-q.c    |   18 ++++++++++++------
 drivers/usb/host/ohci.h      |    9 +++++++++
 drivers/usb/host/xhci-mem.c  |   10 ++++++----
 drivers/usb/host/xhci-ring.c |    7 +++++--
 drivers/usb/mon/mon_bin.c    |   11 +++++++----
 drivers/usb/serial/option.c  |    2 ++
 9 files changed, 78 insertions(+), 22 deletions(-)

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

Alan Stern (1):
      USB: usbmon: fix bug in mon_buff_area_shrink

Francesco Lavra (1):
      USB: cdc_acm: Fix memory leak after hangup

Henry Gebhardt (1):
      USB: cdc_acm: Fix race condition when opening tty

Libin Yang (1):
      USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer

Sarah Sharp (3):
      USB: xhci: Fix bug memory free after failed initialization.
      USB: xhci: Fix TRB physical to virtual address translation.
      USB: xhci: Fix scratchpad deallocation.

Zhang Le (1):
      USB: option.c: add support for D-Link DWM-162-U5

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