linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] TTY/Serial fixes for 3.13-rc2
@ 2013-11-27 22:51 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2013-11-27 22:51 UTC (permalink / raw)
  To: Linus Torvalds, Jiri Slaby; +Cc: Andrew Morton, linux-kernel, linux-serial

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.13-rc2

for you to fetch changes up to c42b4e6501cdaabee8cc292ae1ef0f66bf4825c1:

  Revert "n_gsm: race between ld close and gsmtty open" (2013-11-25 18:30:21 -0800)

----------------------------------------------------------------
TTY/serial fixes for 3.13-rc2

Here are some tty/serial driver fixes for reported issues in 3.13-rc2.

The n_gsm "fix" was reverted as it was found to not be correct.
Hopefully this will be resolved in a future pull request, but as there's
really only one user of this line setting, it's not a big deal...

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

----------------------------------------------------------------
Chao Bi (1):
      n_gsm: race between ld close and gsmtty open

Geert Uytterhoeven (2):
      TTY: pmac_zilog, check existence of ports in pmz_console_init()
      TTY: amiserial, add missing platform check

Greg Kroah-Hartman (1):
      Revert "n_gsm: race between ld close and gsmtty open"

Peter Hurley (5):
      n_tty: Ensure reader restarts worker for next reader
      n_tty: Fix echo overrun tail computation
      n_tty: Fix 4096-byte canonical reads
      tty: Reset hupped state on open
      n_tty: Protect minimum_to_wake reset for concurrent readers

Randy Dunlap (1):
      tty/serial/8250: fix typo in help text

 drivers/tty/amiserial.c         |  3 +++
 drivers/tty/n_tty.c             | 16 ++++++++++------
 drivers/tty/serial/8250/Kconfig |  2 +-
 drivers/tty/serial/pmac_zilog.c |  3 +++
 drivers/tty/tty_io.c            |  1 +
 5 files changed, 18 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-27 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-27 22:51 [GIT PATCH] TTY/Serial fixes for 3.13-rc2 Greg KH

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).