On Wed, 2004-10-27 at 01:02, Douglas Gilbert wrote:
> I have been seeing an oops (or badness) since about the lk 2.5
> series if I left my USB Sandisk CF (ImageMate) plug in with a
> mounted file system open when I halted the machine. As the logs
> had already been closed down there was nothing captured.

Yes, that's known and expected.  The devices have a complete state
transition model.  Some of the states (like deleted->cancel) are
explicitly forbidden (once a device is deleted, we actually don't allow
it to do anything other than die).  The attempts at bogus transitions
usually show up in error handling for a dead device.

The badness is simply a stack trace caused by a WARN_ON(1) in the code
that forbids the transition.  However, for the time being I'd like to
keep it in to help us debug problems which result in an oops later.

As long as you only get "badness" messages and no oops, everything is
actually fine.

James




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to