Revert "kernel: throne_tracker: offload to kthread tiann #2632"

This reverts commit 86ccca18eb.
This commit is contained in:
ShirkNeko
2025-09-24 16:26:08 +08:00
parent f7d055c9e1
commit 868b1e655f
4 changed files with 2 additions and 130 deletions

View File

@@ -59,15 +59,6 @@ config KSU_LSM_SECURITY_HOOKS
Disabling this is mostly only useful for kernel 4.1 and older.
Make sure to implement manual hooks on security/security.c.
config KSU_THRONE_TRACKER_ALWAYS_THREADED
bool "Always run throne_tracker in a kthread"
default n
help
Runs throne_tracker in a separate kthread, including the first run.
Significantly decreases boot time, but can cause crowning failure
on some FDE or FBEv1 setups.
If unsure, say n.
choice
prompt "KernelSU hook type"
depends on KSU