mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-26 17:14:30 +00:00
The shadow variable selftest is quite tricky. Especially it is problematic to understand what values are stored, returned, and printed. Make it easier to understand by using "int *var, **sv" variables consistently everywhere instead of the generic "void *", "ret", and "ctor_data". Signed-off-by: Petr Mladek <pmladek@suse.com> Reviewed-by: Joe Lawrence <joe.lawrence@redhat.com> Acked-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> |
||
---|---|---|
.. | ||
Makefile | ||
test_klp_atomic_replace.c | ||
test_klp_callbacks_busy.c | ||
test_klp_callbacks_demo.c | ||
test_klp_callbacks_demo2.c | ||
test_klp_callbacks_mod.c | ||
test_klp_livepatch.c | ||
test_klp_shadow_vars.c | ||
test_klp_state.c | ||
test_klp_state2.c | ||
test_klp_state3.c |