Am Mittwoch, 6. Dezember 2006 05:08 schrieb Greg KH:
> >       4. Is the payoff too small?  Maybe it would be best to do
> >          nothing at all.
> 
> No, I'd like to have something as it's just too annoying when one device
> or driver hangs and takes the whole rest of the usb scanning down with
> it.  Any way to make this more robust is a good idea.

This is not a good idea. If enumerating a device fails, the user
is likely to replug. And you start another kernel thread, or, worse,
if it is a livelock, here goes your second CPU. A kernel bug is serious,
localising it is best. Introducing a task and memory leak is bad.

        Regards
                Oliver

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to