kpatch/test
Josh Poimboeuf 4dee89269c add support for shadow variables
This adds support for shadow variables, which allow you to add new
"shadow" fields to existing data structures.

To allow patches to call the shadow functions in the core module, I had
to add a funky hack to use --warn-unresolved-symbols when linking, which
allows the patched vmlinux to link with the missing symbols.  I also
added greps to the log file to ensure that only unresolved symbols to
kpatch_shadow_* are allowed.  We can remove this hack once the core
module gets moved into the kernel tree.

Fixes #314.
2014-09-08 13:36:37 -05:00
..
integration add support for shadow variables 2014-09-08 13:36:37 -05:00
testmod test/testmod/doit.sh: set KBUILD_EXTRA_SYMBOLS to include core module 2014-08-05 18:51:47 -07:00
difftree.sh add difftest.sh test 2014-08-12 10:50:46 -05:00