[PATCH v3 00/11] mtd: mtd_nandecctest: add more tests

Akinobu Mita akinobu.mita at gmail.com
Mon Sep 3 08:59:55 EDT 2012


This patch series adds several tests cases to mtd_nandecctest module
and includes several minor changes.

Changelog
* v3
- remove unnecessary include
- split into still smaller patches

* v2
- split one patch into smaller patches

Akinobu Mita (11):
  mtd: mtd_nandecctest: remove unnecessary srandom32() call
  mtd: mtd_nandecctest: make module_init() return an error code if test
    fails
  mtd: mtd_nandecctest: remove unnecessary include
  mtd: mtd_nandecctest: make module_init() return appropriate errno
  mtd: mtd_nandecctest: improve message output
  mtd: mtd_nandecctest: ensure alignment requirement for bitops
  mtd: mtd_nandecctest: generalize injecting bit errors function for
    ecc code
  mtd: mtd_nandecctest: rewrite the test routine
  mtd: mtd_nandecctest: add no corruption test
  mtd: mtd_nandecctest: add single bit error correction test
  mtd: mtd_nandecctest: add double bit error detection tests

 drivers/mtd/tests/mtd_nandecctest.c | 280 +++++++++++++++++++++++++++++++-----
 1 file changed, 247 insertions(+), 33 deletions(-)

Cc: David Woodhouse <dwmw2 at infradead.org>
Cc: linux-mtd at lists.infradead.org
Cc: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
-- 
1.7.11.4




More information about the linux-mtd mailing list