File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,12 @@ $(info -- KernelSU Manager signature hash: $(KSU_EXPECTED_HASH))
56
56
ccflags-y += -DEXPECTED_SIZE=$(KSU_EXPECTED_SIZE )
57
57
ccflags-y += -DEXPECTED_HASH=\"$(KSU_EXPECTED_HASH ) \"
58
58
59
- ifeq ($(shell grep -q "int path_umount" $(srctree ) /fs/namespace.c; echo $$? ) ,0)
60
- ccflags-y += -DKSU_UMOUNT
61
- else
62
- $(info -- Did you know you can backport path_umount to fs/namespace.c from 5.9?)
63
- $(info -- Read : https://kernelsu.org/guide/how-to-integrate-for-non-gki.html# how-to-backport-path-umount)
59
+ ifneq ($(shell grep -q "int path_umount" $(srctree ) /fs/namespace.c; echo $$? ) ,0)
60
+ $(error You must backport path_umount - https ://github.com/tiann/KernelSU/pull/1464 )
61
+ endif
62
+
63
+ ifneq ($(shell grep -q "get_cred_rcu" $(srctree ) /include/linux/cred.h; echo $$? ) ,0)
64
+ $(error You must backport get_cred_rcu - https ://github.com/tiann/KernelSU/pull/2320# issuecomment-2564232958 )
64
65
endif
65
66
66
67
ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat
You can’t perform that action at this time.
0 commit comments