diff options
author | Petr Mladek <pmladek@suse.com> | 2019-10-30 16:43:13 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2019-11-01 13:08:29 +0100 |
commit | ecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8 (patch) | |
tree | 41cb3130ac1daccc5ec5fa4a4095bfa24a77a2fe /lib/livepatch/Makefile | |
parent | e553d2a53d47853b3f1780fd65f8259672daabed (diff) | |
download | talos-op-linux-ecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8.tar.gz talos-op-linux-ecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8.zip |
livepatch: Selftests of the API for tracking system state changes
Four selftests for the new API.
Link: http://lkml.kernel.org/r/20191030154313.13263-6-pmladek@suse.com
To: Jiri Kosina <jikos@kernel.org>
Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: Nicolai Stange <nstange@suse.de>
Cc: live-patching@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'lib/livepatch/Makefile')
-rw-r--r-- | lib/livepatch/Makefile | 5 |
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) |