File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments