On Mon, May 11, 2026 at 05:02:32AM -0400, Michael S. Tsirkin wrote: > Pass vmf->address directly instead of ALIGN_DOWN(vmf->address, ...). > vma_alloc_folio_noprof now aligns internally for NUMA interleave, > and post_alloc_hook will use the raw address for cache-friendly > zeroing via folio_zero_user(). >
This patch seems rather far detatched from alignment change. I wonder whether this particular improvement should just be pulled out ahead to shorten the series. It doesn't seem like it would cause you too much churn? > Signed-off-by: Michael S. Tsirkin <[email protected]> > Assisted-by: Claude:claude-opus-4-6 > Assisted-by: cursor-agent:GPT-5.4-xhigh Reviewed-by: Gregory Price <[email protected]>

