From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57832 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925AbdEHNRP (ORCPT ); Mon, 8 May 2017 09:17:15 -0400 Date: Mon, 8 May 2017 15:17:06 +0200 From: gregkh To: Arnd Bergmann Cc: Build bot for Mark Brown , Kernel Build Reports Mailman List , linaro-kernel@lists.linaro.org, stable@vger.kernel.org Subject: Re: v3.18.52 build: 0 failures 2 warnings (v3.18.52) Message-ID: <20170508131706.GA23246@kroah.com> References: 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 Mon, May 08, 2017 at 02:25:11PM +0200, Arnd Bergmann wrote: > On Mon, May 8, 2017 at 12:27 PM, Build bot for Mark Brown > wrote: > > Tree/Branch: v3.18.52 > > Git describe: v3.18.52 > > Commit: 68e50dad01 Linux 3.18.52 > > Ok, so while kernelci reports a clean build, both Olof and Mark still > have one or two > warnings. > > > defconfigs with issues (other than build errors): > > 3 warnings 0 mismatches : arm-allmodconfig > > 2 warnings 0 mismatches : arm-multi_v7_defconfig > > 2 warnings 0 mismatches : arm-multi_v5_defconfig > > > Warnings Summary: 2 > > 6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] > > This was fixed in v4.2 with this patch: > > ffb6e0c9a057 ("tty: remove platform_sysrq_reset_seq") > > > 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=] > > And this was fixed in v4.1 with > > d09957fbb4d0 ("mtd: cfi: reduce stack size") > > Both warnings are apparently architecture and gcc version specific, and kernelci > had a different set of combinations here. Both now queued up, thanks. Hopefully this should be the last ones for these warnings :) greg k-h