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 81cf488 commit 53176f5Copy full SHA for 53176f5
mm/Kconfig
@@ -1224,8 +1224,9 @@ config ARCH_SUPPORTS_PER_VMA_LOCK
1224
def_bool n
1225
1226
config PER_VMA_LOCK
1227
- def_bool y
+ bool "Enable per-vma locking during page fault handling."
1228
depends on ARCH_SUPPORTS_PER_VMA_LOCK && MMU && SMP
1229
+ depends on BROKEN
1230
help
1231
Allow per-vma locking during page fault handling.
1232
redhat/configs/rhel/generic/CONFIG_PER_VMA_LOCK
@@ -0,0 +1 @@
1
+# CONFIG_PER_VMA_LOCK is not set
redhat/configs/rhel/generic/CONFIG_PER_VMA_LOCK_STATS
@@ -1 +1 @@
-CONFIG_PER_VMA_LOCK_STATS=y
+# CONFIG_PER_VMA_LOCK_STATS is not set
0 commit comments