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@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- 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(-) -- 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