From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [zen-kernel-zen-kernel:5.14/bbr2 16/28] tcp_bbr2.c:undefined reference to `__udivdi3'
Date: Sun, 05 Sep 2021 13:23:18 +0800 [thread overview]
Message-ID: <202109051316.c3ryFFjq-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2072 bytes --]
tree: https://github.com/zen-kernel/zen-kernel 5.14/bbr2
head: fc632709b757850d62d2b295f749e80c19093da3
commit: 2f696e043b20dd35d154e96698f80ba91db53d07 [16/28] net-tcp_bbr: v2: BBRv2 ("bbr2") congestion control for Linux TCP
config: m68k-allyesconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/zen-kernel/zen-kernel/commit/2f696e043b20dd35d154e96698f80ba91db53d07
git remote add zen-kernel-zen-kernel https://github.com/zen-kernel/zen-kernel
git fetch --no-tags zen-kernel-zen-kernel 5.14/bbr2
git checkout 2f696e043b20dd35d154e96698f80ba91db53d07
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
m68k-linux-ld: net/ipv4/tcp_bbr.o: in function `bbr_tso_segs':
tcp_bbr.c:(.text+0xf6): undefined reference to `__udivdi3'
m68k-linux-ld: net/ipv4/tcp_bbr.o: in function `bbr_quantization_budget':
tcp_bbr.c:(.text+0x178): undefined reference to `__udivdi3'
m68k-linux-ld: net/ipv4/tcp_bbr.o: in function `bbr_packets_in_net_at_edt':
tcp_bbr.c:(.text+0x2aa): undefined reference to `__udivdi3'
m68k-linux-ld: net/ipv4/tcp_bbr.o: in function `bbr_inflight':
tcp_bbr.c:(.text+0x58c): undefined reference to `__udivdi3'
m68k-linux-ld: net/ipv4/tcp_bbr2.o: in function `bbr_tso_segs':
>> tcp_bbr2.c:(.text+0x115c): undefined reference to `__udivdi3'
m68k-linux-ld: net/ipv4/tcp_bbr2.o:tcp_bbr2.c:(.text+0x126e): more undefined references to `__udivdi3' 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: 60882 bytes --]
reply other threads:[~2021-09-05 5:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202109051316.c3ryFFjq-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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.