mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Tiezhu Yang <yangtiezhu@loongson.cn>,
	Josh Poimboeuf <jpoimboe@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Huacai Chen <chenhuacai@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, loongarch@lists.linux.dev,
	linux-kernel@vger.kernel.org, loongson-kernel@lists.loongnix.cn
Subject: Re: [PATCH v2 8/8] LoongArch: Add ORC unwinder support
Date: Tue, 10 Oct 2023 22:43:12 +0800	[thread overview]
Message-ID: <202310102212.HoI1aH5d-lkp@intel.com> (raw)
In-Reply-To: <1696856590-30298-9-git-send-email-yangtiezhu@loongson.cn>

Hi Tiezhu,

kernel test robot noticed the following build errors:

[auto build test ERROR on masahiroy-kbuild/for-next]
[also build test ERROR on masahiroy-kbuild/fixes linus/master v6.6-rc5 next-20231010]
[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#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Tiezhu-Yang/objtool-LoongArch-Enable-objtool-to-be-built/20231009-210700
base:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git for-next
patch link:    https://lore.kernel.org/r/1696856590-30298-9-git-send-email-yangtiezhu%40loongson.cn
patch subject: [PATCH v2 8/8] LoongArch: Add ORC unwinder support
config: x86_64-randconfig-014-20231010 (https://download.01.org/0day-ci/archive/20231010/202310102212.HoI1aH5d-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231010/202310102212.HoI1aH5d-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310102212.HoI1aH5d-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from scripts/sorttable.c:201:
>> scripts/sorttable.h:96:10: fatal error: asm/orc_types.h: No such file or directory
      96 | #include <asm/orc_types.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
   make[3]: *** [scripts/Makefile.host:114: scripts/sorttable] Error 1 shuffle=2318162869
   make[3]: Target 'scripts/' not remade because of errors.
   make[2]: *** [Makefile:1186: scripts] Error 2 shuffle=2318162869
   make[2]: Target 'prepare' not remade because of errors.
   make[1]: *** [Makefile:234: __sub-make] Error 2 shuffle=2318162869
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:234: __sub-make] Error 2 shuffle=2318162869
   make: Target 'prepare' not remade because of errors.


vim +96 scripts/sorttable.h

a79f248b9b309ebb scripts/sortextable.h David Daney 2012-04-19  93  
57fa1899428538e3 scripts/sorttable.h   Shile Zhang 2019-12-04  94  #if defined(SORTTABLE_64) && defined(UNWINDER_ORC_ENABLED)
57fa1899428538e3 scripts/sorttable.h   Shile Zhang 2019-12-04  95  /* ORC unwinder only support X86_64 */
57fa1899428538e3 scripts/sorttable.h   Shile Zhang 2019-12-04 @96  #include <asm/orc_types.h>
57fa1899428538e3 scripts/sorttable.h   Shile Zhang 2019-12-04  97  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2023-10-10 14:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 13:03 [PATCH v2 0/8] Add objtool and orc support for LoongArch Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 1/8] objtool/LoongArch: Enable objtool to be built Tiezhu Yang
2023-10-10 12:45   ` Huacai Chen
2023-10-14  2:12     ` Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 2/8] objtool/LoongArch: Implement instruction decoder Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 3/8] objtool/x86: Separate arch-specific and generic parts Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 4/8] objtool/LoongArch: Enable orc to be built Tiezhu Yang
2023-10-10 12:52   ` Huacai Chen
2023-10-14  3:40     ` Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 5/8] objtool: Check local label about sibling call Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 6/8] objtool: Check local label in add_dead_ends() Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 7/8] objtool: Check local label in read_unwind_hints() Tiezhu Yang
2023-10-09 13:03 ` [PATCH v2 8/8] LoongArch: Add ORC unwinder support Tiezhu Yang
2023-10-10 13:46   ` kernel test robot
2023-10-18 11:44     ` Tiezhu Yang
2023-10-10 14:43   ` kernel test robot [this message]
2023-10-11  4:37   ` Huacai Chen
2023-10-14  9:21     ` Tiezhu Yang
2023-10-14 11:37       ` Huacai Chen
2023-10-15 12:57         ` Jinyang He
2023-10-15 13:57           ` Huacai Chen
2023-10-17 12:44             ` Tiezhu Yang
2023-10-17 12:39           ` Tiezhu Yang
2023-10-17 12:37         ` Tiezhu Yang
2023-10-14 11:40   ` Huacai Chen
2023-10-17 12:33     ` Tiezhu Yang

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=202310102212.HoI1aH5d-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=chenhuacai@kernel.org \
    --cc=jpoimboe@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=loongson-kernel@lists.loongnix.cn \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=peterz@infradead.org \
    --cc=yangtiezhu@loongson.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®