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 afaa788 commit d0de824Copy full SHA for d0de824
mm/Kconfig
@@ -823,6 +823,7 @@ config PERCPU_STATS
823
824
config GUP_TEST
825
bool "Enable infrastructure for get_user_pages()-related unit tests"
826
+ depends on DEBUG_FS
827
help
828
Provides /sys/kernel/debug/gup_test, which in turn provides a way
829
to make ioctl calls that can launch kernel-based unit tests for
@@ -840,6 +841,9 @@ config GUP_TEST
840
841
842
See tools/testing/selftests/vm/gup_test.c
843
844
+comment "GUP_TEST needs to have DEBUG_FS enabled"
845
+ depends on !GUP_TEST && !DEBUG_FS
846
+
847
config GUP_GET_PTE_LOW_HIGH
848
bool
849
0 commit comments