All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "Michael Ellerman" <michael@ellerman.id.au>,
	"Greg KH" <greg@kroah.com>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	"Paul Mackerras" <paulus@samba.org>,
	"Américo Wang" <xiyou.wangcong@gmail.com>,
	linux-pm@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH -v5 0/6] notifier error injection
Date: Tue, 3 Jul 2012 13:41:20 -0700	[thread overview]
Message-ID: <20120703134120.dc89c7ae.akpm@linux-foundation.org> (raw)
In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com>

On Sat, 30 Jun 2012 14:59:24 +0900
Akinobu Mita <akinobu.mita@gmail.com> 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/?

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "Dave Jones" <davej@redhat.com>, "Greg KH" <greg@kroah.com>,
	linux-kernel@vger.kernel.org, "Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-mm@kvack.org, "Paul Mackerras" <paulus@samba.org>,
	"Pavel Machek" <pavel@ucw.cz>,
	"Américo Wang" <xiyou.wangcong@gmail.com>,
	linux-pm@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH -v5 0/6] notifier error injection
Date: Tue, 3 Jul 2012 13:41:20 -0700	[thread overview]
Message-ID: <20120703134120.dc89c7ae.akpm@linux-foundation.org> (raw)
In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com>

On Sat, 30 Jun 2012 14:59:24 +0900
Akinobu Mita <akinobu.mita@gmail.com> 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/?

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Akinobu Mita <akinobu.mita@gmail.com>
Cc: linux-kernel@vger.kernel.org, "Pavel Machek" <pavel@ucw.cz>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-pm@lists.linux-foundation.org, "Greg KH" <greg@kroah.com>,
	linux-mm@kvack.org,
	"Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
	"Paul Mackerras" <paulus@samba.org>,
	linuxppc-dev@lists.ozlabs.org,
	"Américo Wang" <xiyou.wangcong@gmail.com>,
	"Michael Ellerman" <michael@ellerman.id.au>,
	"Dave Jones" <davej@redhat.com>
Subject: Re: [PATCH -v5 0/6] notifier error injection
Date: Tue, 3 Jul 2012 13:41:20 -0700	[thread overview]
Message-ID: <20120703134120.dc89c7ae.akpm@linux-foundation.org> (raw)
In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com>

On Sat, 30 Jun 2012 14:59:24 +0900
Akinobu Mita <akinobu.mita@gmail.com> 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/?

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Akinobu Mita <akinobu.mita@gmail.com>
Cc: linux-kernel@vger.kernel.org, "Pavel Machek" <pavel@ucw.cz>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-pm@lists.linux-foundation.org, "Greg KH" <greg@kroah.com>,
	linux-mm@kvack.org,
	"Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
	"Paul Mackerras" <paulus@samba.org>,
	linuxppc-dev@lists.ozlabs.org,
	"Américo Wang" <xiyou.wangcong@gmail.com>,
	"Michael Ellerman" <michael@ellerman.id.au>,
	"Dave Jones" <davej@redhat.com>
Subject: Re: [PATCH -v5 0/6] notifier error injection
Date: Tue, 3 Jul 2012 13:41:20 -0700	[thread overview]
Message-ID: <20120703134120.dc89c7ae.akpm@linux-foundation.org> (raw)
In-Reply-To: <1341035970-20490-1-git-send-email-akinobu.mita@gmail.com>

On Sat, 30 Jun 2012 14:59:24 +0900
Akinobu Mita <akinobu.mita@gmail.com> 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/?

  parent reply	other threads:[~2012-07-03 20:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-30  5:59 [PATCH -v5 0/6] notifier error injection Akinobu Mita
2012-06-30  5:59 ` Akinobu Mita
2012-06-30  5:59 ` Akinobu Mita
2012-06-30  5:59 ` Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 1/6] fault-injection: " Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 2/6] cpu: rewrite cpu-notifier-error-inject module Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 3/6] PM: PM notifier error injection module Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 4/6] memory: memory " Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 5/6] powerpc: pSeries reconfig " Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59 ` [PATCH -v5 6/6] fault-injection: add selftests for cpu and memory hotplug Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-06-30  5:59   ` Akinobu Mita
2012-07-03 20:41 ` Andrew Morton [this message]
2012-07-03 20:41   ` [PATCH -v5 0/6] notifier error injection Andrew Morton
2012-07-03 20:41   ` Andrew Morton
2012-07-03 20:41   ` Andrew Morton
2012-07-04 10:07   ` Akinobu Mita
2012-07-04 10:07     ` Akinobu Mita
2012-07-04 10:07     ` Akinobu Mita
2012-07-04 10:07     ` Akinobu Mita

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120703134120.dc89c7ae.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=akinobu.mita@gmail.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michael@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=xiyou.wangcong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.