From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v11 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases
Date: Wed, 07 Oct 2020 03:48:49 +0800 [thread overview]
Message-ID: <202010070319.P9aIXXxt-lkp@intel.com> (raw)
In-Reply-To: <5a5ec584ab8ea0ca32e94c55d518edcb737667ea.1601974764.git.syednwaris@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]
Hi Syed,
I love your patch! Perhaps something to improve:
[auto build test WARNING on 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5]
url: https://github.com/0day-ci/linux/commits/Syed-Nayyar-Waris/Introduce-the-for_each_set_clump-macro/20201006-172813
base: 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
config: xtensa-randconfig-r026-20201005 (attached as .config)
compiler: xtensa-linux-gcc (GCC) 9.3.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://github.com/0day-ci/linux/commit/bdf8587767d3df86c8c6fbc039089bf66bde631f
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Syed-Nayyar-Waris/Introduce-the-for_each_set_clump-macro/20201006-172813
git checkout bdf8587767d3df86c8c6fbc039089bf66bde631f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=xtensa
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: lib/test_bitmap.o(.text.unlikely+0x1c): Section mismatch in reference from the function bitmap_equal() to the variable .init.rodata:clump_exp
>> WARNING: modpost: lib/test_bitmap.o(.text.unlikely+0x1c): Section mismatch in reference from the function bitmap_equal() to the variable .init.rodata:clump_exp4
The function bitmap_equal() references
the variable __initconst clump_exp4.
This is often because bitmap_equal lacks a __initconst
annotation or the annotation of clump_exp4 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: 25399 bytes --]
next prev parent reply other threads:[~2020-10-06 19:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 9:20 [PATCH v11 0/4] Introduce the for_each_set_clump macro Syed Nayyar Waris
2020-10-06 9:20 ` Syed Nayyar Waris
2020-10-06 9:22 ` [PATCH v11 1/4] bitops: " Syed Nayyar Waris
2020-10-06 11:27 ` Andy Shevchenko
2020-10-15 22:53 ` Syed Nayyar Waris
2020-10-16 9:17 ` Andy Shevchenko
2020-10-16 11:45 ` Syed Nayyar Waris
2020-10-06 9:23 ` [PATCH v11 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases Syed Nayyar Waris
2020-10-06 19:48 ` kernel test robot [this message]
2020-10-06 9:24 ` [PATCH v11 3/4] gpio: thunderx: Utilize for_each_set_clump macro Syed Nayyar Waris
2020-10-06 9:26 ` [PATCH v11 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value Syed Nayyar Waris
2020-10-06 9:26 ` Syed Nayyar Waris
2020-10-07 8:38 ` [PATCH v11 0/4] Introduce the for_each_set_clump macro Linus Walleij
2020-10-07 8:38 ` Linus Walleij
2020-10-23 13:20 ` Syed Nayyar Waris
2020-10-23 13:20 ` Syed Nayyar Waris
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=202010070319.P9aIXXxt-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.