Conversation
maxsteeel
marked this pull request as ready for review
July 5, 2026 04:48
maxsteeel
force-pushed
the
dev
branch
2 times, most recently
from
July 5, 2026 05:34
a40e9bc to
f453d10
Compare
maxsteeel
marked this pull request as draft
July 12, 2026 21:14
maxsteeel
marked this pull request as ready for review
July 24, 2026 23:18
maxsteeel
force-pushed
the
dev
branch
10 times, most recently
from
August 3, 2026 01:45
0a054d7 to
ab51125
Compare
maxsteeel
force-pushed
the
dev
branch
12 times, most recently
from
August 9, 2026 19:41
b364cc1 to
5397628
Compare
… silent rule drops
based on `lsmod` output, shows current working mode as LKM or Built-in added 2 more string to translate
- Add root implementation check and abort installation on Magisk - Symlink `nm` to KSU / APatch `bin` folder on installation, make `nm` more accessible
…oc/keys hijacking
Now kernel integration is handled by the automatic setup.sh script, kernel patches are not needed anymore
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.
There are too many changes made in this PR, so I will only highlight the most relevant and important ones here.
kernel/:
nomount_inodes_htandnomount_inode_node. Addednm_inode_infoto O(1) inode operations.iterate_diroperations.add_key()syscall to the kernel instead of Generic Netlink API.setup.shscript to integrate NoMount into the kernel. Removed kernel patches.userspace/:
add_key()syscall to the kernel instead of Generic Netlink API.nm add /system/etc/hosts /data/adb/modules/hosts/system/etc/hosts --uid 10100nm whiteout /system/etc/lineage.prop --uid 10240module/:
nm d.and a lot of other misc changes :)