You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across the similar issue as Issue #11 when building kernel module, but the errors are "register_kprobe" and "unregister_kprobe" undefined. I have check the header file and found "linux/kprobes.h" was included.
I didn't modify and code in mymod.c so I have no idea why those errors occurred.
The text was updated successfully, but these errors were encountered:
I came across the similar issue as Issue #11 when building kernel module, but the errors are "register_kprobe" and "unregister_kprobe" undefined. I have check the header file and found "linux/kprobes.h" was included.
I didn't modify and code in mymod.c so I have no idea why those errors occurred.
The text was updated successfully, but these errors were encountered: