Enable PTE markers by default. On x86_64 it means it'll auto-enable PTE_MARKER_UFFD_WP as well. Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig b/mm/Kconfig index a80ea8721885..93e90efc4ab7 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -901,7 +901,7 @@ config ANON_VMA_NAME difference in their name. config PTE_MARKER - def_bool n + def_bool y bool "Marker PTEs support" help -- 2.32.0