Re: [PATCH 1/3] selftests/mm: emit TAP header in uffd-wp-mremap

From: Mike Rapoport

Date: Wed Aug 12 2026 - 09:49:49 EST


On Wed, Aug 12, 2026 at 08:08:19PM +0800, Song Hu wrote:
> uffd-wp-mremap calls ksft_set_plan() with no preceding ksft_print_header(),
> so the "TAP version 13" line is never emitted and the output is not valid
> KTAP. The sibling uffd tests (uffd-stress, uffd-unit-tests) print the
> header first; do the same.
>
> Signed-off-by: Song Hu <husong@xxxxxxxxxx>

Acked-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx>

> ---
> tools/testing/selftests/mm/uffd-wp-mremap.c | 2 ++
> 1 file changed, 2 insertions(+)

--
Sincerely yours,
Mike.