On Tue, 01 Oct 2024 15:52:19 -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. > > [...] Applied to arm64 (for-next/mte), thanks! [1/2] hugetlb: arm64: add mte support https://git.kernel.org/arm64/c/25c17c4b55de [2/2] selftests: arm64: add hugetlb mte tests https://git.kernel.org/arm64/c/27879e8cb6b0 -- Catalin