All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, llvm@lists.linux.dev
Subject: Re: [PATCH v3] Kconfig.debug: Make DEBUG_INFO selectable from a choice
Date: Wed, 26 Jan 2022 05:09:43 +0800	[thread overview]
Message-ID: <202201260410.RSiRayDu-lkp@intel.com> (raw)

In-Reply-To: <20220125075126.891825-1-keescook@chromium.org>
References: <20220125075126.891825-1-keescook@chromium.org>
TO: Kees Cook <keescook@chromium.org>
TO: Andrew Morton <akpm@linux-foundation.org>
CC: Linux Memory Management List <linux-mm@kvack.org>
CC: Kees Cook <keescook@chromium.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Masahiro Yamada <masahiroy@kernel.org>
CC: Nick Desaulniers <ndesaulniers@google.com>
CC: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
CC: Nathan Chancellor <nathan@kernel.org>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Isabella Basso <isabbasso@riseup.net>

Hi Kees,

I love your patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v5.17-rc1 next-20220125]
[cannot apply to kees/for-next/pstore soc/for-next hnaz-mm/master]
[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/Kees-Cook/Kconfig-debug-Make-DEBUG_INFO-selectable-from-a-choice/20220125-170038
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0
config: riscv-buildonly-randconfig-r001-20220124 (https://download.01.org/0day-ci/archive/20220126/202201260410.RSiRayDu-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 997e128e2a78f5a5434fc75997441ae1ee76f8a4)
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 riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://github.com/0day-ci/linux/commit/1046f1c82b089b9cde35f6fcb0b3f34f53a90fa4
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Kees-Cook/Kconfig-debug-Make-DEBUG_INFO-selectable-from-a-choice/20220125-170038
        git checkout 1046f1c82b089b9cde35f6fcb0b3f34f53a90fa4
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash

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 >>):

   ld.lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)
   pahole: .tmp_vmlinux.btf: No such file or directory
>> ld.lld: error: .btf.vmlinux.bin.o: unknown file type

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3] Kconfig.debug: Make DEBUG_INFO selectable from a choice
Date: Wed, 26 Jan 2022 05:09:43 +0800	[thread overview]
Message-ID: <202201260410.RSiRayDu-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2845 bytes --]

In-Reply-To: <20220125075126.891825-1-keescook@chromium.org>
References: <20220125075126.891825-1-keescook@chromium.org>
TO: Kees Cook <keescook@chromium.org>
TO: Andrew Morton <akpm@linux-foundation.org>
CC: Linux Memory Management List <linux-mm@kvack.org>
CC: Kees Cook <keescook@chromium.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Masahiro Yamada <masahiroy@kernel.org>
CC: Nick Desaulniers <ndesaulniers@google.com>
CC: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
CC: Nathan Chancellor <nathan@kernel.org>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Isabella Basso <isabbasso@riseup.net>

Hi Kees,

I love your patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v5.17-rc1 next-20220125]
[cannot apply to kees/for-next/pstore soc/for-next hnaz-mm/master]
[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/Kees-Cook/Kconfig-debug-Make-DEBUG_INFO-selectable-from-a-choice/20220125-170038
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0
config: riscv-buildonly-randconfig-r001-20220124 (https://download.01.org/0day-ci/archive/20220126/202201260410.RSiRayDu-lkp(a)intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 997e128e2a78f5a5434fc75997441ae1ee76f8a4)
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 riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://github.com/0day-ci/linux/commit/1046f1c82b089b9cde35f6fcb0b3f34f53a90fa4
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Kees-Cook/Kconfig-debug-Make-DEBUG_INFO-selectable-from-a-choice/20220125-170038
        git checkout 1046f1c82b089b9cde35f6fcb0b3f34f53a90fa4
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash

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 >>):

   ld.lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)
   pahole: .tmp_vmlinux.btf: No such file or directory
>> ld.lld: error: .btf.vmlinux.bin.o: unknown file type

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

             reply	other threads:[~2022-01-25 21:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 21:09 kernel test robot [this message]
2022-01-25 21:09 ` [PATCH v3] Kconfig.debug: Make DEBUG_INFO selectable from a choice kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2022-01-25  7:51 Kees Cook
2022-01-25  8:24 ` Masahiro Yamada
2022-01-28 20:58 ` Nathan Chancellor
2022-01-28 21:27   ` Kees Cook

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=202201260410.RSiRayDu-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=llvm@lists.linux.dev \
    /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.