mirror of https://gitee.com/openkylin/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 <joe.lawrence@redhat.com> Acked-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.com>
This commit is contained in:
parent
a2818ee4dc
commit
bae054372a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue