-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Switch to prepare_creds/commit_creds #2631
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
Merged
Conversation
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
Update API as per kernel doc recommends, also fix setup_groups refcount leak while at it.
Ylarod
approved these changes
Jun 10, 2025
backslashxx
reviewed
Jun 10, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Jun 10, 2025
- Picked from tiann#2631 - Minor changes: NULL the creds after commiting. Signed-off-by: rsuntk <[email protected]>
backslashxx
approved these changes
Jun 10, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Jun 10, 2025
- Picked from tiann#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
luyanci
pushed a commit
to luyanci/KernelSU
that referenced
this pull request
Jun 10, 2025
- Picked from tiann#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
ShirkNeko
pushed a commit
to SukiSU-Ultra/SukiSU-Ultra
that referenced
this pull request
Jun 11, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
ShirkNeko
pushed a commit
to SukiSU-Ultra/SukiSU-Ultra
that referenced
this pull request
Jun 11, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
ShirkNeko
pushed a commit
to SukiSU-Ultra/SukiSU-Ultra
that referenced
this pull request
Jun 11, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
ShirkNeko
pushed a commit
to SukiSU-Ultra/SukiSU-Ultra
that referenced
this pull request
Jun 11, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
luyanci
pushed a commit
to luyanci/SukiSU-Ultra
that referenced
this pull request
Jun 11, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
ShirkNeko
pushed a commit
to SukiSU-Ultra/SukiSU-Ultra
that referenced
this pull request
Jun 12, 2025
- Picked from tiann/KernelSU#2631 - Minor changes: NULL-ing creds after committing Signed-off-by: rsuntk <[email protected]>
fadlyas07
added a commit
to bengal-upstream/KernelSU
that referenced
this pull request
Jul 10, 2025
* 'main' of https://github.com/tiann/KernelSU: kernel: selinux: rules: Fix illegal RCU lock usage in apply_kernelsu_rules() (tiann#2646) manger: fix lkm detection (tiann#2654) Update FUNDING.yml kernel: core_hook: fix refcount leaks on try_umount (tiann#2635) build(deps): bump the maven group across 1 directory with 7 updates (tiann#2629) Translations update from Hosted Weblate (tiann#2587) kernel: throne_tracker: avoid cross-fs traversal using s_magic check (tiann#2633) Switch to prepare_creds/commit_creds (tiann#2631) throne_tracker: avoid cross fs access (tiann#2626) build(deps): bump the maven group across 1 directory with 4 updates (tiann#2612) Conflicts: kernel/selinux/rules.c kernel/throne_tracker.c Change-Id: If58573ef63cb613e76d6054c898c7748143ff8b9
Prslc
pushed a commit
to Prslc/KernelSU
that referenced
this pull request
Oct 31, 2025
Update API as per kernel doc recommends, also fix setup_groups refcount leak while at it.
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.
Update API as per kernel doc recommends, also fix setup_groups refcount leak while at it.