linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
@ 2012-09-17 20:20 Geert Uytterhoeven
  2012-09-23 17:36 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2012-09-17 20:20 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, linux-next, Geert Uytterhoeven

arch/mips/kernel/ptrace.c: In function ‘syscall_trace_enter’:
arch/mips/kernel/ptrace.c:664: error: implicit declaration of function ‘__syscall_get_arch’
make[2]: *** [arch/mips/kernel/ptrace.o] Error 1

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
E.g. http://kisskb.ellerman.id.au/kisskb/buildresult/7223557/

 arch/mips/kernel/ptrace.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c
index 94fd0f4..cc7c44f 100644
--- a/arch/mips/kernel/ptrace.c
+++ b/arch/mips/kernel/ptrace.c
@@ -40,6 +40,7 @@
 #include <asm/uaccess.h>
 #include <asm/bootinfo.h>
 #include <asm/reg.h>
+#include <asm/syscall.h>
 
 /*
  * Called by kernel/ptrace.c when detaching..
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
  2012-09-17 20:20 [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h> Geert Uytterhoeven
@ 2012-09-23 17:36 ` Ralf Baechle
  2012-09-24 18:23   ` David Daney
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2012-09-23 17:36 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-mips, linux-next

On Mon, Sep 17, 2012 at 10:20:16PM +0200, Geert Uytterhoeven wrote:

> arch/mips/kernel/ptrace.c: In function ‘syscall_trace_enter’:
> arch/mips/kernel/ptrace.c:664: error: implicit declaration of function ‘__syscall_get_arch’
> make[2]: *** [arch/mips/kernel/ptrace.o] Error 1

Thanks, I already had fixed that in the linux-trace tree; the latest
version just had not yet propagated yet to the other trees.

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
  2012-09-23 17:36 ` Ralf Baechle
@ 2012-09-24 18:23   ` David Daney
  2012-09-26 21:09     ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: David Daney @ 2012-09-24 18:23 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Geert Uytterhoeven, linux-mips, linux-next

On 09/23/2012 10:36 AM, Ralf Baechle wrote:
> On Mon, Sep 17, 2012 at 10:20:16PM +0200, Geert Uytterhoeven wrote:
>
>> arch/mips/kernel/ptrace.c: In function ‘syscall_trace_enter’:
>> arch/mips/kernel/ptrace.c:664: error: implicit declaration of function ‘__syscall_get_arch’
>> make[2]: *** [arch/mips/kernel/ptrace.o] Error 1
>
> Thanks, I already had fixed that in the linux-trace tree; the latest
> version just had not yet propagated yet to the other trees.
>

It is still not on mips-for-linux-next.  Perhaps we should arrange for 
it to be there, so that the actual propagation may commence.

David Daney

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
  2012-09-24 18:23   ` David Daney
@ 2012-09-26 21:09     ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2012-09-26 21:09 UTC (permalink / raw)
  To: David Daney; +Cc: Geert Uytterhoeven, linux-mips, linux-next

On Mon, Sep 24, 2012 at 11:23:40AM -0700, David Daney wrote:

> >Thanks, I already had fixed that in the linux-trace tree; the latest
> >version just had not yet propagated yet to the other trees.
> >
> 
> It is still not on mips-for-linux-next.  Perhaps we should arrange
> for it to be there, so that the actual propagation may commence.

Seems my fix one branch, push the other strategy didn't work so well ;-)

Fixed, sorry.

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-26 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-17 20:20 [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h> Geert Uytterhoeven
2012-09-23 17:36 ` Ralf Baechle
2012-09-24 18:23   ` David Daney
2012-09-26 21:09     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).