All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Porting kernel MTD tests to user space
@ 2016-04-25 22:13 Richard Weinberger
  2016-04-25 22:13 ` [PATCH 1/8] mtd-utils: Fix return status in mtd_torture test function Richard Weinberger
                   ` (10 more replies)
  0 siblings, 11 replies; 29+ messages in thread
From: Richard Weinberger @ 2016-04-25 22:13 UTC (permalink / raw)
  To: linux-mtd; +Cc: david.oberhollenzer

David was so kind and did an initial port of Linux's MTD tests to user space.
He took most tests as-is and massaged them to work in user space using libmtd.
In the long run the goal is giving up the kernel tests as much as possible
and improve the tests present in mtd-utils.

Feedback is very welcome!

Thanks,
//richard

[PATCH 1/8] mtd-utils: Fix return status in mtd_torture test function
[PATCH 2/8] mtd-utils: Add multi-block erase function
[PATCH 3/8] mtd-utils: Add flash torture test utility
[PATCH 4/8] mtd-utils: Add flash stress test Utility
[PATCH 5/8] mtd-utils: Add flash speed test Utility
[PATCH 6/8] mtd-utils: Add nand flash bit errors test
[PATCH 7/8] mtd-utils: Add flash read test utility
[PATCH 8/8] mtd-utils: Add nand page test utility

 .gitignore                  |   6 +
 Makefile                    |   7 +-
 include/libmtd.h            |  14 ++
 lib/libmtd.c                |  28 ++-
 misc-utils/flash_readtest.c | 263 ++++++++++++++++++++
 misc-utils/flash_speed.c    | 463 +++++++++++++++++++++++++++++++++++
 misc-utils/flash_stress.c   | 276 +++++++++++++++++++++
 misc-utils/flash_torture.c  | 240 ++++++++++++++++++
 nand-utils/nandbiterrs.c    | 497 +++++++++++++++++++++++++++++++++++++
 nand-utils/nandpagetest.c   | 579 ++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 2362 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2016-07-13 22:06 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 22:13 [RFC] Porting kernel MTD tests to user space Richard Weinberger
2016-04-25 22:13 ` [PATCH 1/8] mtd-utils: Fix return status in mtd_torture test function Richard Weinberger
2016-04-26  7:57   ` Boris Brezillon
2016-07-13 17:30   ` Brian Norris
2016-07-13 21:59     ` Richard Weinberger
2016-07-13 22:06       ` Brian Norris
2016-04-25 22:13 ` [PATCH 2/8] mtd-utils: Add multi-block erase function Richard Weinberger
2016-04-26  8:04   ` Boris Brezillon
2016-04-27  9:21     ` David Oberhollenzer
2016-04-27  9:27       ` Boris Brezillon
2016-04-25 22:13 ` [PATCH 3/8] mtd-utils: Add flash torture test utility Richard Weinberger
2016-04-26  8:13   ` Boris Brezillon
2016-04-26 14:34   ` Ezequiel Garcia
2016-04-27  9:28     ` David Oberhollenzer
2016-04-25 22:13 ` [PATCH 4/8] mtd-utils: Add flash stress test Utility Richard Weinberger
2016-04-26  8:18   ` Boris Brezillon
2016-04-26  9:22     ` Richard Weinberger
2016-04-26  9:47       ` Boris Brezillon
2016-04-27 16:38         ` Brian Norris
2016-04-25 22:13 ` [PATCH 5/8] mtd-utils: Add flash speed " Richard Weinberger
2016-04-25 22:13 ` [PATCH 6/8] mtd-utils: Add nand flash bit errors test Richard Weinberger
2016-04-25 22:13 ` [PATCH 7/8] mtd-utils: Add flash read test utility Richard Weinberger
2016-04-25 22:13 ` [PATCH 8/8] mtd-utils: Add nand page " Richard Weinberger
2016-04-26  3:13 ` [RFC] Porting kernel MTD tests to user space Ezequiel Garcia
2016-04-26  7:00   ` Richard Weinberger
2016-04-27 16:32     ` Brian Norris
2016-04-26  5:17 ` Artem Bityutskiy
2016-04-26  6:58   ` Richard Weinberger
2016-04-26  7:45 ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.