We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03bdbf commit daa9827Copy full SHA for daa9827
1 file changed
.github/workflows/build-ksu-next.yml
@@ -190,7 +190,6 @@ jobs:
190
191
SUPERCALLS="drivers/kernelsu/supercalls.c"
192
if [ -f "$SUPERCALLS" ]; then
193
- sed -i '/ksu_mark_running_process/d' "$SUPERCALLS"
194
if grep -q "vzalloc" "$SUPERCALLS" && ! head -5 "$SUPERCALLS" | grep -q "vmalloc.h"; then
195
sed -i '1a #include <linux/vmalloc.h>' "$SUPERCALLS"
196
fi
0 commit comments