[PATCH 30/30] HAX: dept: Make dept report as WARN
Gwan-gyeong Mun
gwan-gyeong.mun at intel.com
Mon Nov 21 09:55:02 UTC 2022
Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
---
kernel/dependency/dept.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kernel/dependency/dept.c b/kernel/dependency/dept.c
index 1692c4d8df25..6fee987d2693 100644
--- a/kernel/dependency/dept.c
+++ b/kernel/dependency/dept.c
@@ -879,7 +879,8 @@ static void print_circle(struct dept_class *c)
pr_warn("---------------------------------------------------\n");
pr_warn("information that might be helpful\n");
pr_warn("---------------------------------------------------\n");
- dump_stack();
+
+ WARN_ON(1);
dept_outworld_exit();
}
--
2.37.1
More information about the Intel-gfx-trybot
mailing list