Re: [PATCH 3/6] alpha: fix the local TLB invalidate in flush_tlb_page()
Magnus Lindholm <[email protected]>
| Newsgroups | gmane.linux.ports.alpha,gmane.linux.kernel |
|---|---|
| Message-ID | <CA+=Fv5QN8jMFMVENxky7xLP37K494-+CSQguOGZxFCS6QQk4Fg@mail.gmail.com> |
On Mon, Aug 10, 2026 at 4:44 AM Matt Turner <[email protected]> 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