KernelSU_v1.0.3-4-legacy-14-gb734732e_12061-release.apk
4.7 MB
Manager
#ci_1861
Commit
Workflow run
#ci_1861
kernel: refine some and relabel them correctly
1. We checks for CONFIG_KDP_CRED inside kernel/cred.c
2. If we got CONFIG_KDP_CRED, grep command will return 0
3. Then we do another checks inside kernel_compat.c
4. If UH, RKP and KDP are enabled, stop the compilation immedietly.
- We should not checks is it a samsung kernel or no, just
checks the UH drivers, since KDP and RKP is depends on it.
- Give an advise to kernel dev to remove all UH drivers (not hooks).
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
Commit
Workflow run
KernelSU_v1.0.3-4-legacy-15-gc3ebf95b_12062-release.apk
4.7 MB
Manager
#ci_1862
Commit
Workflow run
#ci_1862
kernel: refine get_ksu_state()
Using int for get_ksu_state is not effective.
Instead we should use boolean value instead because its more easy
and simple things up.
get_ksu_state() will return true if enable_kernelsu greater or equal than 1.
and return false if enable_kernelsu less than 1.
previously:
if (get_ksu_state() < 1)
now:
if (!get_ksu_state())
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
Commit
Workflow run
👍3
Faris
KernelSU LKM files ig https://github.com/rsuntk/ksu-lkm/actions/runs/13219083783
LKM release, maybe?
Supported manager: 5ec1cff's KSU (MKSU), Official KSU, rsuntk's KSU
(untested)
https://github.com/rsuntk/ksu-lkm/releases/tag/13223415015
Supported manager: 5ec1cff's KSU (MKSU), Official KSU, rsuntk's KSU
(untested)
https://github.com/rsuntk/ksu-lkm/releases/tag/13223415015
GitHub
Release v1.0.3-4-legacy-16-g7e46aef5-13223415015 · rsuntk/ksu-lkm
Last KernelSU commit: kernel: Bring-back renameat_kp and remove obsolete code.
KernelSU version: 12063
KernelSU tags: v1.0.3-4-legacy-16-g7e46aef5
Run-id: 13223415015
KernelSU version: 12063
KernelSU tags: v1.0.3-4-legacy-16-g7e46aef5
Run-id: 13223415015
Faris
LKM release, maybe? Supported manager: 5ec1cff's KSU (MKSU), Official KSU, rsuntk's KSU (untested) https://github.com/rsuntk/ksu-lkm/releases/tag/13223415015
oops, i forgot that my manager forks doesn't have LKM support yet
⚡2🔥1🥰1
Faris
oops, i forgot that my manager forks doesn't have LKM support yet
I've checked the source and apparently it support LKM :v. My bad
😁1
KernelSU_v1.0.3-4-legacy-18-g0e593daf_12065-release.apk
4.7 MB
Manager
#ci_1865
Commit
Workflow run
#ci_1865
manager: Hide namespace config in app profiles (#2426)
This is never implemented in kernel (and likely never will be), so let's
remove it from UI for now to avoid misleading users.
Commit
Workflow run
🥰2
RissuCI
KernelSU_v1.0.3-4-legacy-18-g0e593daf_12065-release.apk
Also added compat syscalls, 32bit app can use
https://github.com/rsuntk/KernelSU/commit/be917d19cb73693ddaab03a17d8db32fb7fd76f0
su command. Will drop this if better solution was found.https://github.com/rsuntk/KernelSU/commit/be917d19cb73693ddaab03a17d8db32fb7fd76f0
GitHub
kernel: Fix compatibility with old and 32bit programs · rsuntk/KernelSU@be917d1
In v0.9.3 and v0.9.4, we replaced `vfs_statx` and `do_execveat_common`
with syscall hooks. But we missed `fstatat64` and `compat_execve` and
break compatibility with old and 32bit programs.
In Net...
with syscall hooks. But we missed `fstatat64` and `compat_execve` and
break compatibility with old and 32bit programs.
In Net...
🥰2
Some release.. (will update susfs branch too..)
https://github.com/rsuntk/KernelSU/releases/tag/v1.0.3-10-legacy
https://github.com/rsuntk/KernelSU/releases/tag/v1.0.3-10-legacy
GitHub
Release v1.0.3-10-legacy · rsuntk/KernelSU
What's Changed
kernel: handle optional backports by @backslashxx in #4
ksud: Bring back /sbin as TEMP_DIR_LEGACY by @rsuntk in #6
New Contributors
@backslashxx made their first contribution ...
kernel: handle optional backports by @backslashxx in #4
ksud: Bring back /sbin as TEMP_DIR_LEGACY by @rsuntk in #6
New Contributors
@backslashxx made their first contribution ...
❤3🥰1
KernelSU_v1.0.3-10-legacy_12066-release.apk
4.7 MB
Manager
#ci_1866
Commit
Workflow run
#ci_1866
kernel: fmt, and make compat syscalls as kconfig option instead
Signed-off-by: Rissu <90097027+rsuntk@users.noreply.github.com>
Commit
Workflow run
👍4🥰2
RissuCI
KernelSU_v1.0.3-10-legacy_12066-release.apk
CONFIG_KSU_COMPAT_SYSCALL=y to enable it (if you're on GKI/LKM)🥰7
Here, LKM (compat syscall available here, in the next build, maybe i will made 2 versions)
Supported Managers:
- https://github.com/tiann/KernelSU/releases
- https://t.me/mksu_ci
- https://github.com/rsuntk/KernelSU/releases or @rsukrnlsu
Note: Official build use overlayfs
https://github.com/rsuntk/ksu-lkm/releases/tag/13262509039
Supported Managers:
- https://github.com/tiann/KernelSU/releases
- https://t.me/mksu_ci
- https://github.com/rsuntk/KernelSU/releases or @rsukrnlsu
Note: Official build use overlayfs
https://github.com/rsuntk/ksu-lkm/releases/tag/13262509039
GitHub
Releases · tiann/KernelSU
A Kernel based root solution for Android. Contribute to tiann/KernelSU development by creating an account on GitHub.
❤11🥰1
In a few ROM/case, manager still shows not working, even though the kernel itself already integrated with KernelSU.
However, this issue also exist on Official KernelSU
https://github.com/tiann/KernelSU/issues/2257
https://github.com/tiann/KernelSU/issues/2325
https://github.com/tiann/KernelSU/issues/2402
According to this comment: https://github.com/tiann/KernelSU/issues/2257#issuecomment-2523245787
Increasing throne tracker depth can fix it, maybe i will try this as workaround
However, this issue also exist on Official KernelSU
https://github.com/tiann/KernelSU/issues/2257
https://github.com/tiann/KernelSU/issues/2325
https://github.com/tiann/KernelSU/issues/2402
According to this comment: https://github.com/tiann/KernelSU/issues/2257#issuecomment-2523245787
Increasing throne tracker depth can fix it, maybe i will try this as workaround
GitHub
Manager only detects once reinstalled · Issue #2257 · tiann/KernelSU
Please check before submitting an issue I have searched the issues and haven't found anything relevant I will upload bugreport file in KernelSU Manager - Settings - Report log I know how to rep...
👏7❤4⚡3👍1
Susfs branch has been updated to synced-up with v1.0.3-10-legacy. Using susfs4ksu/gki-android13-5.15 branch, so SUS_SU feature available.
* For SUS_SU, its only useful with KPROBES hook, if manual hook (CONFIG_KSU_MANUAL_HOOK), susfs sus_su will disabled
* SUS_SU didn't available on kernel under 5.x
https://github.com/rsuntk/KernelSU/tree/susfs-v1.5.5
> susfs repository: https://gitlab.com/simonpunk/susfs4ksu
* For SUS_SU, its only useful with KPROBES hook, if manual hook (CONFIG_KSU_MANUAL_HOOK), susfs sus_su will disabled
* SUS_SU didn't available on kernel under 5.x
https://github.com/rsuntk/KernelSU/tree/susfs-v1.5.5
> susfs repository: https://gitlab.com/simonpunk/susfs4ksu
👏17
Forwarded from GitHub
🔨 1 new commit to KernelSU:2257:
0ceb916: kernel: increase search_manager depth
According to https://github.com/tiann/KernelSU/commit/9a042110512ac026917f7bf3d9ee3b5b347ac00d#diff-c55af552813df1dd289008cc76a11446f13903387bfba5a115c39bc65d491004R269
Increasing search_manager depth from 2 to 3 can fix https://github.com/tiann/KernelSU/issues/2257
This is experimental branch, need more testing, will merge if nothing wrong
Signed-off-by: rsuntk <rissu.ntk@gmail.com> by rsuntk
0ceb916: kernel: increase search_manager depth
According to https://github.com/tiann/KernelSU/commit/9a042110512ac026917f7bf3d9ee3b5b347ac00d#diff-c55af552813df1dd289008cc76a11446f13903387bfba5a115c39bc65d491004R269
Increasing search_manager depth from 2 to 3 can fix https://github.com/tiann/KernelSU/issues/2257
This is experimental branch, need more testing, will merge if nothing wrong
Signed-off-by: rsuntk <rissu.ntk@gmail.com> by rsuntk
👍7
I've tried to add night/dark mode toggle for manager (taken from apatch, half of it), it does work, but systemui didn't follow the changes..
(I am reacting to my skill issue)
(I am reacting to my skill issue)
🍌4
Dear KernelSU LKM (or GKI users before compat syscall kconfig was added) users, do you got any issue with su command?
Pull Request regarding this issue is still open on Official KSU repo right now. https://github.com/tiann/KernelSU/pull/2084
Pull Request regarding this issue is still open on Official KSU repo right now. https://github.com/tiann/KernelSU/pull/2084
Anonymous Poll
44%
Yes
21%
No
35%
I use Manual Hook