All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb console regression fixes - 2.6.31
@ 2009-06-18  2:20 Jason Wessel
  2009-06-18  2:20 ` [PATCH 1/3] usb,console: Fix regression in usb console on kernel boot Jason Wessel
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Wessel @ 2009-06-18  2:20 UTC (permalink / raw)
  To: greg, alan; +Cc: linux-kernel

This patch series is aimed to fix the performance and crash regression
with usb console devices.

The first patch in the series fixes the usb console reference counting
which led to a oops during boot.  The test case for this was to use
the FTDI usb serial device with the kernel boot argument
"console=ttyUSB0" and also using the device as an interactive terminal.

The second and third patch optimize the performance of the hot path
for usb serial input processing.

If Alan ack's or signs off on the patches, I'll issue a pull request
to Linus, or we can go another round of revision/review if needed.

Thanks,
Jason.

The short log and git info is below, which is against the 2.6.31
development tree.

The following changes since commit 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8:
  Linus Torvalds (1):
        Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus

Jason Wessel (3):
      usb,console: Fix regression in usb console on kernel boot
      usb-serial: regression fix to move sysrq from hot path
      usb-serial: optimize sysrq function calls

 drivers/usb/serial/console.c    |   13 ++++++-----
 drivers/usb/serial/generic.c    |   41 +++++++++++---------------------------
 drivers/usb/serial/usb-serial.c |    3 +-
 include/linux/usb/serial.h      |   32 ++++++++++++++++++++++++++---
 4 files changed, 49 insertions(+), 40 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-18 11:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18  2:20 [PATCH 0/3] usb console regression fixes - 2.6.31 Jason Wessel
2009-06-18  2:20 ` [PATCH 1/3] usb,console: Fix regression in usb console on kernel boot Jason Wessel
2009-06-18  2:20   ` [PATCH 2/3] usb-serial: regression fix to move sysrq from hot path Jason Wessel
2009-06-18  2:20     ` [PATCH 3/3] usb-serial: optimize sysrq function calls Jason Wessel
2009-06-18  9:13     ` [PATCH 2/3] usb-serial: regression fix to move sysrq from hot path Alan Cox
2009-06-18 11:48       ` Jason Wessel
2009-06-18  9:11   ` [PATCH 1/3] usb,console: Fix regression in usb console on kernel boot Alan Cox

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.