Skip to content

Commit 96d4339

Browse files
committed
inlined copy_from_user_nofault compat
1 parent 789556a commit 96d4339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ jobs:
188188
else
189189
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
190190
fi
191+
192+
curl -Ls https://github.com/backslashxx/mojito_krenol/commit/84cc3277f7fd1b79681d8cdaa6315717ae53404f.patch | patch -p1 -F 3 -R
193+
cd ../KernelSU-Next
194+
curl -Ls https://github.com/backslashxx/KernelSU/commit/1fc6b935ac1a50a82c9b93872c0fc3b8c1732ce8.patch | patch -p1 -F 3 -R
191195
192196
- name: Apply KSUN Hooks
193197
run: |

0 commit comments

Comments
 (0)