Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: Kconfig: Remove KPROBES dependancy #453

Merged
merged 1 commit into from
May 4, 2023
Merged

Conversation

RyuujiX
Copy link
Contributor

@RyuujiX RyuujiX commented May 4, 2023

For those who want to Implement KernelSU Manually with KPROBES disabled.

When KPROBES Broken and Still enabled, this will causing Loop at splash logo even Already Manually Imported because this

ksu_enable_sucompat();
. And when KPROBES is disabled, KSU also will not compiled (I Know it'll still build if obj-y is set for KSU, but it's better to remove, who knows if someone set as obj-$(CONFIG_KSU)).

kernel/Kconfig Show resolved Hide resolved
@tiann tiann merged commit 432eb31 into tiann:main May 4, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants