All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Luigi Rizzo <lrizzo@google.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	mhiramat@kernel.org, akpm@linux-foundation.org,
	gregkh@linuxfoundation.org, naveen.n.rao@linux.ibm.com,
	ardb@kernel.org, rizzo@iet.unipi.it, pabeni@redhat.com,
	giuseppe.lettieri@unipi.it, toke@redhat.com, hawk@kernel.org,
	mingo@redhat.com, acme@kernel.org, rostedt@goodmis.org,
	peterz@infradead.org
Subject: Re: [PATCH v3 1/2] kstats: kernel metric collector
Date: Tue, 10 Mar 2020 21:58:22 +0800	[thread overview]
Message-ID: <202003102129.VdAostAK%lkp@intel.com> (raw)
In-Reply-To: <20200226135027.34538-2-lrizzo@google.com>

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

Hi Luigi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linux/master]
[also build test ERROR on linus/master v5.6-rc5 next-20200310]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Luigi-Rizzo/kstats-kernel-metric-collector/20200227-022930
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f5ae2ea6347a308cfe91f53b53682ce635497d0d
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: lib/kstats.o: in function `ks_show_entry':
   kstats.c:(.text+0x65f): undefined reference to `__udivdi3'
>> ld: kstats.c:(.text+0x697): undefined reference to `__umoddi3'
>> ld: kstats.c:(.text+0x6af): undefined reference to `__udivdi3'
   ld: kstats.c:(.text+0x739): undefined reference to `__udivdi3'
   ld: kstats.c:(.text+0x768): undefined reference to `__umoddi3'
   ld: kstats.c:(.text+0x784): undefined reference to `__udivdi3'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 70194 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 1/2] kstats: kernel metric collector
Date: Tue, 10 Mar 2020 21:58:22 +0800	[thread overview]
Message-ID: <202003102129.VdAostAK%lkp@intel.com> (raw)
In-Reply-To: <20200226135027.34538-2-lrizzo@google.com>

[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]

Hi Luigi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linux/master]
[also build test ERROR on linus/master v5.6-rc5 next-20200310]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Luigi-Rizzo/kstats-kernel-metric-collector/20200227-022930
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f5ae2ea6347a308cfe91f53b53682ce635497d0d
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: lib/kstats.o: in function `ks_show_entry':
   kstats.c:(.text+0x65f): undefined reference to `__udivdi3'
>> ld: kstats.c:(.text+0x697): undefined reference to `__umoddi3'
>> ld: kstats.c:(.text+0x6af): undefined reference to `__udivdi3'
   ld: kstats.c:(.text+0x739): undefined reference to `__udivdi3'
   ld: kstats.c:(.text+0x768): undefined reference to `__umoddi3'
   ld: kstats.c:(.text+0x784): undefined reference to `__udivdi3'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 70194 bytes --]

  parent reply	other threads:[~2020-03-10 13:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:50 [PATCH v3 0/2] kstats: kernel metric collector Luigi Rizzo
2020-02-26 13:50 ` [PATCH v3 1/2] " Luigi Rizzo
2020-02-26 14:48   ` Paolo Abeni
2020-03-10 13:58   ` kbuild test robot [this message]
2020-03-10 13:58     ` kbuild test robot
2020-03-10 16:44   ` kbuild test robot
2020-03-10 16:44     ` kbuild test robot
2020-03-11  0:08   ` kbuild test robot
2020-03-11  0:08     ` kbuild test robot
2020-03-11  3:30   ` kbuild test robot
2020-03-11  3:30     ` kbuild test robot
2020-02-26 13:50 ` [PATCH v3 2/2] kstats: kretprobe and tracepoint support Luigi Rizzo
2020-02-26 15:00 ` [PATCH v3 0/2] kstats: kernel metric collector Toke Høiland-Jørgensen
2020-02-26 16:31   ` Alexei Starovoitov
2020-02-26 17:26   ` Luigi Rizzo
2020-02-26 19:14     ` Peter Zijlstra
2020-02-26 20:49     ` Alexei Starovoitov
2020-02-26 23:11     ` Toke Høiland-Jørgensen
2020-02-27 10:31       ` Luigi Rizzo
2020-02-27 12:13         ` Toke Høiland-Jørgensen

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=202003102129.VdAostAK%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=acme@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=ardb@kernel.org \
    --cc=giuseppe.lettieri@unipi.it \
    --cc=gregkh@linuxfoundation.org \
    --cc=hawk@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrizzo@google.com \
    --cc=mhiramat@kernel.org \
    --cc=mingo@redhat.com \
    --cc=naveen.n.rao@linux.ibm.com \
    --cc=pabeni@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rizzo@iet.unipi.it \
    --cc=rostedt@goodmis.org \
    --cc=toke@redhat.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.