Skip to content

Commit dfec18c

Browse files
committed
[BACKPORT] ptrace: Move setting/clearing
ptrace_message into ptrace_stop
1 parent 86e69ee commit dfec18c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ jobs:
152152
patch -p1 --forward < ksun_susfs_latest.patch || true
153153
fi
154154
155-
curl -Ls https://github.com/backslashxx/mojito_krenol/commit/0df9b96dcb3836e6e85f83839a95af71d7130e84.patch \
156-
| sed -e 's|a/drivers/kernelsu/core_hook.c|a/kernel/core_hook.c|' \
157-
-e 's|b/drivers/kernelsu/core_hook.c|b/kernel/core_hook.c|' \
158-
| patch -p1 -F 3
159-
160155
# Determine base version based on branch
161156
if [ "${{ inputs.ksun_branch }}" == "stable" ]; then
162157
BASE_VERSION=10200
@@ -181,6 +176,7 @@ jobs:
181176
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace/hooks/fs.h>' ./fs/namespace.c
182177
fi
183178
patch -p1 < 50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch || true
179+
curl -Ls https://github.com/sidex15/android_kernel_lge_sm8150/commit/fcc59dc3310d3a1511d02dc3ac6d1e113517ece1.patch | patch -p1 -F 3
184180
185181
- name: Apply KSUN Hooks
186182
run: |

0 commit comments

Comments
 (0)