[LTP] [PATCH v3 2/2] execl01.c: set stack to unlimited
Cyril Hrubis
chrubis@suse.cz
Fri Jan 19 17:09:19 CET 2024
Hi!
> Signed-off-by: Wei Gao <wegao@suse.com>
The previous version was reviewed by Peter, so this should have included
his reviewed-by line...
> ---
> testcases/kernel/syscalls/execl/execl01.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/testcases/kernel/syscalls/execl/execl01.c b/testcases/kernel/syscalls/execl/execl01.c
> index 9268d4976..dfefd1fa8 100644
> --- a/testcases/kernel/syscalls/execl/execl01.c
> +++ b/testcases/kernel/syscalls/execl/execl01.c
> @@ -35,4 +35,8 @@ static struct tst_test test = {
> .forks_child = 1,
> .child_needs_reinit = 1,
> .test_all = verify_execl,
> + .ulimit = (const struct tst_ulimit_val[]) {
> + {RLIMIT_STACK, RLIM_INFINITY},
> + {}
> + },
> };
> --
> 2.35.3
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list