From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46072 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933036AbeCGB3p (ORCPT ); Tue, 6 Mar 2018 20:29:45 -0500 Date: Tue, 6 Mar 2018 20:29:42 -0500 From: Mike Snitzer To: Arnd Bergmann Cc: Alasdair Kergon , dm-devel@redhat.com, Mikulas Patocka , Ingo Molnar , Aliaksei Karaliou , Jens Axboe , Jan Kara , Dan Carpenter , Mark Rutland , Eric Biggers , Linux Kernel Mailing List , stable Subject: Re: dm-bufio: avoid false-positive Wmaybe-uninitialized warning Message-ID: <20180307012941.GA27250@redhat.com> References: <20180222155627.1800948-1-arnd@arndb.de> <20180222160432.GA16971@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Tue, Mar 06 2018 at 4:33pm -0500, Arnd Bergmann wrote: > On Thu, Feb 22, 2018 at 5:04 PM, Mike Snitzer wrote: > > On Thu, Feb 22 2018 at 10:56am -0500, > > Arnd Bergmann wrote: > > > > > Mikulas already sent a fix for this: > > https://patchwork.kernel.org/patch/10211631/ > > > > But I like yours a bit better, though I'll likely move the declaration > > of 'noio_flag' temporary inside the conditional. > > > > Anyway, I'll get this fixed up shortly, thanks. > > I see the fix made it into linux-next on the same day, but the build bots still > report the warning for mainline kernels and now also for stable kernels > that got a backport of the patch that introduced it on arm64. > > I assume you had not planned to send it for mainline, any chance you > could change that and send it as a bugfix with a 'Cc: > stable@vger.kernel.org' tag to restore a clean build? I did/do plan to send to Linus this week. But I've updated the commit header to include the CC: stable like you asked. Thanks, Mike