Re: [PATCH v9 5/6] tools/mm: make gup_bench a benchmark only tool

From: David Hildenbrand (Arm)

Date: Mon Sep 07 2026 - 11:05:15 EST



> free(tid);
> -
> - ksft_exit_pass();
> + if (thread_error)
> + goto err_unmap;

Nit:

if (!thread_error)
exit_status = 0;


--
Cheers,

David