From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 23 Mar 2017 19:45:02 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:43708 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23991111AbdCWSoyxwMcM (ORCPT ); Thu, 23 Mar 2017 19:44:54 +0100 Received: from h7.dl5rb.org.uk (localhost [127.0.0.1]) by h7.dl5rb.org.uk (8.15.2/8.14.8) with ESMTP id v2NIip8v015040; Thu, 23 Mar 2017 19:44:51 +0100 Received: (from ralf@localhost) by h7.dl5rb.org.uk (8.15.2/8.15.2/Submit) id v2NIioq9015039; Thu, 23 Mar 2017 19:44:50 +0100 Date: Thu, 23 Mar 2017 19:44:50 +0100 From: Ralf Baechle To: Arnd Bergmann Cc: "kernelci.org bot" , kernel-build-reports@lists.linaro.org, Linux Kernel Mailing List , linux-crypto@vger.kernel.org, linux-mips@linux-mips.org, "Steven J. Hill" Subject: Re: next build: 208 builds: 9 failed, 199 passed, 857 errors, 444 warnings (next-20170323) Message-ID: <20170323184450.GB13254@linux-mips.org> References: <58d36150.82ce190a.a6597.51eb@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57430 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Mar 23, 2017 at 05:19:14PM +0100, Arnd Bergmann wrote: > Date: Thu, 23 Mar 2017 17:19:14 +0100 > From: Arnd Bergmann > To: "kernelci.org bot" > Cc: kernel-build-reports@lists.linaro.org, Linux Kernel Mailing List > , linux-crypto@vger.kernel.org, > linux-mips@linux-mips.org, "Steven J. Hill" , Ralf > Baechle > Subject: Re: next build: 208 builds: 9 failed, 199 passed, 857 errors, 444 > warnings (next-20170323) > Content-Type: text/plain; charset=UTF-8 > > On Thu, Mar 23, 2017 at 6:46 AM, kernelci.org bot wrote: > > > acs5k_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches > > > > Warnings: > > :1328:2: warning: #warning syscall arch_prctl not implemented [-Wcpp] > > :1328:2: warning: #warning syscall arch_prctl not implemented [-Wcpp] > > patch sent today, we don't really want this syscall except on x86 > > > allmodconfig (arm64) — FAIL, 6 errors, 5 warnings, 0 section mismatches > > > > Errors: > > ERROR (phandle_references): Reference to non-existent node or label "pwm_f_clk_pins" > > ERROR (phandle_references): Reference to non-existent node or label "pwm_ao_a_3_pins" > > ERROR: Input tree has errors, aborting (use -f to force output) > > ERROR (phandle_references): Reference to non-existent node or label "pwm_f_clk_pins" > > ERROR (phandle_references): Reference to non-existent node or label "pwm_ao_a_3_pins" > > ERROR: Input tree has errors, aborting (use -f to force output) > > Kevin has already backed out the commit that caused this. > > > Warnings: > > :1325:2: warning: #warning syscall statx not implemented [-Wcpp] > > Should get fixed in the next few days when the patch gets picked up for arm64. > > > drivers/misc/aspeed-lpc-ctrl.c:232:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t {aka long long unsigned int}' [-Wformat=] > > patch sent today > > > include/uapi/linux/byteorder/big_endian.h:32:26: warning: large integer implicitly truncated to unsigned type [-Woverflow] > > include/uapi/linux/byteorder/big_endian.h:32:26: warning: large integer implicitly truncated to unsigned type [-Woverflow] > > I sent this one a few days ago > > > allmodconfig (x86) — PASS, 0 errors, 11 warnings, 0 section mismatches > > > > Warnings: > > drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'long long int' [-Wformat=] > > drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'long long int' [-Wformat=] > > This one too. > > > cavium_octeon_defconfig (mips) — FAIL, 830 errors, 3 warnings, 0 section mismatches > > > > Errors: > > arch/mips/include/asm/octeon/cvmx-mio-defs.h:78:3: error: expected specifier-qualifier-list before '__BITFIELD_FIELD' > > arch/mips/include/asm/octeon/cvmx-mio-defs.h:95:3: error: expected specifier-qualifier-list before '__BITFIELD_FIELD' > > Maybe caused by 4cd156de2ca8 ("MIPS: Octeon: Remove unused MIO types > and macros.") > I have not looked in detail Seems an #include is missing. I'm going to sort this one. Thanks, Ralf