From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933356AbdCaM7Y (ORCPT ); Fri, 31 Mar 2017 08:59:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42074 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932989AbdCaM62 (ORCPT ); Fri, 31 Mar 2017 08:58:28 -0400 Date: Fri, 31 Mar 2017 14:58:12 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: Jiri Slaby , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] tty: close registration race and add termios reset feature Message-ID: <20170331125812.GA19626@kroah.com> References: <20170330133936.17907-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170330133936.17907-1-johan@kernel.org> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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