Re: [PATCH 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
From: Mike Rapoport
Date: Wed Aug 12 2026 - 09:43:15 EST
On Wed, Aug 12, 2026 at 08:08:20PM +0800, Song Hu wrote:
> mremap_test calls ksft_set_plan() without ksft_print_header(), and its
> get_mmap_min_addr() skip path uses a bare exit(KSFT_SKIP) that prints no
> TAP line, so its output is not valid KTAP. Add the header and switch the
> skip to ksft_exit_skip().
>
> Signed-off-by: Song Hu <husong@xxxxxxxxxx>
Acked-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx>
> ---
> tools/testing/selftests/mm/mremap_test.c | 15 +++++++--------
> 1 file changed, 7 insertions(+), 8 deletions(-)
--
Sincerely yours,
Mike.