From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f67.google.com ([209.85.218.67]:32923 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdEHMZN (ORCPT ); Mon, 8 May 2017 08:25:13 -0400 Received: by mail-oi0-f67.google.com with SMTP id h4so8992730oib.0 for ; Mon, 08 May 2017 05:25:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Arnd Bergmann Date: Mon, 8 May 2017 14:25:11 +0200 Message-ID: Subject: Re: v3.18.52 build: 0 failures 2 warnings (v3.18.52) To: Build bot for Mark Brown Cc: Kernel Build Reports Mailman List , linaro-kernel@lists.linaro.org, stable@vger.kernel.org, gregkh Content-Type: text/plain; charset=UTF-8 Sender: stable-owner@vger.kernel.org List-ID: 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. Arnd