[GIT PULL 0/2] perf tools changes for v6.4: Disable BPF based features in the default build

From: Arnaldo Carvalho de Melo
Date: Sat May 06 2023 - 17:28:18 EST


From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

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@xxxxxxxxxx>

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