[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202208181501.0Ip3aKFx-lkp@intel.com>
Date: Thu, 18 Aug 2022 15:58:28 +0800
From: kernel test robot <lkp@...el.com>
To: Kuniyuki Iwashima <kuniyu@...zon.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: kbuild-all@...ts.01.org, netdev@...r.kernel.org,
Kuniyuki Iwashima <kuniyu@...zon.com>
Subject: Re: [PATCH v2 net 13/17] net: Fix data-races around
sysctl_fb_tunnels_only_for_init_net.
Hi Kuniyuki,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net/master]
url: https://github.com/intel-lab-lkp/linux/commits/Kuniyuki-Iwashima/net-sysctl-Fix-data-races-around-net-core-XXX/20220818-115941
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git fc4aaf9fb3c99bcb326d52f9d320ed5680bd1cee
config: mips-randconfig-r035-20220818 (https://download.01.org/0day-ci/archive/20220818/202208181501.0Ip3aKFx-lkp@intel.com/config)
compiler: mips64-linux-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/6bc3dfb3dc4862f4e00ba93c45cd5c0251b85d5b
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Kuniyuki-Iwashima/net-sysctl-Fix-data-races-around-net-core-XXX/20220818-115941
git checkout 6bc3dfb3dc4862f4e00ba93c45cd5c0251b85d5b
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
mips64-linux-ld: mips64-linux-ld: DWARF error: could not find abbrev number 127
net/ipv4/ip_tunnel.o: in function `ip_tunnel_init_net':
>> net/ipv4/ip_tunnel.c:(.text.ip_tunnel_init_net+0x118): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
>> mips64-linux-ld: net/ipv4/ip_tunnel.c:(.text.ip_tunnel_init_net+0x128): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
mips64-linux-ld: mips64-linux-ld: DWARF error: could not find abbrev number 2060
net/ipv6/ip6_vti.o: in function `vti6_init_net':
>> net/ipv6/ip6_vti.c:(.init.text+0x1f8): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
>> mips64-linux-ld: net/ipv6/ip6_vti.c:(.init.text+0x1fc): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
mips64-linux-ld: mips64-linux-ld: DWARF error: could not find abbrev number 913972
net/ipv6/sit.o: in function `sit_init_net':
>> net/ipv6/sit.c:(.init.text+0x154): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
mips64-linux-ld: net/ipv6/sit.o:net/ipv6/sit.c:(.init.text+0x158): more undefined references to `sysctl_fb_tunnels_only_for_init_net' follow
--
0-DAY CI Kernel Test Service
https://01.org/lkp
Powered by blists - more mailing lists