]> git.baikalelectronics.ru Git - kernel.git/commit
sysrq: Allow magic SysRq key functions to be disabled through Kconfig
authorBen Hutchings <ben@decadent.org.uk>
Mon, 7 Oct 2013 00:05:46 +0000 (01:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 20:01:44 +0000 (13:01 -0700)
commit0a1fe9b1b23d7e3a224d6375c3a1d1e9c6d29348
tree094c592c127142c4f01766fb82e3a7973c87ca1c
parentbb1148436af4ce4363eca6683038b5eb8ad469b4
sysrq: Allow magic SysRq key functions to be disabled through Kconfig

Turn the initial value of sysctl kernel.sysrq (SYSRQ_DEFAULT_ENABLE)
into a Kconfig variable.

Original version by Bastian Blank <waldi@debian.org>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/sysrq.txt
drivers/tty/sysrq.c
include/linux/sysrq.h
kernel/sysctl.c
lib/Kconfig.debug