Re: [PATCH] selftests/mm: khugepaged: consolidate error exits via kselftest helpers
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 08:19, Hongfu Li wrote: > From: Hongfu Li <[email protected]> > > Replace the perror()+exit(EXIT_FAILURE) pattern with > ksft_exit_fail_perror() so failures are reported through the > kselftest framework, consistent with the rest of the file. > > Signed-off-by: Hongfu Li <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David