Hi Greg, This series addresses some pecularities of the pty driver, especially set_termios() handling, which is moved into the pty driver proper, and packet mode/ctrl_lock behavior. Regards, Peter Hurley (9): tty: WARN for attempted set_termios() of pty master tty: Move pty-specific set_termios() handling to pty driver pty: Use spin_lock_irq() for pty_set_termios() tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled pty: Don't claim slave's ctrl_lock for master's packet mode pty: Fix packet mode setting race pty: Hold ctrl_lock for packet mode updates tty: Fix missed wakeup from packet mode status update n_tty: Only process packet mode data in raw mode drivers/tty/n_tty.c | 39 +++++++++++++++++++------------------ drivers/tty/pty.c | 51 ++++++++++++++++++++++++++++++++++++------------- drivers/tty/tty_ioctl.c | 34 ++++----------------------------- 3 files changed, 62 insertions(+), 62 deletions(-) -- 2.1.1 -- 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