Skip to content

Commit bae0543

Browse files
joe-lawrencepmladek
authored andcommitted
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 <[email protected]> Acked-by: Miroslav Benes <[email protected]> Signed-off-by: Petr Mladek <[email protected]>
1 parent a2818ee commit bae0543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,7 @@ config TEST_MEMCAT_P
19941994
config TEST_LIVEPATCH
19951995
tristate "Test livepatching"
19961996
default n
1997+
depends on DYNAMIC_DEBUG
19971998
depends on LIVEPATCH
19981999
depends on m
19992000
help

0 commit comments

Comments
 (0)