From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41177 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbcFBP2P (ORCPT ); Thu, 2 Jun 2016 11:28:15 -0400 Date: Thu, 2 Jun 2016 08:28:13 -0700 From: "gregkh@linuxfoundation.org" To: Arnd Bergmann Cc: kernel-build-reports@lists.linaro.org, Build bot for Mark Brown , linaro-kernel@lists.linaro.org, stable@vger.kernel.org Subject: Re: v4.6.1 build: 0 failures 4 warnings (v4.6.1) Message-ID: <20160602152813.GA26868@kroah.com> References: <4608338.f9WentEl5h@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4608338.f9WentEl5h@wuerfel> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Jun 02, 2016 at 12:41:36PM +0200, Arnd Bergmann wrote: > On Thursday, June 2, 2016 11:30:41 AM CEST Build bot for Mark Brown wrote: > > Warnings Summary: 4 > > 3 ../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable] > > 2 ../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function] > > 1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=] > > 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] > > These are the same as the v4.4 warnings, except the first one, which > got fixed upstream with 6979cd54c066 ("drm: msm: remove unused variable"). Thanks, will dig that one up and apply it. greg k-h