@@ -159,12 +159,12 @@ jobs:
159
159
;;
160
160
esac
161
161
patch -p1 --forward < ksun_susfs_latest.patch || true
162
- # [PATCH] hunt from start_stack
163
- echo "[PATCH] hunt from start_stack"
164
- curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
165
- # add counter
166
- echo "[PATCH] hunt from start_stack - Add Counter"
167
- curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
162
+ # # [PATCH] hunt from start_stack
163
+ # echo "[PATCH] hunt from start_stack"
164
+ # curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
165
+ # # add counter
166
+ # echo "[PATCH] hunt from start_stack - Add Counter"
167
+ # curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168
168
169
169
170
170
# Change to common directory and apply SUSFS patch
@@ -184,15 +184,15 @@ jobs:
184
184
echo "Line already present. Skipping SUSFS_HIDE_SUS_MNTS_FOR_ALL_PROCS Patch."
185
185
fi
186
186
187
- KERNEL_VERSION="${{ inputs.kernel_version }}"
188
- MIN_VERSION="5.16"
187
+ # KERNEL_VERSION="${{ inputs.kernel_version }}"
188
+ # MIN_VERSION="5.16"
189
189
190
- if [ "$(printf '%s\n' "$KERNEL_VERSION" "$MIN_VERSION" | sort -V | head -n1)" = "$KERNEL_VERSION" ]; then
191
- echo "Patching ptrace!"
192
- curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/ptrace.patch | patch -p1 -F 3
193
- else
194
- echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
195
- fi
190
+ # if [ "$(printf '%s\n' "$KERNEL_VERSION" "$MIN_VERSION" | sort -V | head -n1)" = "$KERNEL_VERSION" ]; then
191
+ # echo "Patching ptrace!"
192
+ # curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/ptrace.patch | patch -p1 -F 3
193
+ # else
194
+ # echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
195
+ # fi
196
196
197
197
- name : Apply KSUN Hooks
198
198
run : |
0 commit comments