Re: [PATCH] mm: provide reference to READ_IMPLIES_EXEC
Konstantin Khlebnikov <[email protected]> Thu, 28 Jan 2016 12:33:12 +0300
| Newsgroups | org.kernel.vger.kernel-testers,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <CALYGNiNvUFyPCNvPiDSbXHiSTmYCfwPwVGeYqzhNe8SmM+bfMQ@mail.gmail.com> |
On Thu, Jan 28, 2016 at 12:11 PM, Sudip Mukherjee <[email protected]> wrote: > blackfin defconfig fails with the error: > mm/internal.h: In function 'is_stack_mapping': > arch/blackfin/include/asm/page.h:15:27: error: 'READ_IMPLIES_EXEC' undeclared > > Commit 07dff8ae2bc5 has added is_stack_mapping in mm/internal.h but it > also needs personality.h. I have different patch which should fix this too. It removes usage of VM_STACK_DEFAULT_FLAGS from that file. > > Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA") > Cc: Konstantin Khlebnikov <[email protected]> > Signed-off-by: Sudip Mukherjee <[email protected]> > --- > > build log at: > https://travis-ci.org/sudipm-mukherjee/parport/jobs/105335848 > > mm/internal.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/mm/internal.h b/mm/internal.h > index cac6eb4..59c496f 100644 > --- a/mm/internal.h > +++ b/mm/internal.h > @@ -14,6 +14,7 @@ > #include <linux/fs.h> > #include <linux/mm.h> > #include <linux/pagemap.h> > +#include <linux/personality.h> > #include <linux/tracepoint-defs.h> > > /* > -- > 1.9.1 > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to [email protected]. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"[email protected]"> [email protected] </a>