From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH -v5 0/6] notifier error injection Date: Tue, 3 Jul 2012 13:41:20 -0700 Message-ID: <20120703134120.dc89c7ae.akpm@linux-foundation.org> References: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Akinobu Mita Cc: Michael Ellerman , Greg KH , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Mackerras , =?ISO-8859-1?Q?Am=E9rico?= Wang , linux-pm@lists.linux-foundation.org, linuxppc-dev@lists.ozlabs.org List-Id: linux-pm@vger.kernel.org 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/?