From: gregkh@suse.de Date: Thu, 10 Mar 2005 17:23:37 +0000 (-0800) Subject: [PATCH] remove mips patch from the queue due to rejection from Ralf Baechle --- diff --git a/mips-ptrace.patch b/mips-ptrace.patch deleted file mode 100644 index c213e5e921e..00000000000 --- a/mips-ptrace.patch +++ /dev/null @@ -1,47 +0,0 @@ -From akpm@osdl.org Fri Mar 4 13:22:06 2005 -Subject: [patch 4/5] audit mips fix -To: greg@kroah.com -Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, yuasa@hh.iij4u.or.jp -From: akpm@osdl.org -Date: Fri, 04 Mar 2005 13:16:57 -0800 -Lines: 38 - - -From: Yoichi Yuasa - - CC arch/mips/kernel/ptrace.o -arch/mips/kernel/ptrace.c: In function 'do_syscall_trace': -arch/mips/kernel/ptrace.c:310: warning: implicit declaration of function 'audit_syscall_entry' -arch/mips/kernel/ptrace.c:310: error: 'struct pt_regs' has no member named 'orig_eax' -arch/mips/kernel/ptrace.c:314: warning: implicit declaration of function 'audit_syscall_exit' - -Signed-off-by: Yoichi Yuasa -Signed-off-by: Andrew Morton -Signed-off-by: Greg Kroah-Hartman ---- - - 25-akpm/arch/mips/kernel/ptrace.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletion(-) - -diff -puN arch/mips/kernel/ptrace.c~audit-mips-fix arch/mips/kernel/ptrace.c ---- 25/arch/mips/kernel/ptrace.c~audit-mips-fix 2005-03-04 13:16:25.000000000 -0800 -+++ 25-akpm/arch/mips/kernel/ptrace.c 2005-03-04 13:16:25.000000000 -0800 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -307,7 +308,7 @@ asmlinkage void do_syscall_trace(struct - { - if (unlikely(current->audit_context)) { - if (!entryexit) -- audit_syscall_entry(current, regs->orig_eax, -+ audit_syscall_entry(current, regs->regs[2], - regs->regs[4], regs->regs[5], - regs->regs[6], regs->regs[7]); - else -_ -