Re: [PATCH 0/3] tty: close registration race and add termios reset feature

From: Greg Kroah-Hartman
Date: Fri Mar 31 2017 - 09:01:02 EST


On Thu, Mar 30, 2017 at 03:39:33PM +0200, Johan Hovold wrote:
> 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.

Thanks for doing this, I had forgotten all about that report last year
that this fixes up. Much appreciated.

greg k-h