[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.2.0-32.51 --- linux (3.2.0-32.51) precise-proposed; urgency=low [Luis Henriques] * Release Tracking Bug - LP: #1056036 [ Keng-Yu Lin ] * SAUCE: Intel xhci: Only switch the switchable ports - LP: #1034814 [ Kyle Fazzari

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-29 Thread mcuelenaere
Verified working. mcuelenaere@hp4530s:~$ uname -a Linux hp4530s 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux mcuelenaere@hp4530s:~$ tail -n 15 /var/log/syslog Sep 29 11:58:13 hp4530s bluetoothd[946]: Endpoint unregistered: sender=:1.33

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-28 Thread Luis Henriques
This bug is awaiting verification that the kernel for Precise in -proposed solves the problem (3.2.0-32.51). Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-precise' to 'verification-done-precise'. If verification is not

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-ti-omap4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote To

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread Luis Henriques
Thank you for your report. The commit you refer to is applied already to the Precise kernel since 3.2.0-25.40. Unfortunately, it looks like the backport of this commit is incorrect and this is probably causing the issue you're hitting. I've reverted this commit, re-applied it and uploaded a

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread mcuelenaere
Yes, this kernel fixes the issue, thanks. Sep 11 13:27:07 hp4530s kernel: [ 121.758537] wiimote 0005:057E:0306.0006: hidraw3: BLUETOOTH HID v3a.1c Gamepad [Nintendo RVL-CNT-01] on 00:15:83:C7:39:BC Sep 11 13:27:07 hp4530s kernel: [ 121.758609] input: Nintendo Wii Remote Accelerometer as

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread mcuelenaere
Probably unrelated to this bug: it crashes when unplugging the USB bluetooth adapter (couldn't get a stack trace). I'll try to reproduce. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title:

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread mcuelenaere
This could be an upstream issue, had similar problems when testing the above mentioned 3.4 kernel. Method of reproducing: * plug USB bluetooth stick * pair wiimote * unplug USB bluetooth stick * replug USB bluetooth stick The actual problem (getting wiimote to work) is fixed though. Sep 11

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread Luis Henriques
Thank you for testing. This new issue seems to be unrelated with the initial problem. It looks like the driver fails to cleanly unregister when the BT is unplugged and then it isn't able to reattach. This new issue may also not be related with the wiimote driver itself, but with the BT stack.

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread Luis Henriques
** Changed in: linux (Ubuntu) Status: Confirmed = In Progress ** Changed in: linux (Ubuntu) Assignee: (unassigned) = Luis Henriques (henrix) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-11 Thread Tim Gardner
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Quantal) Importance: Medium Assignee: Luis Henriques (henrix) Status: In Progress ** Changed in: linux (Ubuntu Precise) Status: New = Fix Committed ** Changed

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote To manage notifications about this bug go to:

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote To

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
This might be the fix: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
This doesn't make sense, the backtrace clearly states it visited power_supply_powers(), but it seems there's no trace of that function in the source? apt-get source linux-image-`uname -r` grep -R power_supply_powers linux-3.2.0/ yields nothing. Am I missing something? -- You received this bug

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
Using the kernel from http://kernel.ubuntu.com/~kernel- ppa/mainline/v3.4-precise/ this works fine, so I presume 217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
** Tags added: kernel-fixed-upstream-v3.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote To manage notifications

[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Tags added: needs-upstream-testing ** Tags removed: needs-upstream-testing ** Tags added: needs-bisect -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.