Re: [PATCH] Configurable Magic Sysrq

From: Jan Kara
Date: Fri Oct 29 2004 - 05:20:20 EST


> Jan Kara <jack@xxxxxxx> wrote:
> >
> > I know about a few people who would like to use some functionality of
> > the Magic Sysrq but don't want to enable all the functions it provides.
>
> That's a new one. Can you tell us more about why people want to do such a
> thing?
For example in a computer lab at the university the admin don't want
to allow users to Umount/Kill (mainly to make it harder for users to
screw up the computer) but wants to allow SAK/Unraw.
Another (actually not so legitimate ;) example is that in e.g. SUSE
kernels sysrq is turned off by default (some people are afraid that it
could be a security issue) so most users have it turned off and hence
when the computer deadlocks, there's no debugging output. When you could
allow only debugging outputs then the fear about security would be much
smaller.
So in general it's mainly to make life a bit easier to
admins/developpers...

> > So I wrote a patch which should allow them to do so. It allows to
> > configure available functions of Sysrq via /proc/sys/kernel/sysrq (the
> > interface is backward compatible). If you think it's useful then use it :)
> > Andrew, do you think it can go into mainline or it's just an overdesign?
>
> Patch looks reasonable - we just need to decide whether the requirement
> warrants its inclusion.
>
> There have been a few changes in the sysrq code since 2.6.9 and there are
> more changes queued up in -mm. The patch applies OK, but it'll need
> checking and redoing. There's a new `sysrq-f' command in the pipeline
> which causes a manual oom-killer call.
OK, I'll rediff it againts latest -mm if we agree that inclusion
would be useful.

Honza
--
Jan Kara <jack@xxxxxxx>
SuSE CR Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/