The patch titled
     Dump stack during sysctl registration failure
has been removed from the -mm tree.  Its filename was
     dump-stack-during-sysctl-registration-failure.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Dump stack during sysctl registration failure
From: Alexey Dobriyan <[EMAIL PROTECTED]>

Let's make immediately obvious from where sysctl comes from and messages
itself more noticeable.

Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
Acked-by: "Eric W. Biederman" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 kernel/sysctl_check.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/sysctl_check.c~dump-stack-during-sysctl-registration-failure 
kernel/sysctl_check.c
--- a/kernel/sysctl_check.c~dump-stack-during-sysctl-registration-failure
+++ a/kernel/sysctl_check.c
@@ -1432,6 +1432,7 @@ static void set_fail(const char **fail, 
                printk(KERN_ERR "sysctl table check failed: ");
                sysctl_print_path(table);
                printk(" %s\n", *fail);
+               dump_stack();
        }
        *fail = str;
 }
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
fix-versus-precedence-in-various-places.patch
fix-versus-precedence-in-various-places-checkpatch-fixes.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to