Skip to content

Commit 7fe188b

Browse files
committed
Add susfs_dentry_null_checks patch
1 parent 7a09371 commit 7fe188b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ runs:
215215
216216
# Change to common directory and apply SUSFS patch
217217
cd ../common
218+
219+
# SusFS Experimental Patches
220+
echo "Patching susfs_dentry_null_checks!"
221+
patch -p1 -F 3 < "../../../kernel_patches/experimental/susfs/susfs_dentry_checks.patch"
222+
218223
if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
219224
if ! grep -qxF '#include <trace/hooks/fs.h>' ./fs/namespace.c; then
220225
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace\/hooks\/fs.h>' ./fs/namespace.c

0 commit comments

Comments
 (0)