linux/drivers/mtd/tests
Richard Weinberger 2a6a28e792 mtd: Make MTD tests cancelable
I always go nuts when I start an MTD test on a slow device and have to
wait forever until it finishes. From the debug output I already know
what the issue is but I have to wait or reset the board hard. Resetting
is often not an option (remote access, you don't want lose the current
state, etc...).

The solution is easy, check for pending signals at key positions in the
code. Using that one can even stop a test by pressing CTRL-C as
insmod/modprobe have SIGINT pending.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2015-04-05 18:12:53 -07:00
..
Makefile mtd: tests: rename sources in order to link a helper object 2013-08-30 21:34:06 +01:00
mtd_nandecctest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
mtd_test.c mtd: tests: fix integer overflow issues 2014-08-19 11:53:08 -07:00
mtd_test.h mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
nandbiterrs.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
oobtest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
pagetest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
readtest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
speedtest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
stresstest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
subpagetest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00
torturetest.c mtd: Make MTD tests cancelable 2015-04-05 18:12:53 -07:00