[merged] ipc-kernel-use-linux-headers.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: [merged] ipc-kernel-use-linux-headers.patch removed from -mm tree
To: paulmcquad@xxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Mon, 09 Jun 2014 12:37:02 -0700


The patch titled
     Subject: ipc, kernel: use Linux headers
has been removed from the -mm tree.  Its filename was
     ipc-kernel-use-linux-headers.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Paul McQuade <paulmcquad@xxxxxxxxx>
Subject: ipc, kernel: use Linux headers

Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Use #include <linux/types.h> instead of <asm/types.h>

Signed-off-by: Paul McQuade <paulmcquad@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 ipc/compat.c    |    2 +-
 ipc/compat_mq.c |    2 +-
 ipc/msg.c       |    2 +-
 ipc/sem.c       |    2 +-
 ipc/shm.c       |    2 +-
 kernel/acct.c   |    2 +-
 kernel/audit.c  |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff -puN ipc/compat.c~ipc-kernel-use-linux-headers ipc/compat.c
--- a/ipc/compat.c~ipc-kernel-use-linux-headers
+++ a/ipc/compat.c
@@ -30,7 +30,7 @@
 #include <linux/ptrace.h>
 
 #include <linux/mutex.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #include "util.h"
 
diff -puN ipc/compat_mq.c~ipc-kernel-use-linux-headers ipc/compat_mq.c
--- a/ipc/compat_mq.c~ipc-kernel-use-linux-headers
+++ a/ipc/compat_mq.c
@@ -12,7 +12,7 @@
 #include <linux/mqueue.h>
 #include <linux/syscalls.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 struct compat_mq_attr {
 	compat_long_t mq_flags;      /* message queue flags		     */
diff -puN ipc/msg.c~ipc-kernel-use-linux-headers ipc/msg.c
--- a/ipc/msg.c~ipc-kernel-use-linux-headers
+++ a/ipc/msg.c
@@ -39,7 +39,7 @@
 #include <linux/ipc_namespace.h>
 
 #include <asm/current.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include "util.h"
 
 /*
diff -puN ipc/sem.c~ipc-kernel-use-linux-headers ipc/sem.c
--- a/ipc/sem.c~ipc-kernel-use-linux-headers
+++ a/ipc/sem.c
@@ -87,7 +87,7 @@
 #include <linux/nsproxy.h>
 #include <linux/ipc_namespace.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include "util.h"
 
 /* One semaphore structure for each semaphore in the system. */
diff -puN ipc/shm.c~ipc-kernel-use-linux-headers ipc/shm.c
--- a/ipc/shm.c~ipc-kernel-use-linux-headers
+++ a/ipc/shm.c
@@ -43,7 +43,7 @@
 #include <linux/mount.h>
 #include <linux/ipc_namespace.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #include "util.h"
 
diff -puN kernel/acct.c~ipc-kernel-use-linux-headers kernel/acct.c
--- a/kernel/acct.c~ipc-kernel-use-linux-headers
+++ a/kernel/acct.c
@@ -55,7 +55,7 @@
 #include <linux/times.h>
 #include <linux/syscalls.h>
 #include <linux/mount.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/div64.h>
 #include <linux/blkdev.h> /* sector_div */
 #include <linux/pid_namespace.h>
diff -puN kernel/audit.c~ipc-kernel-use-linux-headers kernel/audit.c
--- a/kernel/audit.c~ipc-kernel-use-linux-headers
+++ a/kernel/audit.c
@@ -44,7 +44,7 @@
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/init.h>
-#include <asm/types.h>
+#include <linux/types.h>
 #include <linux/atomic.h>
 #include <linux/mm.h>
 #include <linux/export.h>
_

Patches currently in -mm which might be from paulmcquad@xxxxxxxxx are

origin.patch
linux-next.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux