[Mesa-dev] [PATCH 3/5] panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK

Tomeu Vizoso tomeu.vizoso at collabora.com
Wed Aug 21 08:17:51 UTC 2019


There's lots of locking changes going into the Panfrost kernel driver,
so better be prepared.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
---
 src/gallium/drivers/panfrost/ci/arm64.config | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/panfrost/ci/arm64.config b/src/gallium/drivers/panfrost/ci/arm64.config
index 80662541feb8..44dfe860b8dd 100644
--- a/src/gallium/drivers/panfrost/ci/arm64.config
+++ b/src/gallium/drivers/panfrost/ci/arm64.config
@@ -78,5 +78,7 @@ CONFIG_TMPFS=y
 
 CONFIG_PROVE_LOCKING=n
 CONFIG_DEBUG_LOCKDEP=n
-CONFIG_SOFTLOCKUP_DETECTOR=n
-CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n
\ No newline at end of file
+CONFIG_SOFTLOCKUP_DETECTOR=y
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
+
+CONFIG_DETECT_HUNG_TASK=y
-- 
2.20.1



More information about the mesa-dev mailing list