[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230506212758.1201184-1-acme@kernel.org>
Date: Sat, 6 May 2023 18:27:58 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Clark Williams <williams@...hat.com>,
Kate Carcia <kcarcia@...hat.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Changbin Du <changbin.du@...wei.com>,
Hao Luo <haoluo@...gle.com>, Ian Rogers <irogers@...gle.com>,
James Clark <james.clark@....com>,
Kan Liang <kan.liang@...ux.intel.com>,
Roman Lozko <lozko.roma@...il.com>,
Stephane Eranian <eranian@...gle.com>,
Thomas Richter <tmricht@...ux.ibm.com>
Subject: [GIT PULL 0/2] perf tools changes for v6.4: Disable BPF based features in the default build
From: Arnaldo Carvalho de Melo <acme@...hat.com>
Hi Linus,
I did further tests and realised I made a mistake in trying to
make this the default now, we need to polish it further before this
becomes acceptable for a default build.
This is on top of the previous two requests.
I apologize for wasting your time,
- Arnaldo
The following changes since commit 6c73f819b6b6d6f052e8dbe3f66f0693554ddf48:
perf metrics: Fix SEGV with --for-each-cgroup (2023-05-05 19:18:55 -0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-for-v6.4-3-2023-05-06
for you to fetch changes up to 9a2d5178b9d51e1c5f9e08989ff97fc8d4893f31:
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" (2023-05-06 18:07:37 -0300)
----------------------------------------------------------------
Disable building BPF based features by default for v6.4.
We need to better polish building with BPF skels, so revert back to
making it an experimental feature that has to be explicitely enabled
using BUILD_BPF_SKEL=1.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (2):
Revert "perf build: Warn for BPF skeletons if endian mismatches"
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
tools/perf/Makefile.config | 14 +++-----------
tools/perf/Makefile.perf | 8 ++++----
tools/perf/builtin-lock.c | 2 +-
tools/perf/builtin-record.c | 2 +-
tools/perf/builtin-version.c | 1 -
tools/perf/tests/shell/record_offcpu.sh | 2 +-
6 files changed, 10 insertions(+), 19 deletions(-)
Powered by blists - more mailing lists