diff options
author | ZhaoLong Wang <wangzhaolong1@huawei.com> | 2023-12-26 02:01:11 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-01-06 23:41:40 +0100 |
commit | 7cd8d1f8475d83c8871917430a2daf362c68e742 (patch) | |
tree | b27963949e320354528562eaae0b260e71763dd8 /drivers/mtd/ubi/wl.h | |
parent | ubi: Split io_failures into write_failure and erase_failure (diff) | |
download | linux-7cd8d1f8475d83c8871917430a2daf362c68e742.tar.xz linux-7cd8d1f8475d83c8871917430a2daf362c68e742.zip |
ubi: Add six fault injection type for testing
This commit adds six fault injection type for testing to cover the
abnormal path of the UBI driver.
Inject the following faults when the UBI reads the LEB:
+----------------------------+-----------------------------------+
| Interface name | emulate behavior |
+----------------------------+-----------------------------------+
| emulate_eccerr | ECC error |
+----------------------------+-----------------------------------+
| emulate_read_failure | read failure |
|----------------------------+-----------------------------------+
| emulate_io_ff | read content as all FF |
|----------------------------+-----------------------------------+
| emulate_io_ff_bitflips | content FF with MTD err reported |
+----------------------------+-----------------------------------+
| emulate_bad_hdr | bad leb header |
|----------------------------+-----------------------------------+
| emulate_bad_hdr_ebadmsg | bad header with ECC err |
+----------------------------+-----------------------------------+
Signed-off-by: ZhaoLong Wang <wangzhaolong1@huawei.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi/wl.h')
0 files changed, 0 insertions, 0 deletions