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 PULL] TTY/Serial fixes for 3.15-rc5
Date: Mon, 5 May 2014 14:23:15 -0700	[thread overview]
Message-ID: <20140505212315.GA3885@kroah.com> (raw)

The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:

  Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)

are available in the git repository at:

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

for you to fetch changes up to 62a0d8d7c2b29f92850e4ee3c38e5dfd936e92b2:

  tty: Fix lockless tty buffer race (2014-05-03 18:14:28 -0400)

----------------------------------------------------------------
TTY/Serial fixes for 3.15-rc4

Here are some tty and serial driver fixes for things reported recently.

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

----------------------------------------------------------------
Michael Welling (1):
      tty: serial: 8250_core.c Bug fix for Exar chips.

Peter Hurley (3):
      n_tty: Fix n_tty_write crash when echoing in raw mode
      Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"
      tty: Fix lockless tty buffer race

Tomoki Sekiyama (1):
      drivers/tty/hvc: don't free hvc_console_setup after init

 drivers/tty/hvc/hvc_console.c       |  2 +-
 drivers/tty/n_tty.c                 |  4 ++++
 drivers/tty/serial/8250/8250_core.c |  2 +-
 drivers/tty/tty_buffer.c            | 29 ++++++++++++++---------------
 include/linux/tty.h                 |  1 -
 5 files changed, 20 insertions(+), 18 deletions(-)

                 reply	other threads:[~2014-05-05 21:20 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=20140505212315.GA3885@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