Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757055AbYFNMXa (ORCPT ); Sat, 14 Jun 2008 08:23:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752673AbYFNMXV (ORCPT ); Sat, 14 Jun 2008 08:23:21 -0400 Received: from senator.holtmann.net ([87.106.208.187]:60728 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752528AbYFNMXU (ORCPT ); Sat, 14 Jun 2008 08:23:20 -0400 Subject: Re: [patch 16/47] bluetooth: fix locking bug in the rfcomm socket cleanup handling From: Marcel Holtmann To: Dave Young Cc: Greg KH , linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Arjan van de Ven , "David S. Miller" , Chris Wright In-Reply-To: References: <20080613234753.235721454@mini.kroah.org> <20080614000840.GA24659@suse.de> <20080614001058.GP24698@suse.de> Content-Type: text/plain Date: Sat, 14 Jun 2008 14:26:26 +0200 Message-Id: <1213446386.17870.146.camel@violet.holtmann.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 35 Hi Dave, > > Signed-off-by: Arjan van de Ven > > Acked-by: Marcel Holtmann > > Signed-off-by: David S. Miller > > Signed-off-by: Chris Wright > > --- > > net/bluetooth/rfcomm/core.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > --- a/net/bluetooth/rfcomm/core.c > > +++ b/net/bluetooth/rfcomm/core.c > > @@ -423,8 +423,8 @@ static int __rfcomm_dlc_close(struct rfc > > > > rfcomm_dlc_lock(d); > > d->state = BT_CLOSED; > > - rfcomm_dlc_unlock(d); > > d->state_change(d, err); > > + rfcomm_dlc_unlock(d); > > > > skb_queue_purge(&d->tx_queue); > > rfcomm_dlc_unlink(d); did we screw up the tabs during the review process here. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/