From 8bbca94e9b0d859b43cf868e69dfe0a06aad0998 Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Tue, 11 Aug 2026 16:10:05 -0400 Subject: [PATCH] fix(hostkernel): enable lockup detector --- configs/aarch64/host.config | 2 ++ configs/x86_64/host.config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/aarch64/host.config b/configs/aarch64/host.config index e58d41a..435abac 100644 --- a/configs/aarch64/host.config +++ b/configs/aarch64/host.config @@ -5892,6 +5892,8 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_PANIC_TIMEOUT=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_SCHED_INFO=y diff --git a/configs/x86_64/host.config b/configs/x86_64/host.config index caab199..a103491 100644 --- a/configs/x86_64/host.config +++ b/configs/x86_64/host.config @@ -5663,6 +5663,8 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_PANIC_TIMEOUT=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y CONFIG_SCHED_INFO=y