execsnoop: fix the prototype for kprobe__sys_execve
For sys_execve() the type of filename parameter should be "const char __user *" instead of "struct filename *". The fix doesn't imply any functional change.
Showing
Please register or sign in to comment