All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregkh <gregkh@linuxfoundation.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	kernel-build-reports@lists.linaro.org
Subject: Re: Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2)
Date: Wed, 15 Mar 2017 15:22:47 +0800	[thread overview]
Message-ID: <20170315072247.GE26837@kroah.com> (raw)
In-Reply-To: <CAK8P3a3gtN6aQzY0g1_Qc+3k79OE2ctOVGFUD3=vr78Yd=zH2Q@mail.gmail.com>

On Mon, Mar 13, 2017 at 04:51:41PM +0100, Arnd Bergmann wrote:
> On Sun, Mar 12, 2017 at 10:44 AM, kernelci.org bot <bot@kernelci.org> wrote:
> > Build Failures Detected:
> 
> All but two failures have been fixed, nice!
> 
> > x86: gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
> > allmodconfig+CONFIG_OF=n FAIL
> 
> Not sure what's going on here, I've seen this failure a few times on kernelci
> but cannot reproduce it here:
> 
> /bin/sh: 1: /home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool//fixdep:
> Permission denied
> /home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/tools/build/Makefile.build:91:
> recipe for target
> '/home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool/pager.o'
> failed
> make[5]: *** [/home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool/pager.o]
> Error 126
> make[5]: *** Waiting for unfinished jobs....
> 
> > Warnings summary:
> > 4 crypto/wp512.c:987:1: warning: the frame size of 1112 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 2 crypto/wp512.c:987:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 2 arch/mips/configs/ip22_defconfig:71:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> > 2 arch/mips/configs/ip22_defconfig:70:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> > 1 drivers/mtd/maps/pmcmsp-flash.c:149:30: warning: passing argument 1 of 'strncpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> > 1 crypto/wp512.c:987:1: warning: the frame size of 1344 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 crypto/wp512.c:987:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 crypto/wp512.c:987:1: warning: the frame size of 1152 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 crypto/wp512.c:987:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 crypto/serpent_generic.c:436:1: warning: the frame size of 1456 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 crypto/serpent_generic.c:436:1: warning: the frame size of 1440 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 arch/mips/ralink/timer.c:74:13: warning: 'rt_timer_free' defined but not used [-Wunused-function]
> > 1 arch/mips/ralink/timer.c:104:13: warning: 'rt_timer_disable' defined but not used [-Wunused-function]
> > 1 arch/mips/ralink/rt305x.c:92:13: warning: 'rt305x_wdt_reset' defined but not used [-Wunused-function]
> > 1 arch/mips/ralink/prom.c:70:2: warning: 'argv' is used uninitialized in this function [-Wuninitialized]
> > 1 arch/mips/ralink/prom.c:70:2: warning: 'argc' is used uninitialized in this function [-Wuninitialized]
> > 1 arch/mips/configs/nlm_xlr_defconfig:93:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> > 1 arch/mips/configs/nlm_xlp_defconfig:113:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> > 1 arch/mips/configs/maltaup_xpa_defconfig:65:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> > 1 arch/mips/configs/maltaup_xpa_defconfig:64:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> > 1 arch/mips/configs/malta_kvm_defconfig:64:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> > 1 arch/mips/configs/malta_kvm_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> > 1 arch/mips/configs/lemote2f_defconfig:42:warning: symbol value 'm' invalid for CPU_FREQ_STAT
> 
> These should all be addressed by the set of patches I pointed out in a
> previous reply.
> 
> Greg, I'm not sure if you still have the list in your inbox. For now,
> I'll monitor the build warnings here, unless you pick the patches or
> want me to resend the list I made.

Should now be caught up with these, if anything new shows up, please let
me know.

thanks,

greg k-h

      parent reply	other threads:[~2017-03-15  7:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <58c51891.1a4b2e0a.42b6a.fb9f@mx.google.com>
     [not found] ` <CAK8P3a25qC39ND3sZmdbFOFkD5jd0Kn9dw--1d2=mfEJ31NS4w@mail.gmail.com>
2017-03-13 15:51   ` Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2) Arnd Bergmann
2017-03-13 19:51     ` gregkh
2017-03-15  7:22     ` gregkh [this message]

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=20170315072247.GE26837@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=arnd@arndb.de \
    --cc=kernel-build-reports@lists.linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.