Re: [PATCH v2] x86/asm/entry/32, selftests: Add test_syscall_vdso test

From: Denys Vlasenko
Date: Fri Jun 12 2015 - 11:41:01 EST


On 06/12/2015 05:29 PM, Denys Vlasenko wrote:
> + exitcode += run_syscall_twice();
> + ptrace_me();
> + exitcode += run_syscall_twice();
> +
> + return 0;
> +}

Er... that last line was supposed to be "return exitcode;"

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/