[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141022163724.065ab3b1@alan.etchedpixels.co.uk>
Date: Wed, 22 Oct 2014 16:37:24 +0100
From: One Thousand Gnomes <gnomes@...rguk.ukuu.org.uk>
To: Peter Hurley <peter@...leysoftware.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.cz>, linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: Re: [PATCH -next 0/9] pty fixes
On Thu, 16 Oct 2014 15:33:21 -0400
Peter Hurley <peter@...leysoftware.com> wrote:
> 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(-)
>
Reviewed-by: Alan Cox <alan@...ux.intel.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists