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 <[email protected]>
Acked-by: Mike Rapoport (Microsoft) <[email protected]> > --- > tools/testing/selftests/mm/mremap_test.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) -- Sincerely yours, Mike.

