• Andrew Morton's avatar
    [PATCH] Make /proc/sysrq-trigger ignore sysrq_enabled · dd3871ec
    Andrew Morton authored
    It's silly that writing to /proc/sysrq-trigger does nothing if you haven't
    enabled /proc/sys/kernel/sysrq.  So provide a new __handle_sysrq() which
    ignores the sysrq_enabled check.
    
    The patch also withdraws __handle_sysrq_nolock() from the kernel API.  It had
    no callers.
    dd3871ec
proc_misc.c 18.7 KB