Go to file
Josh Poimboeuf 32c0fa5b44 Tell ftrace to return to new function
This changes the way the trampoline code works, thanks to a suggestion
by Steve Rostedt.  Before, the trampoline was mucking with the stack
pointer and other registers, and jumping to the new function directly.
With this change, all it does is set regs->ip to the address of the new
function and return back to ftrace.  When ftrace returns, it will return
to the beginning of the new function.
2013-01-24 09:50:43 -05:00
kmod Tell ftrace to return to new function 2013-01-24 09:50:43 -05:00
kpatch-diff-gen add address end to fix activeness safety check 2013-01-19 13:44:13 -06:00
.gitignore incremental patching and rmmod support 2013-01-18 12:31:14 -06:00
kpatch-create kpatch-create: no need to do a make during cleanup 2013-01-22 16:37:57 -05:00
kpatch-gcc some fixes 2013-01-19 01:13:42 -06:00
Makefile rename kpatch-gen to kpatch-diff-gen 2013-01-18 10:45:58 -06:00