[LTP] [PATCH v2 8/8] Add ioctl_pidfd06 test
Cyril Hrubis
chrubis@suse.cz
Mon Jul 7 15:27:20 CEST 2025
Hi!
> +static struct tst_test test = {
> + .test_all = run,
> + .forks_child = 1,
> + .min_kver = "6.15",
In this case we also have to allow the call to fail with ENOTTY before
6.13 instead I think.
> + .bufs = (struct tst_buffers []) {
> + {&args, .size = sizeof(*args)},
> + {&info, .size = sizeof(*info)},
> + {}
> + }
> +};
>
> --
> 2.50.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list