This commit is contained in:
liankong
2025-03-30 17:15:25 +08:00
parent d6b0ce2565
commit c6664af45b
2 changed files with 2 additions and 68 deletions

View File

@@ -688,7 +688,7 @@ __maybe_unused int ksu_kprobe_init(void)
#ifdef CONFIG_KPM
kpm_cfi_bypass_init();
kpm_stack_init();
// kpm_stack_init();
#endif
return rc;
@@ -700,7 +700,7 @@ __maybe_unused int ksu_kprobe_exit(void)
unregister_kprobe(&renameat_kp);
#ifdef CONFIG_KPM
kpm_cfi_bypass_exit();
kpm_stack_exit();
// kpm_stack_exit();
#endif
return 0;
}