[PATCH 1/3] kcmp: Include linux/ptrace.h

Alexander Kartashov alekskartashov at parallels.com
Wed Dec 19 08:27:55 EST 2012


From: Cyrill Gorcunov <gorcunov at openvz.org>

This makes it compile on s390. After all the ptrace_may_access
(which we use this file) is declared exactly in linux/ptrace.h.

This is preparatory work to wire this syscall up on all archs.

Original-by: Heiko Carstens <heiko.carstens at de.ibm.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
CC: Andrew Morton <akpm at linux-foundation.org>
CC: "H. Peter Anvin" <hpa at zytor.com>
CC: Eric W. Biederman <ebiederm at xmission.com>
CC: Pavel Emelyanov <xemul at parallels.com>
CC: Alexander Kartashov <alekskartashov at parallels.com>
Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
 kernel/kcmp.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/kcmp.c b/kernel/kcmp.c
index 30b7b22..e30ac0f 100644
--- a/kernel/kcmp.c
+++ b/kernel/kcmp.c
@@ -4,6 +4,7 @@
 #include <linux/string.h>
 #include <linux/random.h>
 #include <linux/module.h>
+#include <linux/ptrace.h>
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/cache.h>
-- 
1.7.9.5




More information about the linux-arm-kernel mailing list