We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a09371 commit 7fe188bCopy full SHA for 7fe188b
.github/actions/action.yml
@@ -215,6 +215,11 @@ runs:
215
216
# Change to common directory and apply SUSFS patch
217
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
223
if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
224
if ! grep -qxF '#include <trace/hooks/fs.h>' ./fs/namespace.c; then
225
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace\/hooks\/fs.h>' ./fs/namespace.c
0 commit comments