Re: [PATCH --mmotm v8 2/3] mmc: core: add random fault injection

2011-08-19 Thread Per Forlin
On 19 August 2011 13:40, Linus Walleij wrote: > On Tue, Aug 9, 2011 at 2:07 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 b

Re: [PATCH --mmotm v8 2/3] mmc: core: add random fault injection

2011-08-19 Thread Linus Walleij
On Tue, Aug 9, 2011 at 2:07 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 handli

[PATCH --mmotm v8 2/3] mmc: core: add random fault injection

2011-08-09 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