[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1245291609-14871-1-git-send-email-jason.wessel@windriver.com>
Date: Wed, 17 Jun 2009 21:20:06 -0500
From: Jason Wessel <jason.wessel@...driver.com>
To: greg@...ah.com, alan@...rguk.ukuu.org.uk
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] usb console regression fixes - 2.6.31
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(-)
--
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