Re: [PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides

Gregory Price <[email protected]> Thu, 14 May 2026 09:53:42 -0400
Newsgroups org.kernel.vger.linux-alpha,dev.linux.lists.virtualization,org.kernel.vger.linux-kernel,org.kernel.vger.linux-m68k,org.kernel.vger.linux-s390,org.kvack.linux-mm
Message-ID <agXT5s4FLL54MS-e@gourry-fedora-PF4VCD3F>
On Tue, May 12, 2026 at 05:06:04PM -0400, Michael S. Tsirkin wrote:
> Now that the generic vma_alloc_zeroed_movable_folio() uses
> __GFP_ZERO, the arch-specific macros on alpha, m68k, s390, and
> x86 that did the same thing are redundant.  Remove them.
> 
> arm64 is not affected: it has a real function override that
> handles MTE tag zeroing, not just __GFP_ZERO.
> 
> Suggested-by: David Hildenbrand <[email protected]>
> Acked-by: Magnus Lindholm <[email protected]>
> Acked-by: Greg Ungerer <[email protected]>
> Acked-by: Geert Uytterhoeven <[email protected]> # m68k
> Signed-off-by: Michael S. Tsirkin <[email protected]>

Reviewed-by: Gregory Price <[email protected]>