Thread (19 messages) 19 messages, 3 authors, 2017-03-20

[PATCHv3 11/16] module: Use set_memory.h header

From: Laura Abbott <hidden>
Date: 2017-03-08 04:31:52
Also in: linux-arch, linux-s390, linux-watchdog, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.

Acked-by: Jessica Yu <redacted>
Signed-off-by: Laura Abbott <redacted>
---
v3: #ifdef protection
---
 kernel/module.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/kernel/module.c b/kernel/module.c
index 7eba6de..992a100 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -49,6 +49,9 @@
 #include <linux/rculist.h>
 #include <linux/uaccess.h>
 #include <asm/cacheflush.h>
+#ifdef CONFIG_STRICT_MODULE_RWX
+#include <asm/set_memory.h>
+#endif
 #include <asm/mmu_context.h>
 #include <linux/license.h>
 #include <asm/sections.h>
-- 
2.7.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help