All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] USB fixes for 2.6.22-rc6
Date: Mon, 25 Jun 2007 23:43:20 -0700	[thread overview]
Message-ID: <20070626064320.GA19010@kroah.com> (raw)

Here are some USB fixes against your 2.6.22-rc6 tree.

They fix a pretty serious gadget file_storage bug, some minor bugs in
other drivers (although the "suck up all kernel memory in the system" is
pretty nasty...) and adds 2 new device ids.

All of these have been in the -mm releases for a while.

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

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

thanks,

greg k-h


 drivers/usb/gadget/file_storage.c     |   12 +++++-------
 drivers/usb/misc/iowarrior.c          |    7 ++++---
 drivers/usb/misc/usblcd.c             |   22 ++++++++++++++++++----
 drivers/usb/serial/ftdi_sio.c         |    1 +
 drivers/usb/serial/ftdi_sio.h         |    1 +
 drivers/usb/serial/io_edgeport.c      |    4 ++--
 drivers/usb/serial/option.c           |    6 ++++--
 drivers/usb/serial/ti_usb_3410_5052.c |    8 +++++---
 8 files changed, 40 insertions(+), 21 deletions(-)

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

Alexander Gattin (1):
      USB: add new device id to option driver

Luiz Fernando N. Capitulino (1):
      USB: ftdio_sio: New IPlus device ID

Oleg Nesterov (1):
      USB: g_file_storage: call allow_signal()

Oliver Neukum (4):
      USB: ti serial driver sleeps with spinlock held
      USB: memory leak in iowarrior.c
      USB: usblcd doesn't limit memory consumption during write
      USB: fix race leading to use after free in io_edgeport


                 reply	other threads:[~2007-06-26  6:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070626064320.GA19010@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.