Re: [RFC PATCH 00/18] mm: arm64: Add kernel replication feature
From: Matthew Wilcox
Date: Thu Aug 27 2026 - 15:11:30 EST
On Fri, Aug 28, 2026 at 12:11:40AM +0800, Nikita Panov wrote:
> There were several prior submissions with some sort of replication
> for NUMA systems, including one from our side for the x86_64 platform.
> In the last couple years, several research articles related to solving
> locality issues on NUMA machines through replication emerged as well.
You're lumping a lot of different NUMA replication things together in
your list. That doesn't give me confidence you know what you're doing.
I *think* what you're doing here is kernel text replication. Other
architectures (mips, arm) have managed to do this without core MM
changes. Why can't you?