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.
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.