All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: vdso build fix (ckpt-v17)
@ 2009-08-04 20:58 Nathan Lynch
       [not found] ` <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Lynch @ 2009-08-04 20:58 UTC (permalink / raw)
  To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

arch/powerpc/kernel/vdso.c: In function 'arch_setup_additional_pages':
arch/powerpc/kernel/vdso.c:244: error: 'ret' undeclared (first use in this function)
arch/powerpc/kernel/vdso.c:244: error: (Each undeclared identifier is reported only once
arch/powerpc/kernel/vdso.c:244: error: for each function it appears in.)


Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
---
 arch/powerpc/kernel/vdso.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
index c25213b..679b394 100644
--- a/arch/powerpc/kernel/vdso.c
+++ b/arch/powerpc/kernel/vdso.c
@@ -241,7 +241,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm,
 
 	/* for restart(2), double check that we got we asked for */
 	if (start && vdso_base != start) {
-		ret = -EBUSY;
+		rc = -EBUSY;
 		goto fail_mmapsem;
 	}
 
-- 
1.6.0.6

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

* Re: [PATCH] powerpc: vdso build fix (ckpt-v17)
       [not found] ` <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
@ 2009-08-12  6:11   ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2009-08-12  6:11 UTC (permalink / raw)
  To: Nathan Lynch; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA


Nathan Lynch wrote:
> arch/powerpc/kernel/vdso.c: In function 'arch_setup_additional_pages':
> arch/powerpc/kernel/vdso.c:244: error: 'ret' undeclared (first use in this function)
> arch/powerpc/kernel/vdso.c:244: error: (Each undeclared identifier is reported only once
> arch/powerpc/kernel/vdso.c:244: error: for each function it appears in.)
> 
> 
> Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
> ---
>  arch/powerpc/kernel/vdso.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
> index c25213b..679b394 100644
> --- a/arch/powerpc/kernel/vdso.c
> +++ b/arch/powerpc/kernel/vdso.c
> @@ -241,7 +241,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm,
>  
>  	/* for restart(2), double check that we got we asked for */
>  	if (start && vdso_base != start) {
> -		ret = -EBUSY;
> +		rc = -EBUSY;
>  		goto fail_mmapsem;
>  	}
>  

Oops !

Thanks, I hope this time around I'll get it right...
Pushed to ckpt-v17-dev.

Oren.

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

end of thread, other threads:[~2009-08-12  6:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 20:58 [PATCH] powerpc: vdso build fix (ckpt-v17) Nathan Lynch
     [not found] ` <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-08-12  6:11   ` Oren Laadan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.