Re: [RESEND PATCH 3/4] selftests/mm: split_huge_page_test: skip the test when thp is not available

From: Chunyu Hu

Date: Thu Mar 12 2026 - 22:26:19 EST


On Thu, Mar 12, 2026 at 08:44:46PM +0100, David Hildenbrand (Arm) wrote:
>
> >
> > + if (!thp_is_enabled()) {
> > + ksft_exit_skip("Transparent Hugepages not available\n");
> > + }
> > +
>
> No need for the {}

Oops, my bad. I overlooked it when checking patch. Will fix in v2.

>
> --
> Cheers,
>
> David
>