From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Jiri Slaby <jslaby@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PATCH] TTY/Serial fixes for 3.11-rc4
Date: Tue, 30 Jul 2013 12:17:17 -0700 [thread overview]
Message-ID: <20130730191717.GA26474@kroah.com> (raw)
The following changes since commit 3bf5d350586d98eb28ab7f86ffbd66518ffd95d8:
serial: tegra: correct help message in Kconfig from 'ttyHS' to 'ttyTHS' (2013-07-24 15:23:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.11-rc4
for you to fetch changes up to d5a12ea7a9e58d9e5c19d25cb668aadb396423ec:
serial: arc_uart: Fix module alias (2013-07-26 16:34:00 -0700)
----------------------------------------------------------------
TTY/Serial driver fixes for 3.11-rc4
Here are 4 tiny tty and serial driver fixes for 3.11-rc4.
Nothing big, a refcount leak, a module alias fix, and two fixes to the
mxs-auart serial driver.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Axel Lin (1):
serial: arc_uart: Fix module alias
Gianluca Anzolin (1):
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Uwe Kleine-König (2):
serial/mxs-auart: fix race condition in interrupt handler
serial/mxs-auart: increase time to wait for transmitter to become idle
drivers/tty/serial/arc_uart.c | 2 +-
drivers/tty/serial/mxs-auart.c | 38 ++++++++++++++++++++++----------------
drivers/tty/tty_port.c | 5 ++---
3 files changed, 25 insertions(+), 20 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Jiri Slaby <jslaby@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PATCH] TTY/Serial fixes for 3.11-rc4
Date: Tue, 30 Jul 2013 12:17:17 -0700 [thread overview]
Message-ID: <20130730191717.GA26474@kroah.com> (raw)
The following changes since commit 3bf5d350586d98eb28ab7f86ffbd66518ffd95d8:
serial: tegra: correct help message in Kconfig from 'ttyHS' to 'ttyTHS' (2013-07-24 15:23:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.11-rc4
for you to fetch changes up to d5a12ea7a9e58d9e5c19d25cb668aadb396423ec:
serial: arc_uart: Fix module alias (2013-07-26 16:34:00 -0700)
----------------------------------------------------------------
TTY/Serial driver fixes for 3.11-rc4
Here are 4 tiny tty and serial driver fixes for 3.11-rc4.
Nothing big, a refcount leak, a module alias fix, and two fixes to the
mxs-auart serial driver.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Axel Lin (1):
serial: arc_uart: Fix module alias
Gianluca Anzolin (1):
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Uwe Kleine-König (2):
serial/mxs-auart: fix race condition in interrupt handler
serial/mxs-auart: increase time to wait for transmitter to become idle
drivers/tty/serial/arc_uart.c | 2 +-
drivers/tty/serial/mxs-auart.c | 38 ++++++++++++++++++++++----------------
drivers/tty/tty_port.c | 5 ++---
3 files changed, 25 insertions(+), 20 deletions(-)
next reply other threads:[~2013-07-30 19:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 19:17 Greg KH [this message]
2013-07-30 19:17 ` [GIT PATCH] TTY/Serial fixes for 3.11-rc4 Greg KH
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=20130730191717.GA26474@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=torvalds@linux-foundation.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.