Bug 5537
Summary: | cdc-acm oopses when device is unplugged | ||
---|---|---|---|
Product: | Drivers | Reporter: | Thomas Nilsson (thomas) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | REJECTED UNREPRODUCIBLE | ||
Severity: | normal | CC: | bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.14 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 | ||
Attachments: | Fixes oops when removing cdc_acm module |
Description
Thomas Nilsson
2005-11-02 04:04:07 UTC
After recompiling with CONFIG_DEBUG_INFO and CONFIG_FRAME_POINTER i was unable to reproduce the above crash, another crash however occured when rmmod cdc_acm a friend pointed me a possible fix which seemed to fix my problems. Created attachment 6483 [details]
Fixes oops when removing cdc_acm module
(Note: patch from andersg@0x63.nu) I do not see how that patch fixes anything, as it does the same thing the original code does. What are you doing with this active connection? Are you running ppp or some other line dicipline over it? Try as I might, I just can't reproduce the crash. I'm slowly starting to believe that the problem never occured and I dreamt it all. I've tried numerous ways of reproducing the error (the error did occur on every reboot on that machine when I reported the issue (and did so aswell on the laptop)) but I give up. I'll give it one more go without the extra debugging enabled and see if I start getting crashes again. But I doubt I'll get anything useful out of it. Please reopen this bug if you are able to reproduce it. |