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-rc3
Date: Sat, 26 Apr 2014 17:37:23 -0700	[thread overview]
Message-ID: <20140427003723.GA3112@kroah.com> (raw)

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7deb39ed8d9494ea541bcaa69b56036a94f79dc2:

  serial_core: fix uart PORT_UNKNOWN handling (2014-04-24 15:38:22 -0700)

----------------------------------------------------------------
TTY/Serial fixes for 3.15-rc3

Here are a few tty/serial fixes for 3.15-rc3 that resolve a number of
reported issues in the 8250 and samsung serial drivers, as well as a
character loss fix for the tty core that was caused by the lock removal
patches a release ago.

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

----------------------------------------------------------------
Doug Anderson (3):
      serial: samsung: Use the passed in "port", fixing kgdb w/ no console
      serial: samsung: don't check config for every character
      serial: samsung: Change barrier() to cpu_relax() in console output

Loic Poulain (2):
      8250_core: Fix unwanted TX chars write
      serial: 8250: Fix thread unsafe __dma_tx_complete function

Manfred Schlaegl (1):
      tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc

Thomas Pfaff (1):
      serial_core: fix uart PORT_UNKNOWN handling

 drivers/tty/serial/8250/8250_core.c |  2 +-
 drivers/tty/serial/8250/8250_dma.c  |  9 +++++++--
 drivers/tty/serial/samsung.c        | 23 +++++++++++-----------
 drivers/tty/serial/serial_core.c    | 39 ++++++++++++++++++++-----------------
 drivers/tty/tty_buffer.c            | 16 +++++++++++++--
 include/linux/tty.h                 |  1 +
 6 files changed, 56 insertions(+), 34 deletions(-)

                 reply	other threads:[~2014-04-27  0:36 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=20140427003723.GA3112@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