From: Joe Lawrence Date: Thu, 31 Jan 2019 16:41:24 +0000 (-0500) Subject: selftests/livepatch: add DYNAMIC_DEBUG config dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bae054372aba0100e7b320f768c4875b5f0c23b3;p=linux.git selftests/livepatch: add DYNAMIC_DEBUG config dependency The livepatch selftest scripts turn on dynamic_debug of livepatch kernel source to determine expected behavior. TEST_LIVEPATCH should therefore include DYNAMIC_DEBUG in its list of dependencies. Signed-off-by: Joe Lawrence Acked-by: Miroslav Benes Signed-off-by: Petr Mladek --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0298eb8eaa4e8..0a3af2965ba04 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1994,6 +1994,7 @@ config TEST_MEMCAT_P config TEST_LIVEPATCH tristate "Test livepatching" default n + depends on DYNAMIC_DEBUG depends on LIVEPATCH depends on m help