From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 13561/14055] WARNING: modpost: vmlinux.o(.text+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks
Date: Wed, 30 Jun 2021 04:26:52 +0800 [thread overview]
Message-ID: <202106300441.jvo01bMk-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2379 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 73748627df83aab934c81332ca83a44ab8c7b3e3
commit: 6c81966107dc0caa5d2ebedbcebb5f10d865064d [13561/14055] clk: hisilicon: Add clock driver for hi3559A SoC
config: arm64-randconfig-r015-20210629 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project aad87328fabff9382bac0b452c83934515e6d0c8)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6c81966107dc0caa5d2ebedbcebb5f10d865064d
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 6c81966107dc0caa5d2ebedbcebb5f10d865064d
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=arm64 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+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks
The function hisi_clk_unregister_divider() references
the variable __initdata hi3559av100_shub_div_clks.
This is often because hisi_clk_unregister_divider lacks a __initdata
annotation or the annotation of hi3559av100_shub_div_clks is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x63f770): Section mismatch in reference from the function hisi_clk_unregister_divider() to the (unknown reference) .init.data:(unknown)
The function hisi_clk_unregister_divider() references
the (unknown reference) __initdata (unknown).
This is often because hisi_clk_unregister_divider lacks a __initdata
annotation or the annotation of (unknown) is wrong.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 39454 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Stephen Boyd <sboyd@kernel.org>
Subject: [linux-next:master 13561/14055] WARNING: modpost: vmlinux.o(.text+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks
Date: Wed, 30 Jun 2021 04:26:52 +0800 [thread overview]
Message-ID: <202106300441.jvo01bMk-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2339 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 73748627df83aab934c81332ca83a44ab8c7b3e3
commit: 6c81966107dc0caa5d2ebedbcebb5f10d865064d [13561/14055] clk: hisilicon: Add clock driver for hi3559A SoC
config: arm64-randconfig-r015-20210629 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project aad87328fabff9382bac0b452c83934515e6d0c8)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6c81966107dc0caa5d2ebedbcebb5f10d865064d
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 6c81966107dc0caa5d2ebedbcebb5f10d865064d
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=arm64 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+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks
The function hisi_clk_unregister_divider() references
the variable __initdata hi3559av100_shub_div_clks.
This is often because hisi_clk_unregister_divider lacks a __initdata
annotation or the annotation of hi3559av100_shub_div_clks is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x63f770): Section mismatch in reference from the function hisi_clk_unregister_divider() to the (unknown reference) .init.data:(unknown)
The function hisi_clk_unregister_divider() references
the (unknown reference) __initdata (unknown).
This is often because hisi_clk_unregister_divider lacks a __initdata
annotation or the annotation of (unknown) is wrong.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39454 bytes --]
next reply other threads:[~2021-06-29 20:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-29 20:26 kernel test robot [this message]
2021-06-29 20:26 ` [linux-next:master 13561/14055] WARNING: modpost: vmlinux.o(.text+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks 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=202106300441.jvo01bMk-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.