diff mbox series

[12/13] HAX FOR CI: Enable cross-release

Message ID 20181107153019.26401-12-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show
Series [01/13] locking/lockdep: restore cross-release checks | expand

Commit Message

Daniel Vetter Nov. 7, 2018, 3:30 p.m. UTC
Only way to convince our CI to enable stuff that's new and defaulting
to off. Obviously not for merging.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 lib/Kconfig.debug | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 6074fa3463ac..deba9af0f418 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1095,6 +1095,7 @@  config LOCKDEP_CROSSRELEASE
 	bool "Enable cross-release checking"
 	depends on PROVE_LOCKING
 	select LOCKDEP_COMPLETIONS
+	default y
 	help
 	 This makes lockdep work for crosslock which is a lock allowed to
 	 be released in a different context from the acquisition context.