]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: usbtest: add a timeout for scatter-gather tests
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 3 Jun 2014 15:11:34 +0000 (11:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 00:05:50 +0000 (17:05 -0700)
commit32b36eeae6a859670d2939a7d6136cb5e9ed64f8
tree59a11c03171be8b514a7325f4fb971979a396014
parentb0a50e92bda3c4aeb8017d4e6c6e92146ebd5c9b
USB: usbtest: add a timeout for scatter-gather tests

In usbtest, tests 5 - 8 use the scatter-gather library in usbcore
without any sort of timeout.  If there's a problem in the gadget or
host controller being tested, the test can hang.

This patch adds a 10-second timeout to the tests, so that they will
fail gracefully with an ETIMEDOUT error instead of hanging.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-by: Huang Rui <ray.huang@amd.com>
Tested-by: Huang Rui <ray.huang@amd.com>
CC: <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usbtest.c