kpatch/test
Josh Poimboeuf 9c3c9b0c0a support for gcc static local variable renaming
gcc renames static local variables by appending a period and a number.
For example, __key could be renamed to __key.31452.  Unfortunately this
number can arbitrarily change.  Try to rename the patched version of the
symbol to match the base version and then correlate them.

Fixes #313.
2014-07-24 15:08:15 -05:00
..
integration support for gcc static local variable renaming 2014-07-24 15:08:15 -05:00
testmod add module for testing module patching 2014-06-02 20:34:38 -05:00