[PATCH 26/27] HAX: dept: Enable Dept by default
Gwan-gyeong Mun
gwan-gyeong.mun at intel.com
Tue Jul 4 09:32:44 UTC 2023
Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
---
lib/Kconfig.debug | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index f78b3d721a2b..856dcb30153c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1222,7 +1222,7 @@ config DEPT
select KALLSYMS
select KALLSYMS_ALL
select PROVE_LOCKING
- default n
+ default y
help
Check dependencies between wait and event and report it if
deadlock possibility has been detected. Multiple reports are
@@ -1237,7 +1237,7 @@ config DEPT
config DEPT_AGGRESSIVE_TIMEOUT_WAIT
bool "Aggressively track even timeout waits"
depends on DEPT
- default n
+ default y
help
Timeout wait doesn't contribute to a deadlock. However,
informing a circular dependency might be helpful for cases
--
2.40.0
More information about the Intel-gfx-trybot
mailing list