Re: [PATCH] mm: initialize 'seq' in gup_fast to remove -Wmaybe-uninitialized warning
From: Matthew Wilcox
Date: Mon Mar 02 2026 - 14:23:40 EST
On Mon, Mar 02, 2026 at 10:12:37PM +0300, Alexey Suchkov wrote:
> The local variable 'seq' in gup_fast (mm/gup.c) was declared
> without initialization, which can trigger:
I was going to look at your patch to see why it's wrong, but it contains
so much gratuitous reformatting that I gave up. NAK.