Re: [PATCH] Fix use-after-free oops in Bluetooth HID.

2007-07-08 Thread Dmitry Torokhov
On Saturday 07 July 2007 14:58, David Woodhouse wrote: > When cleaning up HIDP sessions, we currently close the ACL connection > before deregistering the input device. Closing the ACL connection > schedules a workqueue to remove the associated objects from sysfs, but > the input device still refers

Re: [PATCH] Fix use-after-free oops in Bluetooth HID.

2007-07-07 Thread Linus Torvalds
On Sat, 7 Jul 2007, David Woodhouse wrote: > > When cleaning up HIDP sessions [...] Thanks. > Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> > Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> Btw, and totally unrelated to the patch itself.. I changed that second "Signed-off-by:" into an

[PATCH] Fix use-after-free oops in Bluetooth HID.

2007-07-07 Thread David Woodhouse
When cleaning up HIDP sessions, we currently close the ACL connection before deregistering the input device. Closing the ACL connection schedules a workqueue to remove the associated objects from sysfs, but the input device still refers to them -- and if the workqueue happens to run before the inpu

Re: [oops] in bluetooth

2007-05-31 Thread Chuck Ebbert
On 05/28/2007 05:38 AM, Andrew Ruthven wrote: > Just a follow-up to Marcel regarding Pavel's bluetooth oops. I've had > the same issue with both 2.6.21 and 2.6.21.2 (skipped .1). I'm able to > reproduce the oops. > > My scenario is connecting from a Treo650 via bluetooth to access the > Internet

[oops] in bluetooth

2007-05-28 Thread Andrew Ruthven
[Please Cc replies to me, I'll try and keep an eye on the acrhives, but no guarantees] Hi, Just a follow-up to Marcel regarding Pavel's bluetooth oops. I've had the same issue with both 2.6.21 and 2.6.21.2 (skipped .1). I'm able to reproduce the oops. My scenario is connecting from a Treo650 v

Re: [oops] in bluetooth

2007-05-18 Thread Pavel Machek
Hi! > > I played with rfcomm here -- I'm trying to emulate bluetooth gps using > > normal pc -- and got couple of oopses. > > > > [EMAIL PROTECTED]:~$ uname -a > > Linux amd 2.6.21 #421 SMP Fri Apr 27 15:06:54 CEST 2007 i686 GNU/Linux > > [EMAIL PROTECTED]:~$ > > > > can you try with 2.6.22-rc1

Re: [oops] in bluetooth

2007-05-18 Thread Marcel Holtmann
Hi Pavel, > I played with rfcomm here -- I'm trying to emulate bluetooth gps using > normal pc -- and got couple of oopses. > > [EMAIL PROTECTED]:~$ uname -a > Linux amd 2.6.21 #421 SMP Fri Apr 27 15:06:54 CEST 2007 i686 GNU/Linux > [EMAIL PROTECTED]:~$ > can you try with 2.6.22-rc1. I have see

[oops] in bluetooth

2007-05-18 Thread Pavel Machek
Hi! I played with rfcomm here -- I'm trying to emulate bluetooth gps using normal pc -- and got couple of oopses. [EMAIL PROTECTED]:~$ uname -a Linux amd 2.6.21 #421 SMP Fri Apr 27 15:06:54 CEST 2007 i686 GNU/Linux [EMAIL PROTECTED]:~$