lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 21 Feb 2022 03:38:50 +0800
From:   kernel test robot <lkp@...el.com>
To:     Juhee Kang <claudiajkang@...il.com>
Cc:     kbuild-all@...ts.01.org, netdev@...r.kernel.org
Subject: [net-next:master 56/73] hsr_framereg.c:undefined reference to
 `lockdep_is_held'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   adfb62dbda49d66eba6340324547ff89b09a66eb
commit: e7f27420681f23e7e0f28beed38144058752112e [56/73] net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()
config: arm-randconfig-r001-20220220 (https://download.01.org/0day-ci/archive/20220221/202202210326.nqMpt9hG-lkp@intel.com/config)
compiler: arm-linux-gnueabi-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://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/?id=e7f27420681f23e7e0f28beed38144058752112e
        git remote add net-next https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
        git fetch --no-tags net-next master
        git checkout e7f27420681f23e7e0f28beed38144058752112e
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>

All errors (new ones prefixed by >>):

   arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_addr_is_self':
>> hsr_framereg.c:(.text+0x226): undefined reference to `lockdep_is_held'
   arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_create_self_node':
   hsr_framereg.c:(.text+0x2ca): undefined reference to `lockdep_is_held'
   arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_del_self_node':
   hsr_framereg.c:(.text+0x3b2): undefined reference to `lockdep_is_held'
   arm-linux-gnueabi-ld: net/hsr/hsr_framereg.o: in function `hsr_get_next_node':
   hsr_framereg.c:(.text+0xb4c): undefined reference to `lockdep_is_held'

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ