The patch titled rename-the-provided-execve-functions-to-kernel_execve-headers-fix has been removed from the -mm tree. Its filename is rename-the-provided-execve-functions-to-kernel_execve-headers-fix.patch This patch was dropped because it was folded into rename-the-provided-execve-functions-to-kernel_execve.patch ------------------------------------------------------ Subject: rename-the-provided-execve-functions-to-kernel_execve-headers-fix From: Andrew Morton <akpm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-x86_64/unistd.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/asm-x86_64/unistd.h~rename-the-provided-execve-functions-to-kernel_execve-headers-fix include/asm-x86_64/unistd.h --- a/include/asm-x86_64/unistd.h~rename-the-provided-execve-functions-to-kernel_execve-headers-fix +++ a/include/asm-x86_64/unistd.h @@ -621,7 +621,10 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice) __SYSCALL(__NR_move_pages, sys_move_pages) #define __NR_syscall_max __NR_move_pages + +#ifdef __KERNEL__ #include <linux/err.h> +#endif #ifndef __NO_STUBS _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list-module-taint-flags-in-oops-panic.patch move-pidmap-to-pspaceh.patch isdn-work-around-excessive-udelay.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes.patch knfsd-separate-out-some-parts-of-nfsd_svc-which-start-nfs-servers.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports.patch knfsd-drop-serv-option-to-svc_recv-and-svc_process.patch knfsd-move-tempsock-aging-to-a-timer.patch namespaces-add-nsproxy.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch ipc-namespace-core.patch rename-the-provided-execve-functions-to-kernel_execve.patch rename-the-provided-execve-functions-to-kernel_execve-headers-fix.patch replace-cad_pid-by-a-struct-pid-fixes.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