How to debug linux kernel API (syscalls issues)?
Ivan
Linux API can be hard. Sometimes it happens you don’t know why a syscall returns a specific result. The documentation and google not always help. You can turn you face to the Kernel source code but it’s hard to navigate through out the myriad of functions without any help. This is when the ftrace...