Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758667AbYB1BiR (ORCPT ); Wed, 27 Feb 2008 20:38:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754055AbYB1BiA (ORCPT ); Wed, 27 Feb 2008 20:38:00 -0500 Received: from wf-out-1314.google.com ([209.85.200.175]:63115 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbYB1Bh7 (ORCPT ); Wed, 27 Feb 2008 20:37:59 -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=pg+rTABZuoB6pAJYz8gEfhF/Fqqm42miEfIaFb8OZ+BW9olvdZlVZW9aJFE7yuZlqaJ3u+rH4YHgIo2zlMJNqh05/I/2Zv9IURE760sm4BSnWVPx0k8gBANAGxLb6XENwIRw4nM7YtGa1TZmxam12yaBCmKao/IrHWpkC/fVM0A= Message-ID: Date: Thu, 28 Feb 2008 09:37:59 +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" , "David Miller" In-Reply-To: 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: 1538 Lines: 53 add davem to cc-list On Thu, Feb 28, 2008 at 9:03 AM, Dave Young wrote: > > 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/