What do we want?
I personally think a kernel module should always override built in kernel driver
I personally think a kernel module should always override built in kernel driver
Anonymous Poll
65%
LKM override In-built kernel driver
35%
In-built kernel driver override LKM (already does that)
❤27
That way you never need to uninstall a kernel to go back to LKM mode
Just uninstall LKM mode from manager then you get GKI mode kernel
Then with GKI mode kernel you can flash and have LKM mode again
Just uninstall LKM mode from manager then you get GKI mode kernel
Then with GKI mode kernel you can flash and have LKM mode again
👍30❤14
KernelSU Next
What do we want?
I personally think a kernel module should always override built in kernel driver
I personally think a kernel module should always override built in kernel driver
CI released with this logic
🔥15❤3
next branch will be removed will be replaced by stable branch for better naming scheme
So better modify your workflows
And merging stages will be
dev -> stable -> legacy
So better modify your workflows
And merging stages will be
dev -> stable -> legacy
🥰21👍6❤5🆒4
If anyone interested please update the ksun website to preset info cuz it's way outdated and a proper documentation is required tbh
If anyways know detailed info about ksun and it's features and functions then please be my guest and PR it
If anyways know detailed info about ksun and it's features and functions then please be my guest and PR it
🥰20👍4❤3🔥2
Kprobes mode in 4.14
Can everyone else test legacy branch with kprobes? And we will do a poll and see how many succeeds
Can everyone else test legacy branch with kprobes? And we will do a poll and see how many succeeds
👍16❤3🔥3
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s legacy
ensure in config:
CONFIG_KPROBES=y
CONFIG_KPROBE_EVENTS=y
CONFIG_KSU_KPROBE_HOOKS=y
CONFIG_KSU=y
done
🔥22❤8
Just so you know ksun legacy branch is compatible for 4.4 - 6.12 (In-built/LKM) it's a bit mix of ksun 1.1.1 and 3.0.0 can use both kprobes and manual hooks
❤30🔥7🤝3