From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 28 Jul 2016 05:55:33 +0000 Subject: Re: [patch -old] sparc: serial: sunhv: fix a double lock bug Message-Id: <20160727.225533.598242834832960771.davem@davemloft.net> List-Id: References: <20160715111733.GB13153@mwanda> In-Reply-To: <20160715111733.GB13153@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dan.carpenter@oracle.com Cc: gregkh@linuxfoundation.org, jslaby@suse.com, sparclinux@vger.kernel.org, linux-serial@vger.kernel.org, kernel-janitors@vger.kernel.org From: Dan Carpenter Date: Fri, 15 Jul 2016 14:17:33 +0300 > We accidentally take the "port->lock" twice in a row. This old code > was supposed to be deleted. > > Fixes: e58e241c1788 ('sparc: serial: Clean up the locking for -rt') > Signed-off-by: Dan Carpenter Applied and queued up for -stable, thanks Dan.