Bug 71471
Summary: | Oops: NULL pointer dereference in mousedev | ||
---|---|---|---|
Product: | Drivers | Reporter: | Max Liebkies (mail) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | dmitry.torokhov |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.13.5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Kernel Oops message
/proc/modules lsusb -vvv /proc/modules |
Created attachment 127851 [details]
/proc/modules
Created attachment 127861 [details]
lsusb -vvv
Created attachment 127871 [details]
/proc/modules
|
Created attachment 127841 [details] Kernel Oops message Description: Upon booting the kernel I get an Oops message indicating a NULL pointer dereference within mousedev, see the attachment for the actual Oops message. When X comes up I do not get a mouse pointer. It returns about 30 seconds later with the following message (I suppose): [ 40.733010] input: failed to attach handler mousedev to device input7, error: -4 [ 40.733120] mousedev: PS/2 mouse device common for all mice I'm running Kernel 3.13.5-1-ARCH, i.e. the stock Arch Linux kernel. As far as I can tell it doesn't contain seperate patches for the input subsystem. As I've never reported a bug against the kernel I'm not sure what informations this bug report is missing. Please let me know! Cheers, Max