ilammy / ftrace-hook

Using ftrace for function hooking in Linux kernel
GNU General Public License v2.0
253 stars 70 forks source link

Support kernel 5.11 #9

Closed RouNNdeL closed 3 years ago

RouNNdeL commented 3 years ago

The following changes have been made in kernel 5.11:

I have backported the new ftrace_regs and renamed FTRACE_OPS_FL_RECURSION_SAFE.

RouNNdeL commented 3 years ago

Ah, I missed ftrace_get_regs, glad you improved it.