Skip to content

Commit 8847a28

Browse files
committed
add random_qstr and xx maps (xx_mem) patch
1 parent 9408a01 commit 8847a28

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/actions/action.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,17 @@ runs:
287287
set -euo pipefail
288288
cd "$CONFIG/kernel_platform/common"
289289
patch -p1 < ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch
290-
290+
291+
- name: Apply my personal random patches
292+
shell: bash
293+
run: |
294+
set -euo pipefail
295+
cd "$CONFIG/kernel_platform/common"
296+
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/random_qstr.patch" | patch -p1 --forward
297+
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_sus_kernel.patch" | patch -p1 --forward
298+
cd "../KernelSU-Next"
299+
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_ksu.patch" | patch -p1 --forward
300+
291301
- name: Add KernelSU-Next and SUSFS Configuration Settings
292302
shell: bash
293303
run: |

0 commit comments

Comments
 (0)