From eb6d0390c01460e4076cf7e5c89d8b36de95c8f3 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 6 Aug 2023 07:38:11 +0200 Subject: [PATCH] pygoscelis: Enable CONFIG_DEBUG_IRQFLAGS --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 059ebf3..fd69b6c 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -5465,7 +5465,7 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y # end of Lock Debugging (spinlocks, mutexes, etc...) # CONFIG_NMI_CHECK_CPU is not set -# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_DEBUG_IRQFLAGS=y CONFIG_STACKTRACE=y CONFIG_WARN_ALL_UNSEEDED_RANDOM=y # CONFIG_DEBUG_KOBJECT is not set