Bug 5891
Summary: | Regressions!!!Can't boot if usb enabled: "general protection fault: 0000" | ||
---|---|---|---|
Product: | Drivers | Reporter: | Oleksij Rempel (fishor) (bug-track) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | stern |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.15-mm4 only. | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 | ||
Attachments: |
minicom capture
lspci |
Description
Oleksij Rempel (fishor)
2006-01-14 15:06:32 UTC
Created attachment 7026 [details]
minicom capture
Created attachment 7027 [details]
lspci
It's entirely possible that this is not a USB problem. I get the impression that the fault occurred at the line in driver_del() where platform_notify_remove() is called. You can try commenting out that call, and maybe sprinkling some printk statements throughout the region to see how if that really is the problem. Does this happen with 2.6.15 or 2.6.16-rc1? > 2.6.16-rc1 I don't know any thing about this kernel, is it already out? > 2.6.15 - 2.6.15-mm3 ? No. Only 2.6.15-mm4 Will be in a day or so. How about 2.6.15-git12? Latest git or 2.6.16-rc1 is working. Great, marking closed then. |