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