From: kernel test robot <lkp@intel.com>
To: Nick Alcock <nick.alcock@oracle.com>,
jeyu@kernel.org, masahiroy@kernel.org
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org,
arnd@arndb.de, eugene.loh@oracle.com, kris.van.hees@oracle.com
Subject: Re: [PATCH v4 4/7] kallsyms: introduce sections needed to map symbols to built-in modules
Date: Wed, 4 Aug 2021 06:05:51 +0800 [thread overview]
Message-ID: <202108040537.ikWQOOG9-lkp@intel.com> (raw)
In-Reply-To: <20210803171608.509163-5-nick.alcock@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 2062 bytes --]
Hi Nick,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on kbuild/for-next]
[also build test ERROR on jeyu/modules-next linus/master v5.14-rc4]
[cannot apply to kbuild/kconfig next-20210803]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Nick-Alcock/kbuild-bring-back-tristate-conf/20210804-021625
base: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git for-next
config: powerpc-buildonly-randconfig-r001-20210803 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 4f71f59bf3d9914188a11d0c41bedbb339d36ff5)
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/b7ff6d09b759105b74be9c0fb8864bb05ca13ce0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nick-Alcock/kbuild-bring-back-tristate-conf/20210804-021625
git checkout b7ff6d09b759105b74be9c0fb8864bb05ca13ce0
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
make[1]: *** [Makefile:736: include/config/auto.conf.cmd] Error 2
make[1]: Failed to remake makefile 'include/config/auto.conf.cmd'.
make[1]: Failed to remake makefile 'include/config/auto.conf'.
>> make[1]: *** No rule to make target 'include/config/tristate.conf', needed by 'init/modules_thick.builtin'.
make[1]: Target '__all' not remade because of errors.
---
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: 24455 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v4 4/7] kallsyms: introduce sections needed to map symbols to built-in modules
Date: Wed, 04 Aug 2021 06:05:51 +0800 [thread overview]
Message-ID: <202108040537.ikWQOOG9-lkp@intel.com> (raw)
In-Reply-To: <20210803171608.509163-5-nick.alcock@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 2103 bytes --]
Hi Nick,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on kbuild/for-next]
[also build test ERROR on jeyu/modules-next linus/master v5.14-rc4]
[cannot apply to kbuild/kconfig next-20210803]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Nick-Alcock/kbuild-bring-back-tristate-conf/20210804-021625
base: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git for-next
config: powerpc-buildonly-randconfig-r001-20210803 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 4f71f59bf3d9914188a11d0c41bedbb339d36ff5)
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/b7ff6d09b759105b74be9c0fb8864bb05ca13ce0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nick-Alcock/kbuild-bring-back-tristate-conf/20210804-021625
git checkout b7ff6d09b759105b74be9c0fb8864bb05ca13ce0
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
make[1]: *** [Makefile:736: include/config/auto.conf.cmd] Error 2
make[1]: Failed to remake makefile 'include/config/auto.conf.cmd'.
make[1]: Failed to remake makefile 'include/config/auto.conf'.
>> make[1]: *** No rule to make target 'include/config/tristate.conf', needed by 'init/modules_thick.builtin'.
make[1]: Target '__all' not remade because of errors.
---
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: 24455 bytes --]
next prev parent reply other threads:[~2021-08-03 22:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-03 17:16 [PATCH v4] kallsyms: new /proc/kallmodsyms with builtin modules Nick Alcock
2021-08-03 17:16 ` [PATCH v4 1/7] kbuild: bring back tristate.conf Nick Alcock
2021-08-03 17:16 ` [PATCH v4 2/7] kbuild: add modules_thick.builtin Nick Alcock
2021-08-03 17:16 ` [PATCH v4 3/7] kbuild: generate an address ranges map at vmlinux link time Nick Alcock
2021-08-03 17:16 ` [PATCH v4 4/7] kallsyms: introduce sections needed to map symbols to built-in modules Nick Alcock
2021-08-03 22:05 ` kernel test robot [this message]
2021-08-03 22:05 ` kernel test robot
2021-08-03 17:16 ` [PATCH v4 5/7] kallsyms: optimize .kallsyms_modules* Nick Alcock
2021-08-03 17:16 ` [PATCH v4 6/7] kallsyms: add /proc/kallmodsyms Nick Alcock
2021-08-03 17:16 ` [PATCH v4 7/7] kallsyms: add reliable symbol size info Nick Alcock
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=202108040537.ikWQOOG9-lkp@intel.com \
--to=lkp@intel.com \
--cc=arnd@arndb.de \
--cc=clang-built-linux@googlegroups.com \
--cc=eugene.loh@oracle.com \
--cc=jeyu@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=kris.van.hees@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-modules@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nick.alcock@oracle.com \
/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.