kernel: Resolving the issue of unavailable functionality

This commit is contained in:
ShirkNeko
2025-11-16 14:25:43 +08:00
parent 8802ea0aee
commit be63a062ad
3 changed files with 45 additions and 25 deletions

View File

@@ -70,9 +70,7 @@ int __init kernelsu_init(void)
sukisu_custom_config_init();
#if defined(CONFIG_KPROBES) && !defined(CONFIG_KSU_SUSFS)
ksu_syscall_hook_manager_init();
#endif
ksu_workqueue = alloc_ordered_workqueue("kernelsu_work_queue", 0);
@@ -109,9 +107,9 @@ void kernelsu_exit(void)
#if defined(CONFIG_KPROBES) && !defined(CONFIG_KSU_SUSFS)
ksu_ksud_exit();
#endif
ksu_syscall_hook_manager_exit();
#endif
sukisu_custom_config_exit();