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

From: Mike Rapoport
Date: Thu Aug 06 2020 - 08:52:34 EST


On Wed, Aug 05, 2020 at 06:05:18AM -0700, Randy Dunlap wrote:
> 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.

Will fix.

> > + select GENERIC_ALLOCATOR
> > +
> > endmenu
>
>
> --
> ~Randy
>

--
Sincerely yours,
Mike.