|
Bugzilla – Full Text Bug Listing |
| Summary: | WARNING: at drivers/usb/serial/usb-serial.c:311 serial_write+0x6a/0x89 [usbserial]() | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Felix Möller <felix> |
| Component: | Kernel | Assignee: | E-mail List <kernel-maintainers> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jreuter |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Felix Möller
2008-11-11 23:20:37 UTC
maybe this is bug #423496 I suspect gpsd is partly to blame here. I'll take a look at gpsd, this apparently happens when a user space process closes the port with data still due to be written (kernel-maintainers, is that correct?) and I'm curious why gpsd is closing the port at all (in one case I know why. It segfaulted. Ouch.) These warnings are harmless and can be ignored. A check was added to the kernel to test for this kind of problem, and it turns out it is quite common. It has been resolved in future kernel releases (2.6.28), but is too intrusive to be backported to 2.6.27. So this can be safely ignored. |