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:   Sat, 23 Apr 2022 11:13:26 +0800
From:   kernel test robot <lkp@...el.com>
To:     Dave Jiang <dave.jiang@...el.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Vinod Koul <vkoul@...nel.org>
Subject: [vkoul-dmaengine:next 32/42] WARNING: modpost:
 vmlinux.o(.text+0x1c35db0): Section mismatch in reference from the function
 tipc_topsrv_init_net() to the variable .init.text:.L0

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git next
head:   99faef48e7a3f878848a2d711af710e36fadbd6e
commit: a8facc7b988599f83a680d2d61f4607cda495175 [32/42] dmaengine: add verification of DMA_INTERRUPT capability for dmatest
config: riscv-buildonly-randconfig-r002-20220421 (https://download.01.org/0day-ci/archive/20220423/202204231004.tnlEcRrm-lkp@intel.com/config)
compiler: riscv32-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://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git/commit/?id=a8facc7b988599f83a680d2d61f4607cda495175
        git remote add vkoul-dmaengine https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git
        git fetch --no-tags vkoul-dmaengine next
        git checkout a8facc7b988599f83a680d2d61f4607cda495175
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash

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

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> WARNING: modpost: vmlinux.o(.text+0x1c35db0): Section mismatch in reference from the function tipc_topsrv_init_net() to the variable .init.text:.L0
The function tipc_topsrv_init_net() references
the variable __init .L0 .
This is often because tipc_topsrv_init_net lacks a __init
annotation or the annotation of .L0 is wrong.

Note: the below error/warnings can be found in parent commit:
<< WARNING: modpost: vmlinux.o(.text+0x1ad84d4): Section mismatch in reference from the function x25_limit_facilities() to the variable .init.text:.L0
<< WARNING: modpost: vmlinux.o(.text+0x1b8a6ac): Section mismatch in reference from the function vlan_gvrp_uninit_applicant() to the variable .init.text:.L0
<< WARNING: modpost: vmlinux.o(.text+0x1bc3c34): Section mismatch in reference from the function sctp_bind_addr_free() to the variable .init.text:.L0
<< WARNING: modpost: vmlinux.o(.text+0x1cd8f80): Section mismatch in reference from the function rawsock_exit() to the function .init.text:sm501fb_driver_init()
<< WARNING: modpost: vmlinux.o(.text+0x1ce03bc): Section mismatch in reference from the function nfc_llcp_sock_exit() to the function .init.text:sm501fb_driver_init()
<< WARNING: modpost: vmlinux.o(__ex_table+0x1260): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF236

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ