public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tty: close registration race and add termios reset feature
@ 2017-03-30 13:39 Johan Hovold
  2017-03-30 13:39 ` [PATCH 1/3] tty: close race between device register and open Johan Hovold
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Johan Hovold @ 2017-03-30 13:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby; +Cc: linux-kernel, Johan Hovold

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-31 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-30 13:39 [PATCH 0/3] tty: close registration race and add termios reset feature Johan Hovold
2017-03-30 13:39 ` [PATCH 1/3] tty: close race between device register and open Johan Hovold
2017-03-30 13:39 ` [PATCH 2/3] tty: drop obsolete termios_locked comments Johan Hovold
2017-03-30 13:39 ` [PATCH 3/3] tty: reset termios state on device registration Johan Hovold
2017-03-31 12:58 ` [PATCH 0/3] tty: close registration race and add termios reset feature Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox