From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.73]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r9WkY3QfzzDqBK for ; Thu, 19 May 2016 23:14:44 +1000 (AEST) From: Arnd Bergmann To: Michal Hocko Cc: kernel-build-reports@lists.linaro.org, Olof's autobuilder , olof@lixom.net, linuxppc-dev@lists.ozlabs.org, Andrew Morton , Linus Walleij , linux-kernel@vger.kernel.org, Stefano Stabellini , Ross Lagerwall , Dave Chinner , Krzysztof Kozlowski , Kishon Vijay Abraham I Subject: Re: next build: 37 warnings 2 failures (next/next-20160519) Date: Thu, 19 May 2016 15:14:20 +0200 Message-ID: <2590345.NrfsVLDrUS@wuerfel> In-Reply-To: <20160519092044.GI26110@dhcp22.suse.cz> References: <573d6f0c.8664620a.24f8e.ffff931b@mx.google.com> <3211556.r7N0gQRgk6@wuerfel> <20160519092044.GI26110@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 19 May 2016 11:20:44 Michal Hocko wrote: > On Thu 19-05-16 11:07:09, Arnd Bergmann wrote: > [...] > > > 6 mm/page_alloc.c:3651:6: warning: 'compact_result' may be used uninitialized in this function [-Wmaybe-uninitialized] > > > > I'm surprised this one is still there, I sent a patch but Michal Hocko came up with > > a better fix on May 12, which was not applied yet. > > > > Michael, can you resend this one to Andrew? I suspect he missed it as it was > > sent as a reply to mine. > > Andrew has taken the patch IIRC but he hasn't released any mmotm since > then so it didn't get to the linux-next. > Ok, cool, that explains it. Arnd