Re: [PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-09 Thread Akinobu Mita
2011/8/9 Per Forlin : > Do you think it would be possible to get only the export > fault-injection patch in 3.1? I know it's not a bugfix so I guess it > wont be accepted. No modules except mmc plan to use those symbols. So I think there is no reason to merge them separately. __

Re: [PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-09 Thread Akinobu Mita
2011/8/9 Per Forlin : > Patch #1 "fault-injection: export fault injection functions" is merged Maybe you are looking at wrong tree. I can't find it in Linus' tree or mmotm patches. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.l

Re: [PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-09 Thread Per Forlin
On 9 August 2011 11:24, Akinobu Mita wrote: > 2011/8/9 Per Forlin : > >> Patch #1 "fault-injection: export fault injection functions" is merged > > Maybe you are looking at wrong tree.  I can't find it in Linus' tree or > mmotm patches. > Thanks for double checking! I looked at the wrong tree. Wha

Re: [PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-09 Thread Akinobu Mita
All three patches look good. Acked-by: Akinobu Mita 2011/8/9 Per Forlin : > This patchset is sent to the mm-tree because it depends on Akinobu's patch > "fault-injection: add ability to export fault_attr in..." That patch has already been merged in mainline.

Re: [PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-09 Thread Per Forlin
On 9 August 2011 02:51, Akinobu Mita wrote: > All three patches look good. > Acked-by: Akinobu Mita > > 2011/8/9 Per Forlin : >> This patchset is sent to the mm-tree because it depends on Akinobu's patch >> "fault-injection: add ability to export fault_attr in..." > > That patch has already been

[PATCH --mmotm v5 0/3] Make fault injection available for MMC IO

2011-08-08 Thread Per Forlin
This patchset is sent to the mm-tree because it depends on Akinobu's patch "fault-injection: add ability to export fault_attr in..." change log: v2 - Resolve build issue in mmc core.c due to multiple init_module by removing the fault inject module. - Export fault injection functions to