The patch titled Subject: fault-inject-support-systematic-fault-injection-fix has been removed from the -mm tree. Its filename was fault-inject-support-systematic-fault-injection-fix.patch This patch was dropped because it was folded into fault-inject-support-systematic-fault-injection.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fault-inject-support-systematic-fault-injection-fix fix build Cc: Akinobu Mita <akinobu.mita@xxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/base.c~fault-inject-support-systematic-fault-injection-fix fs/proc/base.c --- a/fs/proc/base.c~fault-inject-support-systematic-fault-injection-fix +++ a/fs/proc/base.c @@ -1374,7 +1374,7 @@ static ssize_t proc_fail_nth_write(struc if (n < 0 || n == INT_MAX) return -EINVAL; current->fail_nth = n + 1; - return len; + return count; } static ssize_t proc_fail_nth_read(struct file *file, char __user *buf, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fault-inject-support-systematic-fault-injection.patch powerpc-64s-implement-arch-specific-hardlockup-watchdog-checkpatch-fixes.patch mm-tree-wide-replace-__gfp_repeat-by-__gfp_retry_mayfail-with-more-useful-semantic-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html