Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755136AbYB1BEU (ORCPT ); Wed, 27 Feb 2008 20:04:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757925AbYB1BED (ORCPT ); Wed, 27 Feb 2008 20:04:03 -0500 Received: from ti-out-0910.google.com ([209.85.142.187]:4664 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755812AbYB1BEB (ORCPT ); Wed, 27 Feb 2008 20:04:01 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FAOp1ngW1qnDrt2a9wlApgP80dwNgKMOh7gWH7nyZ820QoiYFOyoqp4XmmtVGeZSrMUbGiIs5aDxXU4LrrtTacXvC7w4M9g+s6ChRTlf9BJKUo0dbmDtlPLkJuzTGwJ2FF2PKhhFr8fqdJ4XzIQ52xv/60MgqVhgs1IHE4BGRrE= Message-ID: Date: Thu, 28 Feb 2008 09:03:57 +0800 From: "Dave Young" To: "Quel Qun" Subject: Re: Kernel oops with bluetooth usb dongle Cc: "Thomas Gleixner" , "David Woodhouse" , "Marcel Holtmann" , LKML , "Jiri Kosina" , "Ingo Molnar" In-Reply-To: <022620080003.1247.47C35750000085C8000004DF2207300793CE05040A05@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <022620080003.1247.47C35750000085C8000004DF2207300793CE05040A05@comcast.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1311 Lines: 46 On Tue, Feb 26, 2008 at 8:03 AM, Quel Qun wrote: > -------------- Original message ---------------------- > From: Thomas Gleixner > > > > On Fri, 22 Feb 2008, David Woodhouse wrote: > > > > > On Fri, 2008-02-22 at 08:23 +0100, Thomas Gleixner wrote: > > > > > > > > + del_timer(&conn->info_timer); > > > > + > > > > hcon->l2cap_data = NULL; > > > > kfree(conn); > > > > > > Shouldn't that be del_timer_sync() ? > > > > Hmm, probably yes. > > > Hi, > > Great news: only adding adding del_timer_sync() to 2.6.25-rc3 does prevent the crash. > > Bad news: I still cannot use the device. > > hcitool inq, hcitool scan, hcitool name and hcitool info > commands work. > > hcitool cc , sdptool , rfcomm connect command fail, most of them > with a 'Connection reset by peer' error. Could you send the dmesg and hcidump content while connecting (eg. rfcomm connect)? > > # rpm -q bluez-utils > bluez-utils-3.27-1mdv2008.1 > > Thank you, > -- > Eric > -- 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/