linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: provide reference to READ_IMPLIES_EXEC
@ 2016-01-28  9:11 Sudip Mukherjee
  2016-01-28  9:33 ` Konstantin Khlebnikov
  2016-01-28 14:38 ` Guenter Roeck
  0 siblings, 2 replies; 4+ messages in thread
From: Sudip Mukherjee @ 2016-01-28  9:11 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, kernel-testers, linux-mm, Sudip Mukherjee,
	Konstantin Khlebnikov

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.

Fixes: 07dff8ae2bc5 ("mm: warn about VmData over RLIMIT_DATA")
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
---

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 majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-28 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28  9:11 [PATCH] mm: provide reference to READ_IMPLIES_EXEC Sudip Mukherjee
2016-01-28  9:33 ` Konstantin Khlebnikov
2016-01-28 14:38 ` Guenter Roeck
2016-01-28 15:29   ` Konstantin Khlebnikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).