2009-08-08 08:22:09

by Gustavo Padovan

[permalink] [raw]
Subject: [BUG] kernel panic with bluetooth-testing

Hi Marcel,

This commit is broken, but I don' t know why ;-). It's causing a
kernel panic on my machine.
The case is: I run a l2test server and a l2test client to transfers
some data and the I try to reload l2cap. When reloading, the kernel
crashes.

commit f571be19e140443e25092638433aeec776688f50
Author: Marcel Holtmann <[email protected]>
Date: Thu Jul 30 06:04:52 2009 +0200

Bluetooth: Fix wrong device reference counting

Signed-off-by: Marcel Holtmann <[email protected]>


--
Gustavo F. Padovan
http://padovan.org


2009-08-08 15:33:37

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [BUG] kernel panic with bluetooth-testing

Hi Gustavo,

> This commit is broken, but I don' t know why ;-). It's causing a
> kernel panic on my machine.
> The case is: I run a l2test server and a l2test client to transfers
> some data and the I try to reload l2cap. When reloading, the kernel
> crashes.

I forgot to remove the extra connection reference counts. They break it
and crash the kernel. Pushed the fix now.

Regards

Marcel