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

2011-07-27 Thread Per Forlin
On 27 July 2011 18:08, Akinobu Mita wrote: > 2011/7/27 Per Forlin : > >> There is an issue with patch v4 now when fault_attr is per-host. >> Without your patch the entry is still created at the root but there >> are many instances of fault-attr. I think it's better to wait for your >> patch to mak

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

2011-07-27 Thread Akinobu Mita
2011/7/27 Per Forlin : > There is an issue with patch v4 now when fault_attr is per-host. > Without your patch the entry is still created at the root but there > are many instances of fault-attr. I think it's better to wait for your > patch to make it into the mmc-next tree before submitting my pa

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

2011-07-27 Thread Per Forlin
On 27 July 2011 01:17, Akinobu Mita wrote: > 2011/7/27 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-

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

2011-07-26 Thread Akinobu Mita
2011/7/27 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