From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752772AbdB1Nb5 (ORCPT ); Tue, 28 Feb 2017 08:31:57 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33427 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752588AbdB1Nbx (ORCPT ); Tue, 28 Feb 2017 08:31:53 -0500 MIME-Version: 1.0 In-Reply-To: <58b2dc6f.cf4d2e0a.f521.74b3@mx.google.com> References: <58b2dc6f.cf4d2e0a.f521.74b3@mx.google.com> From: Arnd Bergmann Date: Tue, 28 Feb 2017 14:31:51 +0100 X-Google-Sender-Auth: qq-dlJMJ7rVrlPT0wmp0_3-VKrk Message-ID: Subject: Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1) To: gregkh Cc: "kernelci.org bot" , kernel-build-reports@lists.linaro.org, linux-mips@linux-mips.org, Linux Kernel Mailing List , stable@vger.kernel.org, Ralf Baechle , James Hogan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v1SDW4HN026576 On Sun, Feb 26, 2017 at 2:47 PM, kernelci.org bot wrote: > stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings A lot of fixes for these build problems have now landed in mainline, and we could backport them as soon as they are considered stable enough. If all of these make it into stable, we should have a clean build on MIPS and ARM, and only the KASAN warnings remaining x86 and arm64. > capcella_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches > > Warnings: > crypto/wp512.c:987:1: warning: the frame size of 1112 bytes is larger than > 1024 bytes [-Wframe-larger-than=] 7d6e91050267 ("crypto: improve gcc optimization flags for serpent and wp512") > defconfig+CONFIG_KASAN=y (x86) — PASS, 0 errors, 5 warnings, 0 section > mismatches > > Warnings: > drivers/tty/vt/keyboard.c:1470:1: warning: the frame size of 2344 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:1410:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:4389:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:5689:1: warning: the frame size of 2064 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:1895:1: warning: the frame size of 3720 bytes is > larger than 2048 bytes [-Wframe-larger-than=] I'm still working on the fix, the same thing happens in mainline. > Warnings: > arch/mips/configs/ip22_defconfig:70:warning: symbol value 'm' invalid for > NF_CT_PROTO_DCCP > arch/mips/configs/ip22_defconfig:71:warning: symbol value 'm' invalid for > NF_CT_PROTO_UDPLITE 9ddc16ad8e0b ("MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change") > ip27_defconfig (mips) — FAIL, 4 errors, 1 warning, 0 section mismatches > > Errors: > arch/mips/include/asm/mach-generic/spaces.h:28:0: error: "CAC_BASE" > redefined [-Werror] > arch/mips/include/asm/mach-generic/spaces.h:28:0: error: "CAC_BASE" > redefined [-Werror] 1742ac265046 ("MIPS: VDSO: avoid duplicate CAC_BASE definition") > drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: error: insn does not > satisfy its constraints: > drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: internal compiler > error: in extract_constrain_insn, at recog.c:2190 > Warnings: b61764946839 ("MIPS: ip27: Disable qlge driver in defconfig") > arch/mips/configs/ip27_defconfig:136:warning: symbol value 'm' invalid for > SCSI_DH ea58fca1842a ("MIPS: Update ip27_defconfig for SCSI_DH change") > ip28_defconfig (mips) — FAIL, 1 error, 0 warnings, 0 section mismatches > > Errors: > arch/mips/sgi-ip22/Platform:29: *** gcc doesn't support needed option > -mr10k-cache-barrier=store. Stop. 23ca9b522383 ("MIPS: ip22: Fix ip28 build for modern gcc") > lemote2f_defconfig (mips) — PASS, 0 errors, 2 warnings, 0 section mismatches > > Warnings: > arch/mips/configs/lemote2f_defconfig:42:warning: symbol value 'm' invalid > for CPU_FREQ_STAT b3f6046186ef ("MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change") > msp71xx_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches > > Warnings: > drivers/mtd/maps/pmcmsp-flash.c:149:30: warning: passing argument 1 of > 'strncpy' discards 'const' qualifier from pointer target type > [-Wdiscarded-qualifiers] 906b268477bc ("mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy") > rt305x_defconfig (mips) — PASS, 0 errors, 5 warnings, 0 section mismatches > > Warnings: > arch/mips/ralink/prom.c:70:2: warning: 'argc' is used uninitialized in this > function [-Wuninitialized] > arch/mips/ralink/prom.c:70:2: warning: 'argv' is used uninitialized in this > function [-Wuninitialized] 9c48568b3692 ("MIPS: ralink: Cosmetic change to prom_init().") > arch/mips/ralink/timer.c:104:13: warning: 'rt_timer_disable' defined but not > used [-Wunused-function] > arch/mips/ralink/timer.c:74:13: warning: 'rt_timer_free' defined but not > used [-Wunused-function] d92240d12a9c ("MIPS: ralink: Remove unused timer functions") > arch/mips/ralink/rt305x.c:92:13: warning: 'rt305x_wdt_reset' defined but not > used [-Wunused-function] 886f9c69fc68 ("MIPS: ralink: Remove unused rt*_wdt_reset functions") Arnd