From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by ozlabs.org (Postfix) with ESMTP id 4B5E62C0084 for ; Wed, 4 Jul 2012 06:41:22 +1000 (EST) Date: Tue, 3 Jul 2012 13:41:20 -0700 From: Andrew Morton To: Akinobu Mita Subject: Re: [PATCH -v5 0/6] notifier error injection Message-Id: <20120703134120.dc89c7ae.akpm@linux-foundation.org> In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com> References: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Dave Jones , Greg KH , linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , linux-mm@kvack.org, Paul Mackerras , Pavel Machek , =?ISO-8859-1?Q?Am=E9rico?= Wang , linux-pm@lists.linux-foundation.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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/?