mbox

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

Message ID 20230506212758.1201184-1-acme@kernel.org
State New
Headers

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-for-v6.4-3-2023-05-06

Message

Arnaldo Carvalho de Melo May 6, 2023, 9:27 p.m. UTC
  From: Arnaldo Carvalho de Melo <acme@redhat.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@redhat.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(-)
  

Comments

pr-tracker-bot@kernel.org May 7, 2023, 7:15 p.m. UTC | #1
The pull request you sent on Sat,  6 May 2023 18:27:58 -0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-for-v6.4-3-2023-05-06

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f085df1be60abf670315c11036261cfaec16b2eb

Thank you!