From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid()
Date: Sat, 22 Jan 2022 07:28:22 +0800 [thread overview]
Message-ID: <202201220715.O8f99v2v-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1817 bytes --]
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-randconfig-r023-20220120 (https://download.01.org/0day-ci/archive/20220122/202201220715.O8f99v2v-lkp(a)intel.com/config)
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/commit/?id=4f05e5a3946923676e147ad0e33c80df8249b2fe
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@intel.com>
All warnings (new ones prefixed by >>, old ones prefixed by <<):
>> WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid()
The function touchkit_ps2_detect() references
the function __init memblock_alloc_try_nid().
This is often because touchkit_ps2_detect 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(a)lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: John David Anglin <dave.anglin@bell.net>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Helge Deller <deller@gmx.de>
Subject: [linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid()
Date: Sat, 22 Jan 2022 07:28:22 +0800 [thread overview]
Message-ID: <202201220715.O8f99v2v-lkp@intel.com> (raw)
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-randconfig-r023-20220120 (https://download.01.org/0day-ci/archive/20220122/202201220715.O8f99v2v-lkp@intel.com/config)
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/commit/?id=4f05e5a3946923676e147ad0e33c80df8249b2fe
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@intel.com>
All warnings (new ones prefixed by >>, old ones prefixed by <<):
>> WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid()
The function touchkit_ps2_detect() references
the function __init memblock_alloc_try_nid().
This is often because touchkit_ps2_detect 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
next reply other threads:[~2022-01-21 23:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 23:28 kernel test robot [this message]
2022-01-21 23:28 ` [linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid() kernel test robot
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=202201220715.O8f99v2v-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.