From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261678AbTILFVr (ORCPT ); Fri, 12 Sep 2003 01:21:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261679AbTILFVr (ORCPT ); Fri, 12 Sep 2003 01:21:47 -0400 Received: from imladris.demon.co.uk ([193.237.130.41]:3562 "EHLO imladris.demon.co.uk") by vger.kernel.org with ESMTP id S261678AbTILFVq (ORCPT ); Fri, 12 Sep 2003 01:21:46 -0400 Subject: Re: [Bluez-devel] Re: [BUG] BlueTooth socket busted in 2.6.0-test5 From: David Woodhouse To: jt@hpl.hp.com Cc: Marcel Holtmann , Max Krasnyansky , BlueZ mailing list , Linux Kernel Mailing List In-Reply-To: <20030911203249.GA15575@bougret.hpl.hp.com> References: <20030910225810.GA7712@bougret.hpl.hp.com> <1063237174.28890.6.camel@pegasus> <20030911203249.GA15575@bougret.hpl.hp.com> Content-Type: text/plain Message-Id: <1063344094.7869.396.camel@imladris.demon.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 (1.4.4-5.dwmw2.1) Date: Fri, 12 Sep 2003 06:21:34 +0100 Content-Transfer-Encoding: 7bit X-SA-Exim-Mail-From: dwmw2@infradead.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2003-09-11 at 13:32 -0700, Jean Tourrilhes wrote: > My testing was too light : > ------------------------------------------------------ > kernel BUG at include/linux/module.h:296! <...> > EIP is at bnep_sock_create+0x69/0xb2 [bnep] Er, if we're actually _running_ code from the bnep module, how can it have a zero refcount? This bug is elsewhere, surely? Either that or it affects _all_ users of sk_set_owner() and wants fixing there. -- dwmw2