[LTP] [PATCH 1/1] mmap15: Enable in compat mode

Li Wang liwang@redhat.com
Tue May 7 03:29:28 CEST 2024


On Tue, May 7, 2024 at 4:43 AM Petr Vorel <pvorel@suse.cz> wrote:

> Test actually runs well in compat mode. Skipping in 32 bit was
> originally added bc8d45a43 (in 2004, in hugemmap03.c), likely kernel or
> libc functionality changed.
>
> Tested on recent 6.7 kernel and very old 4.4 kernel.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
>

Reviewed-by: Li Wang <liwang@redhat.com>


> ---
>  testcases/kernel/syscalls/mmap/mmap15.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/mmap/mmap15.c
> b/testcases/kernel/syscalls/mmap/mmap15.c
> index 71c18a10a..2128e0b57 100644
> --- a/testcases/kernel/syscalls/mmap/mmap15.c
> +++ b/testcases/kernel/syscalls/mmap/mmap15.c
> @@ -61,6 +61,5 @@ static struct tst_test test = {
>         .setup = setup,
>         .cleanup = cleanup,
>         .test_all = run,
> -       .skip_in_compat = 1,
>         .needs_tmpdir = 1
>  };
> --
> 2.43.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>

-- 
Regards,
Li Wang


More information about the ltp mailing list