struct filename, difference between fields `name` and `uptr`
I’m working on a Linux kernel (v5.15) module and I need to create a wrapper for the _do_filp_open
to checks the file path opened. I’m using the kprobe
mechanism to intercept the call and to define a wrapper: