fix:susfs_steps

This commit is contained in:
dichgrem
2025-10-09 16:06:44 +08:00
parent 3727b78483
commit 70a8794285
3 changed files with 46 additions and 1 deletions

8
patches/fix2.patch Normal file
View File

@@ -0,0 +1,8 @@
--- a/drivers/kernelsu/kernel_compat.c
+++ b/drivers/kernelsu/kernel_compat.c
@@ -83,6 +83,7 @@
+ #undef ksu_access_ok
int ksu_access_ok(const void *addr, unsigned long size) {
#if LINUX_VERSION_CODE < KERNEL_VERSION(5,0,0)
/* For kernels before 5.0.0, pass the type argument to access_ok. */