From: Mikael Pettersson <[EMAIL PROTECTED]>
Date: Thu, 8 Nov 2007 11:00:51 +0100 (MET)

> Booting 2.6.24-rc2 on my Ultra5 results in:
 ...
> sysctl table check failed: /kernel/scons-poweroff .1.64 procname does not 
> match binary path procname
> Call Trace:
>  [000000000046bb88] sysctl_check_table+0x650/0x690
>  [000000000046bb9c] sysctl_check_table+0x664/0x690
>  [00000000006afe80] sysctl_init+0x20/0x28
>  [00000000006a8200] kernel_init+0xf0/0x270
>  [0000000000427344] kernel_thread+0x38/0x48
>  [00000000005e2954] rest_init+0x18/0x58

Thanks for the report, I'll fix it like this:

commit 6afd943d0374b77af902578cd501d0ba02162e18
Author: David S. Miller <[EMAIL PROTECTED]>
Date:   Mon Nov 19 21:35:42 2007 -0800

    [SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.
    
    Based upon a report by Mikael Pettersson.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c
index 4abc6d2..603e727 100644
--- a/kernel/sysctl_check.c
+++ b/kernel/sysctl_check.c
@@ -96,7 +96,7 @@ static struct trans_ctl_table trans_kern_table[] = {
 
        { KERN_PTY,                     "pty",          trans_pty_table },
        { KERN_NGROUPS_MAX,             "ngroups_max" },
-       { KERN_SPARC_SCONS_PWROFF,      "scons_poweroff" },
+       { KERN_SPARC_SCONS_PWROFF,      "scons-poweroff" },
        { KERN_HZ_TIMER,                "hz_timer" },
        { KERN_UNKNOWN_NMI_PANIC,       "unknown_nmi_panic" },
        { KERN_BOOTLOADER_TYPE,         "bootloader_type" },
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to