Re: sysrq_enabled MIA: drivers/char/keyboard.c (was Re: 2.3.21 fails

Thomas Molina (tmolina@home.com)
Tue, 12 Oct 1999 20:40:38 -0500 (CDT)


I tested the fix and it works for me. I agree (for what it's worth)
sysrq.c is the right place.

On Tue, 12 Oct 1999, Andrea Arcangeli wrote:

> Agreed. (untested)
>
> --- 2.3.21/drivers/char/sysrq.c.~1~ Tue Sep 14 14:32:50 1999
> +++ 2.3.21/drivers/char/sysrq.c Tue Oct 12 22:56:53 1999
> @@ -33,6 +33,8 @@
> extern int console_loglevel;
> extern struct vfsmount *vfsmntlist;
>
> +int sysrq_enabled = 1;
> +
> /* Send a signal to all user processes */
>
> static void send_sig_all(int sig, int even_init)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/