linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm 0/5] fault-inject: improve fail-nth interface
@ 2017-04-06 14:55 Akinobu Mita
  2017-04-06 14:55 ` [PATCH -mm 1/5] fault-inject: automatically detect the number base for fail-nth write interface Akinobu Mita
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Akinobu Mita @ 2017-04-06 14:55 UTC (permalink / raw)
  To: akpm, linux-kernel; +Cc: Akinobu Mita, Dmitry Vyukov

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-07-13 16:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 14:55 [PATCH -mm 0/5] fault-inject: improve fail-nth interface Akinobu Mita
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

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).