From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.10]:54194 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751217AbcFBLmo (ORCPT ); Thu, 2 Jun 2016 07:42:44 -0400 From: Arnd Bergmann To: kernel-build-reports@lists.linaro.org Cc: Build bot for Mark Brown , linaro-kernel@lists.linaro.org, stable@vger.kernel.org, "gregkh@linuxfoundation.org" Subject: Re: v4.6.1 build: 0 failures 4 warnings (v4.6.1) Date: Thu, 02 Jun 2016 12:41:36 +0200 Message-ID: <4608338.f9WentEl5h@wuerfel> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: stable-owner@vger.kernel.org List-ID: 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"). Arnd