Bug 6131
Summary: | serial_core oops (panic) in uart_write after device removal | ||
---|---|---|---|
Product: | Drivers | Reporter: | Karol Kozimor (sziwan) |
Component: | Other | Assignee: | drivers_other |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | high | CC: | akpm, bunk, marcel |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.16-rc4 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Karol Kozimor
2006-02-25 17:06:38 UTC
hci_uart does not deal with the port being hung up, which is what happens when you eject the card. You need to report this to the bluetooth folk; they're not part of this bugzilla. So I suspected, thanks for the clarification. The reason I'm reporting this here, however, is that the panic occurs in serial_core -- it might be legitimate to oops here, but I think a BUG_ON *before* the spinlock is taken and interrupts are masked would be much more user-friendly. I've made this suggestion on lkml. It seems that Andrew Morton doesn't agree. Anyway, I'll reassign this to Drivers/Other since we don't have a bluetooth category - and this terminates my involvement with processing this bug. Should folk require further advice on talking to serial_core, please don't hesitate to contact me. Thanks. Karol, is this bug still present in 2.6.20-rc7? Please reopen this bug if it's still present with kernel 2.6.20. |