lkmpg icon indicating copy to clipboard operation
lkmpg copied to clipboard

[10 System Calls] not works on linux 5.15

Open minghu6 opened this issue 3 years ago • 1 comments

Because of sys_open was replaced by sys_openatin use, there is no way to test it. When switching to other syscall, print such as pr_info causing fatal page fault which crash the kernel.

minghu6 avatar Sep 01 '22 13:09 minghu6

Sure, sys_open is deprecated and some architectures don't support it. So, we could switch the implementation to sys_openat.

Thanks

linD026 avatar Sep 07 '22 19:09 linD026