]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Add flash stress test utility
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 22 Aug 2016 14:08:34 +0000 (16:08 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:56 +0000 (11:36 +0100)
commit92a5d591906d88302bcecfce1d6b61c6a1675374
tree70fc9cf23ecf659fa007e81d05fc1b7f115d0811
parentf1d405ebe533d872c421b523aff371d215bf9118
mtd-utils: Add flash stress test utility

Basically a user space port of the mtd stress test kernel module.
In addition to the block offset and count module parameters, the
utility supports a block stride and can restore the block contents
after test.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
.gitignore
tests/mtd-tests/Makemodule.am
tests/mtd-tests/flash_stress.c [new file with mode: 0644]