[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170330133936.17907-1-johan@kernel.org>
Date: Thu, 30 Mar 2017 15:39:33 +0200
From: Johan Hovold <johan@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>
Cc: linux-kernel@...r.kernel.org, Johan Hovold <johan@...nel.org>
Subject: [PATCH 0/3] tty: close registration race and add termios reset feature
The first patch in this series closes a race between tty device
registration and tty open due to the character device being registered
before the class device has been registered.
The second patch removes some obsolete references to termios_locked, and
the final patch makes sure that any saved termios state is reset during
device registration when reusing a minor number.
Johan
Johan Hovold (3):
tty: close race between device register and open
tty: drop obsolete termios_locked comments
tty: reset termios state on device registration
drivers/tty/tty_io.c | 58 +++++++++++++++++++++++++++++-----------------------
1 file changed, 32 insertions(+), 26 deletions(-)
--
2.12.2
Powered by blists - more mailing lists