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
Faris
According to https://github.com/tiann/KernelSU/commit/9a042110512ac026917f7bf3d9ee3b5b347ac00d#diff-c55af552813df1dd289008cc76a11446f13903387bfba5a115c39bc65d491004R269
Incorrect link bruh, i just realized it
๐1
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
Faris
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
If you got this issue,
GKI:
https://t.me/rsukrnlsu/111
LKM (+compat syscall):
https://t.me/rsukrnlsu/112
Or try manual hook, its more hidden than KPROBES (GKI only)
GKI:
https://t.me/rsukrnlsu/111
LKM (+compat syscall):
https://t.me/rsukrnlsu/112
Or try manual hook, its more hidden than KPROBES (GKI only)
KernelSU_v1.0.3-10-legacy-4-g2828cdca_12070-release.apk
4.7 MB
Manager
#ci_1870
Commit
Workflow run
#ci_1870
kernel: give some information about kernelsu cmdline
Signed-off-by: Rissu <90097027+rsuntk@users.noreply.github.com>
Commit
Workflow run
๐7๐ฅฐ1
If you wanna try manual hook on 6.1 or 6.6 kernel; Please hook vfs_fstatat symbol instead of vfs_statx symbol, but if you encountered problem with
- Related issue: tiann/2312
su command, try hook vfs_statx symbol again.- Related issue: tiann/2312
๐3
KernelSU_v1.0.3-10-legacy-5-g07f6fe9b_12071-release.apk
4.7 MB
Manager
#ci_1871
Commit
Workflow run
#ci_1871
kernel: follow https://github.com/tiann/KernelSU upstreams (#17)
tiann's commit:
* kernel: add support for disable sucompat
* kernel: Allow to re-enable sucompat
rsuntk's commit:
* kernel: Adapt non-GKI too
* kernel: Use correct handler for fstatat64
* kernel: simplify guarding
* kernel: bring back compat
* kernel: fmt
* kernel: clarify comment
Signed-off-by: Rissu <90097027+rsuntk@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com>
Commit
Workflow run
๐1