Re: [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas

From: Randy Dunlap
Date: Wed Aug 05 2020 - 15:57:13 EST


On 8/4/20 2:50 AM, Mike Rapoport wrote:
> diff --git a/mm/Kconfig b/mm/Kconfig
> index f2104cc0d35c..8378175e72a4 100644
> --- a/mm/Kconfig
> +++ b/mm/Kconfig
> @@ -872,4 +872,8 @@ config ARCH_HAS_HUGEPD
> config MAPPING_DIRTY_HELPERS
> bool
>
> +config SECRETMEM
> + def_bool ARCH_HAS_SET_DIRECT_MAP && !EMBEDDED

use tab above, not spaces.

> + select GENERIC_ALLOCATOR
> +
> endmenu


--
~Randy