LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: Kernel oops with bluetooth usb dongle
@ 2008-02-26  0:03 Quel Qun
  2008-02-26  3:13 ` Marcel Holtmann
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Quel Qun @ 2008-02-26  0:03 UTC (permalink / raw)
  To: Thomas Gleixner, David Woodhouse
  Cc: Dave Young, Marcel Holtmann, LKML, Jiri Kosina, Ingo Molnar

 -------------- Original message ----------------------
From: Thomas Gleixner <tglx@linutronix.de>
> 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 <btaddr> and hcitool info <btaddr> 
commands work.

hcitool cc <btaddr>, sdptool <btaddr>, rfcomm connect command fail, most of them 
with a 'Connection reset by peer' error.

# rpm -q bluez-utils
bluez-utils-3.27-1mdv2008.1

Thank you,
--
Eric

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [PATCH] bluetooth: delete timer in l2cap_conn_del()
@ 2008-02-27 20:21 Quel Qun
  2008-02-27 20:31 ` Thomas Gleixner
  0 siblings, 1 reply; 14+ messages in thread
From: Quel Qun @ 2008-02-27 20:21 UTC (permalink / raw)
  To: David Miller, marcel
  Cc: tglx, dwmw2, hidave.darkstar, linux-kernel, jkosina, mingo


 -------------- Original message ----------------------
From: David Miller <davem@davemloft.net>
> From: Marcel Holtmann <marcel@holtmann.org>
> Date: Wed, 27 Feb 2008 10:55:07 +0100
> 
> > Hi Dave,
> > 
> > > From: Thomas Gleixner <tglx@linutronix.de>
> > > Date: Tue, 26 Feb 2008 09:28:13 +0100 (CET)
> > >
> > >> Delete a possibly armed timer before kfree'ing the connection object.
> > >>
> > >> Solves: http://lkml.org/lkml/2008/2/15/514
> > >>
> > >> Reported-by:Quel Qun <kelk1@comcast.net>
> > >> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> > >
> > > I'll apply this, thanks Thomas.
> > 
> > can you please wait for a confirmation from Quel that this fixes it.  
> > My ACK is based on that he confirms that it fixes it for sure.
> 
> It doesn't hurt to toss this to Linus now, if it's bogus we
> have tons of time to revert it.

As I said, it prevents the crash, but does not 'fix' my problem, in that I still cannot use the dongle.
--
kk1

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [PATCH] bluetooth: delete timer in l2cap_conn_del()
@ 2008-02-28  1:17 Quel Qun
  0 siblings, 0 replies; 14+ messages in thread
From: Quel Qun @ 2008-02-28  1:17 UTC (permalink / raw)
  To: David Miller, marcel
  Cc: tglx, dwmw2, hidave.darkstar, linux-kernel, jkosina, mingo

 -------------- Original message ----------------------
From: David Miller <davem@davemloft.net>
> 
> Marcel/Dave, can you or someone else followup with
> the bug reporter to get their dongle working now that
> the OOPS problem is fixed?
> 
> Let's not lose track of this bug, thanks.

I entered #10126

http://bugzilla.kernel.org/show_bug.cgi?id=10126

Thank you,
--
kk1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-02-28  1:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-26  0:03 Kernel oops with bluetooth usb dongle Quel Qun
2008-02-26  3:13 ` Marcel Holtmann
2008-02-26  8:28 ` [PATCH] bluetooth: delete timer in l2cap_conn_del() Thomas Gleixner
2008-02-26 19:38   ` Marcel Holtmann
2008-02-27  1:43   ` David Miller
2008-02-27  9:55     ` Marcel Holtmann
2008-02-27 12:20       ` Thomas Gleixner
2008-02-27 19:07       ` David Miller
2008-02-27 22:08         ` David Miller
2008-02-28  1:03 ` Kernel oops with bluetooth usb dongle Dave Young
2008-02-28  1:37   ` Dave Young
2008-02-27 20:21 [PATCH] bluetooth: delete timer in l2cap_conn_del() Quel Qun
2008-02-27 20:31 ` Thomas Gleixner
2008-02-28  1:17 Quel Qun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).