Random crashes in kretprobe on getdents()
I’m trying to learn Linux kernel programming and following and redoing some existing projects that I find interesting. In this case I tried to modify the data that is being returned by getdents()
by hooking it with kretprobe.