Re: [PATCH 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
Sarthak Sharma <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 5:38 PM, 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]> > --- Looks good to me. Reviewed-by: Sarthak Sharma <[email protected]>