Skip to content

Commit 24700a1

Browse files
committed
Update SusFS patches + ksu_toolkit + pershoot no root fix
1 parent 0a45f3a commit 24700a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,11 @@ runs:
814814
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_$file.patch"
815815
done
816816
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/overwrite_hook_mode.patch"
817+
rm -rf ./kernel/tiny_sulog.c
818+
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/tiny_sulog.c" ./kernel/tiny_sulog.c
819+
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/ksu_toolkit.patch"
820+
# Add Pershoot tracepoint fix for no root
821+
curl -Ls https://github.com/pershoot/KernelSU-Next/commit/249d468099c180b7159c240b3f3ecffe8c8d3a6f.patch | patch -p1 || true
817822
else
818823
patch -p1 --forward < 10_enable_susfs_for_ksu.patch
819824
fi
@@ -1040,6 +1045,7 @@ runs:
10401045
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3=n
10411046
CONFIG_OPTIMIZE_INLINING=y
10421047
CONFIG_FRAME_WARN=0
1048+
CONFIG_TRACEPOINTS=y
10431049
EOF
10441050
echo "::endgroup::"
10451051

0 commit comments

Comments
 (0)