aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/kernel.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-13 18:17:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-17 19:26:07 +0200
commit4a240660957320e03169c6525fee252fb5851419 (patch)
tree5e7d34e26b0eb43cc6d8bbcdfd265bc6f6eb3ae1 /src/tests/qemu/kernel.config
parentqemu: work on ubuntu toolchain (diff)
downloadwireguard-monolithic-historical-4a240660957320e03169c6525fee252fb5851419.tar.xz
wireguard-monolithic-historical-4a240660957320e03169c6525fee252fb5851419.zip
qemu: add more debugging options to main makefile
Diffstat (limited to 'src/tests/qemu/kernel.config')
-rw-r--r--src/tests/qemu/kernel.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/qemu/kernel.config b/src/tests/qemu/kernel.config
index 10de485..c29435d 100644
--- a/src/tests/qemu/kernel.config
+++ b/src/tests/qemu/kernel.config
@@ -71,5 +71,16 @@ CONFIG_BLK_DEV_INITRD=y
CONFIG_LEGACY_VSYSCALL_NONE=y
CONFIG_KERNEL_GZIP=y
CONFIG_PANIC_ON_OOPS=y
+CONFIG_BUG_ON_DATA_CORRUPTION=y
+CONFIG_LOCKUP_DETECTOR=y
+CONFIG_SOFTLOCKUP_DETECTOR=y
+CONFIG_HARDLOCKUP_DETECTOR=y
+CONFIG_WQ_WATCHDOG=y
+CONFIG_DETECT_HUNG_TASK=y
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
+CONFIG_STACKTRACE=y
+CONFIG_EARLY_PRINTK=y
CONFIG_WIREGUARD=y
CONFIG_WIREGUARD_DEBUG=y