[LTP] [PATCH 1/3] Update statmount fallback definitions

Andrea Cervesato andrea.cervesato@suse.com
Mon Jul 28 08:50:20 CEST 2025


Merged with the addition below.

Thanks!

- Andrea

On 7/25/25 3:47 PM, Cyril Hrubis wrote:
> diff --git a/testcases/kernel/syscalls/listmount/listmount04.c b/testcases/kernel/syscalls/listmount/listmount04.c
> index 503346de8..a52bad064 100644
> --- a/testcases/kernel/syscalls/listmount/listmount04.c
> +++ b/testcases/kernel/syscalls/listmount/listmount04.c
> @@ -135,7 +135,7 @@ static struct tst_test test = {
>          .tcnt = ARRAY_SIZE(tcases),
>          .min_kver = "6.8",
>          .bufs = (struct tst_buffers []) {
> -               { &request, .size = sizeof(struct mnt_id_req) },
> +               { &request, .size = MNT_ID_REQ_SIZE_VER0 },
>                  {},
>          },
>   };


More information about the ltp mailing list