From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH] libperf: Add perf_evsel__id() function
Date: Fri, 30 Aug 2024 04:06:31 +0800 [thread overview]
Message-ID: <202408300351.twD2Wj7F-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "low confidence bisect report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240823-perf_evsel_get_id-v1-1-0ffa204c4164@rivosinc.com>
References: <20240823-perf_evsel_get_id-v1-1-0ffa204c4164@rivosinc.com>
TO: Charlie Jenkins <charlie@rivosinc.com>
TO: Peter Zijlstra <peterz@infradead.org>
TO: Ingo Molnar <mingo@redhat.com>
TO: Arnaldo Carvalho de Melo <acme@kernel.org>
TO: Namhyung Kim <namhyung@kernel.org>
TO: Mark Rutland <mark.rutland@arm.com>
TO: Alexander Shishkin <alexander.shishkin@linux.intel.com>
TO: Jiri Olsa <jolsa@kernel.org>
TO: Ian Rogers <irogers@google.com>
TO: Adrian Hunter <adrian.hunter@intel.com>
CC: linux-perf-users@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: Charlie Jenkins <charlie@rivosinc.com>
Hi Charlie,
kernel test robot noticed the following build errors:
[auto build test ERROR on 47ac09b91befbb6a235ab620c32af719f8208399]
url: https://github.com/intel-lab-lkp/linux/commits/Charlie-Jenkins/libperf-Add-perf_evsel__id-function/20240826-143619
base: 47ac09b91befbb6a235ab620c32af719f8208399
patch link: https://lore.kernel.org/r/20240823-perf_evsel_get_id-v1-1-0ffa204c4164%40rivosinc.com
patch subject: [PATCH] libperf: Add perf_evsel__id() function
:::::: branch date: 4 days ago
:::::: commit date: 4 days ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240830/202408300351.twD2Wj7F-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/202408300351.twD2Wj7F-lkp@intel.com/
All errors (new ones prefixed by >>):
Makefile.config:671: No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR
PERF_VERSION = 6.11.rc4.gfb323f1b6522
>> evsel.c:493:57: error: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'void *' [-Wint-conversion]
493 | err = perf_evsel__run_ioctl(evsel, PERF_EVENT_IOC_ID, (unsigned long)id, i);
| ^~~~~~~~~~~~~~~~~
evsel.c:427:22: note: passing argument to parameter 'arg' here
427 | int ioc, void *arg,
| ^
1 error generated.
make[7]: *** [tools/build/Makefile.build:105: tools/perf/libperf/evsel.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [Makefile:122: tools/perf/libperf/libperf-in.o] Error 2
make[5]: *** [Makefile.perf:961: tools/perf/libperf/libperf.a] Error 2
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile.perf:290: sub-make] Error 2
make[3]: *** [Makefile:70: all] Error 2
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-08-29 20:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 20:06 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-23 18:58 [PATCH] libperf: Add perf_evsel__id() function Charlie Jenkins
2024-09-05 4:22 ` Namhyung Kim
2024-09-05 18:59 ` Charlie Jenkins
2024-09-09 22:26 ` Namhyung Kim
2024-09-10 0:17 ` Charlie Jenkins
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=202408300351.twD2Wj7F-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild@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.