]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
kernel-config-rpm: set CONFIG_KDB_DEFAULT_ENABLE to 1 73/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 18 May 2016 08:30:42 +0000 (10:30 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 18 May 2016 08:30:42 +0000 (10:30 +0200)
It turns out kdb has a security mode which, if kdb_cmd_enabled == 0,
denies access to most of the commands, including inspect-only bt, ps
and alike.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
kernel-config-rpm.basic

index 8e46b7a0e82023a378aaca5b19329644ef936e01..195c6da119fd8a6c280c672817699d10d26f5797 100644 (file)
@@ -4184,7 +4184,7 @@ CONFIG_KGDB_TESTS=y
 # CONFIG_KGDB_TESTS_ON_BOOT is not set
 CONFIG_KGDB_LOW_LEVEL_TRAP=y
 CONFIG_KGDB_KDB=y
-CONFIG_KDB_DEFAULT_ENABLE=0x0
+CONFIG_KDB_DEFAULT_ENABLE=0x1
 CONFIG_KDB_KEYBOARD=y
 CONFIG_KDB_CONTINUE_CATASTROPHIC=0
 CONFIG_STRICT_DEVMEM=y