Re: [PATCH 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
Mike Rapoport <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Acked-by: Mike Rapoport (Microsoft) <[email protected]> > --- > tools/testing/selftests/mm/uffd-wp-mremap.c | 2 ++ > 1 file changed, 2 insertions(+) -- Sincerely yours, Mike.