-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
labs/sysdev-system-integration: fix perf build with Linux 6.12
Linux 6.12 causes a regression in the perf build, which Luca Ceresoli has reported upstream at: https://lore.kernel.org/all/20241125182506.38af9907@booty/ In the mean time, let's revert the problematic commit. Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information
1 parent
cd8e56b
commit d455861
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...ed-linux/integration/data/0002-Revert-perf-tools-Create-source-symlink-in-perf-obje.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From df2ce6bb15e0e1fde2196842383ec3d2f1080eab Mon Sep 17 00:00:00 2001 | ||
From: Thomas Petazzoni <[email protected]> | ||
Date: Sat, 30 Nov 2024 22:05:23 +0100 | ||
Subject: [PATCH] Revert "perf tools: Create source symlink in perf object dir" | ||
|
||
This reverts commit 890a1961c812db801e0f9dfaa4af233aa3c6ab63. | ||
|
||
Signed-off-by: Thomas Petazzoni <[email protected]> | ||
--- | ||
tools/perf/Makefile.perf | 2 -- | ||
1 file changed, 2 deletions(-) | ||
|
||
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf | ||
index 9dd2e8d3f3c9b..f00f144ddafd2 100644 | ||
--- a/tools/perf/Makefile.perf | ||
+++ b/tools/perf/Makefile.perf | ||
@@ -163,8 +163,6 @@ ifneq ($(OUTPUT),) | ||
# for flex/bison parsers. | ||
VPATH += $(OUTPUT) | ||
export VPATH | ||
-# create symlink to the original source | ||
-SOURCE := $(shell ln -sf $(srctree)/tools/perf $(OUTPUT)/source) | ||
endif | ||
|
||
ifeq ($(V),1) | ||
-- | ||
2.47.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters