From: Serge E. Hallyn <serue@xxxxxxxxxx> (should be folded into "c/r: extend arch_setup_additional_pages()" ) Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx> --- arch/x86/vdso/vma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c index 393b22a..b10ed32 100644 --- a/arch/x86/vdso/vma.c +++ b/arch/x86/vdso/vma.c @@ -104,7 +104,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, { struct mm_struct *mm = current->mm; unsigned long addr; - int ret; + int ret = -EINVAL; if (!vdso_enabled) return 0; -- 1.6.0.4 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers