Re: [v5 PATCH 1/2] hugetlb: arm64: add mte support

From: Catalin Marinas
Date: Mon Sep 16 2024 - 11:34:33 EST


On Fri, Sep 13, 2024 at 11:34:03AM -0700, Yang Shi wrote:
> Enable MTE support for hugetlb.
>
> The MTE page flags will be set on the folio only. When copying
> hugetlb folio (for example, CoW), the tags for all subpages will be copied
> when copying the first subpage.
>
> When freeing hugetlb folio, the MTE flags will be cleared.
>
> Signed-off-by: Yang Shi <yang@xxxxxxxxxxxxxxxxxxxxxx>

The patch looks fine to me:

Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>

You may want to rebase and repost after the merging window.