aboutsummaryrefslogtreecommitdiff
path: root/lib/livepatch/Makefile
diff options
context:
space:
mode:
authorPetr Mladek <[email protected]>2019-10-30 16:43:13 +0100
committerPetr Mladek <[email protected]>2019-11-01 13:08:29 +0100
commitecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8 (patch)
tree41cb3130ac1daccc5ec5fa4a4095bfa24a77a2fe /lib/livepatch/Makefile
parente553d2a53d47853b3f1780fd65f8259672daabed (diff)
livepatch: Selftests of the API for tracking system state changes
Four selftests for the new API. Link: http://lkml.kernel.org/r/[email protected] To: Jiri Kosina <[email protected]> Cc: Kamalesh Babulal <[email protected]> Cc: Nicolai Stange <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Miroslav Benes <[email protected]> Acked-by: Joe Lawrence <[email protected]> Acked-by: Josh Poimboeuf <[email protected]> Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'lib/livepatch/Makefile')
-rw-r--r--lib/livepatch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/livepatch/Makefile b/lib/livepatch/Makefile
index 26900ddaef82..295b94bff370 100644
--- a/lib/livepatch/Makefile
+++ b/lib/livepatch/Makefile
@@ -8,7 +8,10 @@ obj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
test_klp_callbacks_busy.o \
test_klp_callbacks_mod.o \
test_klp_livepatch.o \
- test_klp_shadow_vars.o
+ test_klp_shadow_vars.o \
+ test_klp_state.o \
+ test_klp_state2.o \
+ test_klp_state3.o
# Target modules to be livepatched require CC_FLAGS_FTRACE
CFLAGS_test_klp_callbacks_busy.o += $(CC_FLAGS_FTRACE)