drivers/kernelsu: patch for our vfs_statx support

Possible fix for enabled kprobes
This commit is contained in:
xxmustafacooTR 2023-05-21 03:39:48 +03:00
parent 51d73072af
commit d132ffbb12
No known key found for this signature in database
GPG key ID: 520B6FE385CBF5C9

View file

@ -25,3 +25,4 @@ touch .check
echo "" >> Makefile
echo "KSU_GIT_VERSION := $VERSION" >> Makefile
echo 'ccflags-y += -DKSU_GIT_VERSION=$(KSU_GIT_VERSION)' >> Makefile
gawk -i inplace '/11,/{c++;if(c==2||c==3){sub("11,","9,");}}1' sucompat.c