Re: [PATCH -v5 0/6] notifier error injection

2012-07-04 Thread Akinobu Mita
2012/7/4 Andrew Morton : > On Sat, 30 Jun 2012 14:59:24 +0900 > Akinobu Mita wrote: > >> This provides kernel modules that can be used to test the error handling >> of notifier call chain failures by injecting artifical errors to the >> following notifier chain callbacks. > > No updates to Documen

Re: [PATCH -v5 0/6] notifier error injection

2012-07-03 Thread Andrew Morton
On Sat, 30 Jun 2012 14:59:24 +0900 Akinobu Mita wrote: > This provides kernel modules that can be used to test the error handling > of notifier call chain failures by injecting artifical errors to the > following notifier chain callbacks. No updates to Documentation/fault-injection/? ___

[PATCH -v5 0/6] notifier error injection

2012-06-30 Thread Akinobu Mita
This provides kernel modules that can be used to test the error handling of notifier call chain failures by injecting artifical errors to the following notifier chain callbacks. * CPU notifier * PM notifier * memory hotplug notifier * powerpc pSeries reconfig notifier Example: Inject CPU offl