All of lore.kernel.org
 help / color / mirror / Atom feed
* [ceph-client:testing 8/8] metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
@ 2020-03-18  5:29 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-03-18  5:29 UTC (permalink / raw)
  To: Xiubo Li; +Cc: kbuild-all, ceph-devel, Jeff Layton

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

tree:   https://github.com/ceph/ceph-client.git testing
head:   9707d15b204bb0c87dbb2a8e6ac97d012582510e
commit: 9707d15b204bb0c87dbb2a8e6ac97d012582510e [8/8] ceph: add standard deviation support for read/write/metadata perf metric
config: mips-allyesconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 9.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 9707d15b204bb0c87dbb2a8e6ac97d012582510e
        # save the attached .config to linux build tree
        GCC_VERSION=9.2.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   mips-linux-ld: fs/ceph/debugfs.o: in function `metric_show':
   debugfs.c:(.text.metric_show+0x19c): undefined reference to `__divdi3'
   mips-linux-ld: debugfs.c:(.text.metric_show+0x340): undefined reference to `__divdi3'
   mips-linux-ld: debugfs.c:(.text.metric_show+0x4e0): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_read_latency':
>> metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_write_latency':
>> metric.c:(.text.ceph_update_write_latency+0x160): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o:metric.c:(.text.ceph_update_metadata_latency+0x160): more undefined references to `__divdi3' follow

---
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: 64160 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ceph-client:testing 8/8] metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
@ 2020-03-18  5:29 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-03-18  5:29 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/ceph/ceph-client.git testing
head:   9707d15b204bb0c87dbb2a8e6ac97d012582510e
commit: 9707d15b204bb0c87dbb2a8e6ac97d012582510e [8/8] ceph: add standard deviation support for read/write/metadata perf metric
config: mips-allyesconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 9.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 9707d15b204bb0c87dbb2a8e6ac97d012582510e
        # save the attached .config to linux build tree
        GCC_VERSION=9.2.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   mips-linux-ld: fs/ceph/debugfs.o: in function `metric_show':
   debugfs.c:(.text.metric_show+0x19c): undefined reference to `__divdi3'
   mips-linux-ld: debugfs.c:(.text.metric_show+0x340): undefined reference to `__divdi3'
   mips-linux-ld: debugfs.c:(.text.metric_show+0x4e0): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_read_latency':
>> metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_write_latency':
>> metric.c:(.text.ceph_update_write_latency+0x160): undefined reference to `__divdi3'
   mips-linux-ld: fs/ceph/metric.o:metric.c:(.text.ceph_update_metadata_latency+0x160): more undefined references to `__divdi3' follow

---
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: 64160 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ceph-client:testing 8/8] metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
  2020-03-18  5:29 ` kbuild test robot
@ 2020-03-18  5:48   ` Xiubo Li
  -1 siblings, 0 replies; 4+ messages in thread
From: Xiubo Li @ 2020-03-18  5:48 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, ceph-devel, Jeff Layton

On 2020/3/18 13:29, kbuild test robot wrote:
> tree:   https://github.com/ceph/ceph-client.git testing
> head:   9707d15b204bb0c87dbb2a8e6ac97d012582510e
> commit: 9707d15b204bb0c87dbb2a8e6ac97d012582510e [8/8] ceph: add standard deviation support for read/write/metadata perf metric
> config: mips-allyesconfig (attached as .config)
> compiler: mips-linux-gcc (GCC) 9.2.0
> reproduce:
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          git checkout 9707d15b204bb0c87dbb2a8e6ac97d012582510e
>          # save the attached .config to linux build tree
>          GCC_VERSION=9.2.0 make.cross ARCH=mips
>
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>     mips-linux-ld: fs/ceph/debugfs.o: in function `metric_show':
>     debugfs.c:(.text.metric_show+0x19c): undefined reference to `__divdi3'
>     mips-linux-ld: debugfs.c:(.text.metric_show+0x340): undefined reference to `__divdi3'
>     mips-linux-ld: debugfs.c:(.text.metric_show+0x4e0): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_read_latency':
>>> metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_write_latency':
>>> metric.c:(.text.ceph_update_write_latency+0x160): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o:metric.c:(.text.ceph_update_metadata_latency+0x160): more undefined references to `__divdi3' follow

The patch series [1] should have fixed all the __divdi3 issues.

[1] https://patchwork.kernel.org/project/ceph-devel/list/?series=258001

Thanks

BR



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ceph-client:testing 8/8] metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
@ 2020-03-18  5:48   ` Xiubo Li
  0 siblings, 0 replies; 4+ messages in thread
From: Xiubo Li @ 2020-03-18  5:48 UTC (permalink / raw)
  To: kbuild-all

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

On 2020/3/18 13:29, kbuild test robot wrote:
> tree:   https://github.com/ceph/ceph-client.git testing
> head:   9707d15b204bb0c87dbb2a8e6ac97d012582510e
> commit: 9707d15b204bb0c87dbb2a8e6ac97d012582510e [8/8] ceph: add standard deviation support for read/write/metadata perf metric
> config: mips-allyesconfig (attached as .config)
> compiler: mips-linux-gcc (GCC) 9.2.0
> reproduce:
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          git checkout 9707d15b204bb0c87dbb2a8e6ac97d012582510e
>          # save the attached .config to linux build tree
>          GCC_VERSION=9.2.0 make.cross ARCH=mips
>
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>     mips-linux-ld: fs/ceph/debugfs.o: in function `metric_show':
>     debugfs.c:(.text.metric_show+0x19c): undefined reference to `__divdi3'
>     mips-linux-ld: debugfs.c:(.text.metric_show+0x340): undefined reference to `__divdi3'
>     mips-linux-ld: debugfs.c:(.text.metric_show+0x4e0): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_read_latency':
>>> metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o: in function `ceph_update_write_latency':
>>> metric.c:(.text.ceph_update_write_latency+0x160): undefined reference to `__divdi3'
>     mips-linux-ld: fs/ceph/metric.o:metric.c:(.text.ceph_update_metadata_latency+0x160): more undefined references to `__divdi3' follow

The patch series [1] should have fixed all the __divdi3 issues.

[1] https://patchwork.kernel.org/project/ceph-devel/list/?series=258001

Thanks

BR



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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-18  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18  5:29 [ceph-client:testing 8/8] metric.c:(.text.ceph_update_read_latency+0x180): undefined reference to `__divdi3' kbuild test robot
2020-03-18  5:29 ` kbuild test robot
2020-03-18  5:48 ` Xiubo Li
2020-03-18  5:48   ` Xiubo Li

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.