From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42402 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966402AbcIYN1O (ORCPT ); Sun, 25 Sep 2016 09:27:14 -0400 Date: Sun, 25 Sep 2016 15:27:18 +0200 From: Greg KH To: Arnd Bergmann Cc: linaro-kernel@lists.linaro.org, Build bot for Mark Brown , kernel-build-reports@lists.linaro.org, stable@vger.kernel.org, Trond Myklebust Subject: Re: v4.7.5 build: 0 failures 2 warnings (v4.7.5) Message-ID: <20160925132718.GA8415@kroah.com> References: <2364242.iAJVmYQbD8@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2364242.iAJVmYQbD8@wuerfel> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Sep 24, 2016 at 10:57:27PM +0200, Arnd Bergmann wrote: > On Saturday, September 24, 2016 2:44:46 PM CEST Build bot for Mark Brown wrote: > > > > Warnings Summary: 2 > > 5 ../fs/nfs/nfs4session.c:201:54: warning: 'cur_seq' may be used uninitialized in this function [-Wmaybe-uninitialized] > > This is a false positive warning that was introduced by > > Fixes: 11d01071d730 ("NFSv4.1: Fix Oopsable condition in server callback races") > > I submitted a patch at https://patchwork.kernel.org/patch/9307119/ > which still seems like the best workaround to me, but as the warning is > disabled in v4.8, the patch was never applied upstream. Sad :( > > > 1 ../fs/reiserfs/ibalance.c:1156:2: warning: 'new_insert_key' may be used uninitialized in this function [-Wmaybe-uninitialized] > > This one was the last warning reported by Mark's autobuilder in v4.7, the following > patch for it went into v4.8: > > Fixes: 0a11b9aae49a ("reiserfs: fix "new_insert_key may be used uninitialized ..."") Thanks, now queued this one up as well. greg k-h