Skip to content

Commit

Permalink
selftests/livepatch: add DYNAMIC_DEBUG config dependency
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
joe-lawrence authored and pmladek committed Feb 1, 2019
1 parent a2818ee commit bae0543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae0543

Please sign in to comment.