Re: [PATCH v2 2/3] mmc: core: add random fault injection

2011-07-20 Thread Per Forlin
Hi James, On 20 July 2011 02:04, J Freyensee wrote: > On 07/19/2011 02:31 PM, Per Forlin wrote: >> >> This adds support to inject data errors after a completed host transfer. >> The mmc core will return error even though the host transfer is >> successful. >> This simple fault injection proved to

Re: [PATCH v2 2/3] mmc: core: add random fault injection

2011-07-19 Thread J Freyensee
On 07/19/2011 02:31 PM, Per Forlin wrote: This adds support to inject data errors after a completed host transfer. The mmc core will return error even though the host transfer is successful. This simple fault injection proved to be very useful to test the non-blocking error handling in the mmc_bl

[PATCH v2 2/3] mmc: core: add random fault injection

2011-07-19 Thread Per Forlin
This adds support to inject data errors after a completed host transfer. The mmc core will return error even though the host transfer is successful. This simple fault injection proved to be very useful to test the non-blocking error handling in the mmc_blk_issue_rw_rq(). Random faults can also test