fix build

This commit is contained in:
ShirkNeko
2025-11-09 14:14:51 +08:00
parent f670151f20
commit a0ceda008d
4 changed files with 5 additions and 10 deletions

View File

@@ -399,7 +399,7 @@ void ksu_syscall_hook_manager_init(void)
#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS
ret = register_trace_sys_enter(ksu_sys_enter_handler, NULL);
#ifndef CONFIG_KRETPROBES
unmark_all_process();
ksu_unmark_all_process();
ksu_mark_running_process();
#endif
if (ret) {