[PATCH v2] ARM: exynos_defconfig: Enable CONFIG_LOCKUP_DETECTOR
Anand Moon
moon.linux at yahoo.com
Wed Jan 7 04:59:02 PST 2015
Enable CONFIG_LOCKUP_DETECTOR to validate kernel locks state for exynos SOC.
Enabling CONFIG_LOCKUP_DETECTOR help validator tracks the 'state' of lock-classes,
and it tracks dependencies between different lock-classes.
The validator maintains a rolling proof that the state and
the dependencies are correct.
Changes since v2:
* Made commit message more clear
* Corrected grammer in code comment
Tested on Exynos5422 ODROID XU3 board.
Signed-off-by: Anand Moon <moon.linux at yahoo.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski at samsung.com>
---
arch/arm/configs/exynos_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 5ef14de..ecd9987 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -178,6 +178,7 @@ CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_KERNEL=y
+CONFIG_LOCKUP_DETECTOR=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
--
2.1.0
More information about the linux-arm-kernel
mailing list