All of lore.kernel.org
 help / color / mirror / Atom feed
* util/capstone.c:221:20: error: implicit declaration of function 'machine__normalized_is'
@ 2026-07-01  5:40 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-01  5:40 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Tengda Wu <wutengda@huaweicloud.com>
CC: 0day robot <lkp@intel.com>

tree:   https://github.com/intel-lab-lkp/linux/commits/Tengda-Wu/perf-capstone-Fix-kernel-map-reference-count-leak/20260701-120354
head:   1b0c96bd2f84ba4e2ab6d1e383fd209277cfab9c
commit: 08ab88c2e4780e47a5053b0719c5ad1208c35194 perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
date:   2 hours ago
:::::: branch date: 2 hours ago
:::::: commit date: 2 hours ago
config: i386-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260701/202607010724.pfcFkbFf-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260701/202607010724.pfcFkbFf-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/r/202607010724.pfcFkbFf-lkp@intel.com/

All errors (new ones prefixed by >>):

   Makefile.config:564: No elfutils/debuginfod.h found, no debuginfo server support, please install libdebuginfod-dev/elfutils-debuginfod-client-devel or equivalent
   Makefile.config:1044: No babeltrace2 found, disables 'perf data' CTF format support, please install libbabeltrace2-dev[el]
   Makefile.config:1134: Rust is not found. Test workloads with rust are disabled.
     PERF_VERSION = 7.2.rc1.g08ab88c2e478
   cc1: warning: '-Wformat-y2k' ignored without '-Wformat' [-Wformat-y2k]
   cc1: warning: '-Wformat-security' ignored without '-Wformat' [-Wformat-security]
   util/capstone.c: In function 'capstone_init':
>> util/capstone.c:221:20: error: implicit declaration of function 'machine__normalized_is' [-Wimplicit-function-declaration]
     221 |         } else if (machine__normalized_is(machine, "arm64")) {
         |                    ^~~~~~~~~~~~~~~~~~~~~~
>> util/capstone.c:221:43: error: 'machine' undeclared (first use in this function)
     221 |         } else if (machine__normalized_is(machine, "arm64")) {
         |                                           ^~~~~~~
   util/capstone.c:221:43: note: each undeclared identifier is reported only once for each function it appears in
   make[4]: *** [tools/build/Makefile.build:95: util/capstone.o] Error 1
   make[4]: *** Waiting for unfinished jobs....
   make[3]: *** [tools/build/Makefile.build:158: util] Error 2
   make[2]: *** [Makefile.perf:576: perf-util-in.o] Error 2
   make[2]: *** Waiting for unfinished jobs....
   make[1]: *** [Makefile.perf:288: sub-make] Error 2

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-01  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01  5:40 util/capstone.c:221:20: error: implicit declaration of function 'machine__normalized_is' kernel test robot

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.