From: Akinobu Mita <akinobu.mita@gmail.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Cc: Akinobu Mita <akinobu.mita@gmail.com>,
Dmitry Vyukov <dvyukov@google.com>
Subject: [PATCH -mm 0/5] fault-inject: improve fail-nth interface
Date: Thu, 6 Apr 2017 23:55:56 +0900 [thread overview]
Message-ID: <1491490561-10485-1-git-send-email-akinobu.mita@gmail.com> (raw)
This series tries to improve fail-nth interface which was added to -mm
tree recently.
Akinobu Mita (5):
fault-inject: automatically detect the number base for fail-nth write
interface
fault-inject: parse as natural 1-based value for fail-nth write
interface
fault-inject: make fail-nth read/write interface symmetric
fault-inject: simplify access check for fail-nth
fault-inject: add /proc/<pid>/fail-nth
Documentation/fault-injection/fault-injection.txt | 21 ++++++------
fs/proc/base.c | 40 +++++++++--------------
include/linux/sched.h | 2 +-
3 files changed, 28 insertions(+), 35 deletions(-)
Cc: Dmitry Vyukov <dvyukov@google.com>
--
2.7.4
next reply other threads:[~2017-04-06 14:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 14:55 Akinobu Mita [this message]
2017-04-06 14:55 ` [PATCH -mm 1/5] fault-inject: automatically detect the number base for fail-nth write interface Akinobu Mita
2017-04-06 14:55 ` [PATCH -mm 2/5] fault-inject: parse as natural 1-based value " Akinobu Mita
2017-04-06 14:55 ` [PATCH -mm 3/5] fault-inject: make fail-nth read/write interface symmetric Akinobu Mita
2017-04-07 20:37 ` Dmitry Vyukov
2017-07-12 20:49 ` Andrew Morton
2017-07-13 16:17 ` Akinobu Mita
2017-04-06 14:56 ` [PATCH -mm 4/5] fault-inject: simplify access check for fail-nth Akinobu Mita
2017-04-07 20:23 ` Dmitry Vyukov
2017-04-07 20:45 ` Dmitry Vyukov
2017-04-08 8:25 ` Akinobu Mita
2017-04-08 17:35 ` Dmitry Vyukov
2017-04-06 14:56 ` [PATCH -mm 5/5] fault-inject: add /proc/<pid>/fail-nth 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=1491490561-10485-1-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=dvyukov@google.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).