lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 27 Jul 2014 22:31:31 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	oneukum@...e.de
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] cdc_subset: deal with a device that needs reset for
 timeout

From: Oliver Neukum <oneukum@...e.de>
Date: Thu, 24 Jul 2014 13:59:34 +0200

> @@ -1218,6 +1218,8 @@ void usbnet_tx_timeout (struct net_device *net)
>  
>  	unlink_urbs (dev, &dev->txq);
>  	tasklet_schedule (&dev->bh);
> +	if (dev->driver_info->recover)
> +		(dev->driver_info->recover)(dev);
>  
>  	// FIXME: device recovery -- reset?
>  }

Well, since you're at least providing a way to handle this now, you can
remove this comment completely.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists