Skip to content

Commit fa64df0

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/actions/action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,15 @@ 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_mem.patch" | patch -p1 --forward
298+
291299
- name: Add KernelSU-Next and SUSFS Configuration Settings
292300
shell: bash
293301
run: |

0 commit comments

Comments
 (0)