-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
kernel: Adapt to low version Android init process #973
Merged
Conversation
This file contains 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
Contributor
longhuan1999
commented
Sep 19, 2023
- Adapt to low version Android init process
- Add stop hook output
- Fix output with missing line breaks
longhuan1999
changed the title
kernel: Fix output with missing line breaks
kernel: Adapt to low version Android init process
Sep 19, 2023
tiann
requested changes
Sep 19, 2023
longhuan1999
force-pushed
the
init-below-10
branch
2 times, most recently
from
September 19, 2023 06:44
c90a25b
to
9345f8d
Compare
tiann
requested changes
Sep 21, 2023
longhuan1999
force-pushed
the
init-below-10
branch
4 times, most recently
from
September 25, 2023 07:25
80fbbc1
to
cc63038
Compare
tiann
requested changes
Sep 25, 2023
longhuan1999
force-pushed
the
init-below-10
branch
2 times, most recently
from
September 25, 2023 07:40
c2beb38
to
556a3bf
Compare
tiann
requested changes
Sep 25, 2023
longhuan1999
force-pushed
the
init-below-10
branch
2 times, most recently
from
September 25, 2023 08:05
395581d
to
ed3c506
Compare
1. Adapt to low version Android init process 2. Add stop hook output
tiann
approved these changes
Oct 2, 2023
tiann
pushed a commit
that referenced
this pull request
Oct 23, 2023
在 #973 __never_use_envp 被改名为 envp 并使用。 这导致 GKI 版本一旦代码运行到 [213](https://github.com/tiann/KernelSU/blob/344c08bb79ba12b692016750cda363f9f3500182/kernel/ksud.c#L213) 行(或许只有 WSA 等类似情况会跑到这?),就会触发一个空指针解引用。 此PR意在修复此问题,且已在WSA上测试。
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Jan 6, 2024
This reverts commit 54ee400.
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Feb 6, 2024
This reverts commit 54ee400.
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Mar 3, 2024
This reverts commit 54ee400.
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Apr 6, 2024
This reverts commit 54ee400.
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Apr 6, 2024
This reverts commit 54ee400. Signed-off-by: xiangfeidexiaohuo <[email protected]>
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Apr 13, 2024
This reverts commit 54ee400. Signed-off-by: xiangfeidexiaohuo <[email protected]>
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
May 3, 2024
This reverts commit 54ee400. Signed-off-by: xiangfeidexiaohuo <[email protected]>
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Jun 5, 2024
This reverts commit 54ee400. Signed-off-by: xiangfeidexiaohuo <[email protected]>
xiangfeidexiaohuo
added a commit
to xiangfeidexiaohuo/KernelSU
that referenced
this pull request
Aug 23, 2024
This reverts commit 54ee400. Signed-off-by: xiangfeidexiaohuo <[email protected]>
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.