[PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
Randy Dunlap
rdunlap at infradead.org
Wed Aug 5 09:05:18 EDT 2020
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
More information about the linux-riscv
mailing list