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@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html