Re: [PATCH mm-unstable v1 2/5] mm: introduce is_pmd_order helper

From: Barry Song

Date: Thu Feb 12 2026 - 22:51:55 EST


On Thu, Feb 12, 2026 at 10:19 AM Nico Pache <npache@xxxxxxxxxx> wrote:
>
> In order to add mTHP support to khugepaged, we will often be checking if a
> given order is (or is not) a PMD order. Some places in the kernel already
> use this check, so lets create a simple helper function to keep the code
> clean and readable.
>
> Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
> Suggested-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
> Signed-off-by: Nico Pache <npache@xxxxxxxxxx>

LGTM,

Reviewed-by: Barry Song <baohua@xxxxxxxxxx>