Re: [PATCH 3/6] alpha: fix the local TLB invalidate in flush_tlb_page()
From: Magnus Lindholm
Date: Mon Aug 10 2026 - 02:29:29 EST
On Mon, Aug 10, 2026 at 4:44 AM Matt Turner <mattst88@xxxxxxxxx> wrote:
>
> I think we could split this patch, like how patches 2 (tests change)
> and 5 (missing else) are split.
>
> No strong preference.
Sure, that's more consistent with the rest of the series, 2 and 5/6 already
keep the two changes apart, and 3 is the only one that mixes them.
I'll split it into the current->mm test and the missing else branch for v2.
Magnus