linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 PULL] TTY/Serial fixes for 4.1-rc4
Date: Sat, 16 May 2015 17:33:50 -0700	[thread overview]
Message-ID: <20150517003350.GA18001@kroah.com> (raw)

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.1-rc4

for you to fetch changes up to 1a48632ffed61352a7810ce089dc5a8bcd505a60:

  pty: Fix input race when closing (2015-05-10 19:26:37 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 4.1-rc4

Here's some TTY and serial driver fixes for reported issues.  All of
these have been in linux-next successfully.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Dave Martin (1):
      Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"

Pan Xinhui (1):
      tty/n_gsm.c: fix a memory leak when gsmtty is removed

Peter Hurley (2):
      earlycon: Revert log warnings
      pty: Fix input race when closing

Semen Protsenko (1):
      serial: omap: Fix error handling in probe

 Documentation/serial/tty.txt     |  3 +++
 drivers/tty/n_gsm.c              |  5 ++---
 drivers/tty/n_hdlc.c             |  4 ++--
 drivers/tty/n_tty.c              | 22 +++++++++++++++++----
 drivers/tty/pty.c                |  5 +++--
 drivers/tty/serial/amba-pl011.c  |  5 ++++-
 drivers/tty/serial/earlycon.c    |  9 ++-------
 drivers/tty/serial/omap-serial.c |  2 ++
 drivers/tty/tty_buffer.c         | 41 ++++++++++++++++++++++++++--------------
 include/linux/tty.h              |  2 +-
 10 files changed, 64 insertions(+), 34 deletions(-)

                 reply	other threads:[~2015-05-17  0:33 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=20150517003350.GA18001@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).