On Thu, 2014-03-20 at 14:19 -0700, Grant Grundler wrote: > On Thu, Mar 20, 2014 at 9:35 AM, Grant Grundler <grundler@xxxxxxxxxx> wrote: > > On Thu, Mar 20, 2014 at 12:15 AM, Oliver Neukum <oneukum@xxxxxxx> wrote: > > ... > >> I have an idea. Could you test this patch? > > ... > >> - if (dev->wait) { > > .. > >> + if (waitqueue_active(&dev->wait)) { > > > > Yes - building new image now (and transfer to USB and boot from USB). > > Should know in an hour or so (doing other things in parallel). > > Sorry...took a bit longer since my previous test method (bash > /tmp/reload_asix) was abusing a security exploit that is now > fixed...so had to move my script into a RO executable file system: > > for i in `seq 10000`; do echo -n "RELOAD $i " ; ssh $T > "/bin/reload_asix eth0 1000_full" ; J=$? ; if [ $J -eq 255 ] ; then > echo; " SSH timeout" ; break ; fi ; ssh $T "cat > /var/log/reload-asix.out" ; if [ $J -ne 0 ] ; then echo " ERROR $J" ; > fi ; sleep 3 ; done | tee ~/reload-AX88178-leon-192.168.1.100-06.out > > This is running now and things look happy so far. :) This will take > more than 30h to complete. Very well. Thorough testing is good. I'll wait for the result. Could you notify me of the final outcome? And, Julius, I owe you an apology. The check is necessary. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html