tree:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: c94951012a748a0f8ed77cd8fc25640c6fe198f9
commit: 4f05e5a3946923676e147ad0e33c80df8249b2fe [12563/12762] parisc: Drop __init from
map_pages declaration
config: parisc-buildonly-randconfig-r001-20220121
(
https://download.01.org/0day-ci/archive/20220121/202201211840.tRDWmpre-lk...)
compiler: hppa-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/next/linux-next.git/commi...
git remote add linux-next
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 4f05e5a3946923676e147ad0e33c80df8249b2fe
# 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=parisc SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>, old ones prefixed by <<):
> WARNING: modpost: vmlinux.o(.text+0xe0): Section mismatch in
reference from the function __traceiter_gb_message_recv_response() to the function
.init.text:memblock_alloc_try_nid()
The function
__traceiter_gb_message_recv_response() references
the function __init memblock_alloc_try_nid().
This is often because __traceiter_gb_message_recv_response lacks a __init
annotation or the annotation of memblock_alloc_try_nid is wrong.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org