public inbox for linux-kernel@vger.kernel.org
 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 PATCH] TTY/Serial fixes for 3.12-rc4
Date: Sat, 5 Oct 2013 10:34:03 -0700	[thread overview]
Message-ID: <20131005173403.GA4811@kroah.com> (raw)

The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:

  Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to a9fbf4d591da6cd1d3eaab826c7c15f77fc8f6a3:

  xen/hvc: allow xenboot console to be used again (2013-10-03 16:12:58 -0700)

----------------------------------------------------------------
TTY fixes for 3.12-rc4

Here are 2 tty driver fixes for 3.12-rc4.

One fixes the reported regression in the n_tty code that a number of
people found recently, and the other one fixes an issue with xen
consoles that broke in 3.10.

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

----------------------------------------------------------------
David Vrabel (1):
      xen/hvc: allow xenboot console to be used again

Peter Hurley (1):
      tty: Fix pty master read() after slave closes

 drivers/tty/hvc/hvc_xen.c |  1 +
 drivers/tty/n_tty.c       | 46 ++++++++++++++++++++++++++--------------------
 2 files changed, 27 insertions(+), 20 deletions(-)

             reply	other threads:[~2013-10-05 17:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-05 17:34 Greg KH [this message]
2013-10-05 18:53 ` [GIT PATCH] TTY/Serial fixes for 3.12-rc4 Linus Torvalds
2013-10-05 23:57   ` Peter Hurley
2013-10-06  2:11     ` Peter Hurley
2013-10-17 21:12       ` Greg KH
2013-10-23 13:16         ` Peter Hurley
2013-11-07 18:59         ` [PATCH] n_tty: Ensure reader restarts worker for next reader Peter Hurley
2013-11-07 20:01           ` Peter Hurley
2013-11-20  0:21           ` Linus Torvalds
2013-11-20  0:30             ` Greg Kroah-Hartman
2013-11-20  0:43               ` Linus Torvalds

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=20131005173403.GA4811@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