All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: "kernelci.org bot" <bot@kernelci.org>,
	kernel-build-reports@lists.linaro.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-crypto@vger.kernel.org, linux-mips@linux-mips.org,
	"Steven J. Hill" <steven.hill@cavium.com>
Subject: Re: next build: 208 builds: 9 failed, 199 passed, 857 errors, 444 warnings (next-20170323)
Date: Thu, 23 Mar 2017 19:44:50 +0100	[thread overview]
Message-ID: <20170323184450.GB13254@linux-mips.org> (raw)
In-Reply-To: <CAK8P3a0OHuqV-iK0T3BaYnsNgT2RDpAgpa5vQEFneEZZ65Dn9g@mail.gmail.com>

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 <arnd@arndb.de>
> To: "kernelci.org bot" <bot@kernelci.org>
> Cc: kernel-build-reports@lists.linaro.org, Linux Kernel Mailing List
>  <linux-kernel@vger.kernel.org>, linux-crypto@vger.kernel.org,
>  linux-mips@linux-mips.org, "Steven J. Hill" <steven.hill@cavium.com>, Ralf
>  Baechle <ralf@linux-mips.org>
> 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 <bot@kernelci.org> 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 <uapi/asm/bitfield.h.> is missing.  I'm going to sort
this one.

Thanks,

  Ralf

  reply	other threads:[~2017-03-23 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <58d36150.82ce190a.a6597.51eb@mx.google.com>
2017-03-23 16:19 ` next build: 208 builds: 9 failed, 199 passed, 857 errors, 444 warnings (next-20170323) Arnd Bergmann
2017-03-23 18:44   ` Ralf Baechle [this message]
2017-03-24 14:32     ` Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170323184450.GB13254@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=arnd@arndb.de \
    --cc=bot@kernelci.org \
    --cc=kernel-build-reports@lists.linaro.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=steven.hill@cavium.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.