feat: KernelSU v1.0.2-45-legacy#3
Merged
Merged
Conversation
… is not neccessary Just make things simple. Signed-off-by: rsuntk <rissu.ntk@gmail.com>
Keep the kernel driver clean. Signed-off-by: rsuntk <rissu.ntk@gmail.com>
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
This can cause debugging process harder. Signed-off-by: rsuntk <rissu.ntk@gmail.com>
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
|
The problem with compilation is due to - "kernel: put get_cred_rcu() function inside core_hook.c so backporting...." (4e5651a) Clang 19.0.1 compiler |
Owner
Author
|
Ah i see the issue, lemme try to fix it. |
rsuntk
added a commit
that referenced
this pull request
Jan 18, 2025
Thanks to @ShevT for reporting this issue #3 (comment) I forgot that 'atomic_long_inc_not_zero' does not exist on cred.h, thus grep command always return '1' instead of '0' Hopefully this will fix that issue. Reference: gregkh/linux@123e44b
Owner
Author
This is fixed on 3a16da0 |
|
I ran the compilation to test it. |
|
Yes, everything is fine now. Thank you. |
ShevT
pushed a commit
to crdroidandroid/android_kernel_oneplus_sm8150
that referenced
this pull request
Jan 18, 2025
Thanks to @ShevT for reporting this issue rsuntk/KernelSU#3 (comment) I forgot that 'atomic_long_inc_not_zero' does not exist on cred.h, thus grep command always return '1' instead of '0' Hopefully this will fix that issue. Reference: gregkh/linux@123e44b
rsuntk
added a commit
that referenced
this pull request
May 9, 2025
* kernel: put get_cred_rcu() function inside core_hook.c so backporting is not neccessary Just make things simple. Signed-off-by: rsuntk <rissu.ntk@gmail.com> * kernel: refine path_umount detection Keep the kernel driver clean. Signed-off-by: rsuntk <rissu.ntk@gmail.com> * kernel: Refine kernelsu cmdline Signed-off-by: rsuntk <rissu.ntk@gmail.com> * kernel: throne_tracker: Only print if its valid kernelsu manager This can cause debugging process harder. Signed-off-by: rsuntk <rissu.ntk@gmail.com> * kernel: throne_tracker: Ensure to log this on debug Signed-off-by: rsuntk <rissu.ntk@gmail.com> --------- Signed-off-by: rsuntk <rissu.ntk@gmail.com>
rsuntk
added a commit
that referenced
this pull request
May 9, 2025
Thanks to @ShevT for reporting this issue #3 (comment) I forgot that 'atomic_long_inc_not_zero' does not exist on cred.h, thus grep command always return '1' instead of '0' Hopefully this will fix that issue. Reference: gregkh/linux@123e44b
cyberc3dr
pushed a commit
to cyberc3dr/KernelSU
that referenced
this pull request
Apr 16, 2026
Vietnamese: @SaleOff (rsuntk#3, rsuntk#4, rsuntk#10, rsuntk#15, rsuntk#16, rsuntk#17, rsuntk#21), @PhuScam (rsuntk#8, rsuntk#27), @VietnameseTranslation (rsuntk#24) Indonesian: @Neebe3289 (rsuntk#18, rsuntk#20, rsuntk#22. rsuntk#25) Co-Authored-By: ꑄℭѧᝰ.ᐟ <133284637+saleoff@users.noreply.github.com> Co-Authored-By: Juno Bủh <229590747+phuscam@users.noreply.github.com> Co-Authored-By: Neebe3289 <107115607+neebe3289@users.noreply.github.com> Co-Authored-By: VietnameseTranslation <219519027+vietnamesetranslation@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.