From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753534Ab1IVSjU (ORCPT ); Thu, 22 Sep 2011 14:39:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53659 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752753Ab1IVSjQ (ORCPT ); Thu, 22 Sep 2011 14:39:16 -0400 Date: Thu, 22 Sep 2011 11:38:43 -0700 From: Greg KH To: Jiri Slaby Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] TTY: serial, fix locking imbalance Message-ID: <20110922183843.GA7652@suse.de> References: <1314818699-10873-1-git-send-email-jslaby@suse.cz> <4E7B7EAA.50706@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E7B7EAA.50706@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2011 at 08:30:02PM +0200, Jiri Slaby wrote: > On 08/31/2011 09:24 PM, Jiri Slaby wrote: > > Commit "TTY: serial, move locking in uart_close" moved the lock, but > > omitted to update branches which unlock the lock. Now they try to > > unlock the lock without holding it. > > > > Signed-off-by: Jiri Slaby > > --- > > If possible, please, merge this into the patch mentioned above (it's > > not upstream yet). > > Hi Greg, should I resend these? Sorry, no, I still have them and will queue them up to my internal tty tree later today. Just been swamped with "real work" since returning from the openSUSE conference this past weekend. thanks for your patience, greg k-h