From: Namhyung Kim <namhyung@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>,
Ian Rogers <irogers@google.com>,
Kan Liang <kan.liang@linux.intel.com>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
linux-perf-users@vger.kernel.org, Leo Yan <leo.yan@linux.dev>,
Casey Chen <cachen@purestorage.com>
Subject: [GIT PULL] perf-tools fixes for v6.11-rc2
Date: Tue, 30 Jul 2024 15:51:24 -0700 [thread overview]
Message-ID: <20240730225124.4057811-1-namhyung@kernel.org> (raw)
Hi Linus,
Please consider pulling the following changes in perf tools for v6.11.
Thanks,
Namhyung
The following changes since commit 92717bc077892d1ce60fee07aee3a33f33909b85:
perf dso: Fix build when libunwind is enabled (2024-07-17 13:17:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.11-2024-07-30
for you to fetch changes up to d27087c76e3c859ea05b7581ef7ce8aa5a088dd8:
perf docs: Document cross compilation (2024-07-26 11:15:55 -0700)
----------------------------------------------------------------
Another perf tools fixes for v6.11
Some more fixes about the build and a random crash:
* Fix cross-build by setting pkg-config env according to the arch
* Fix static build for missing library dependencies
* Fix Segfault when callchain has no symbols
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
----------------------------------------------------------------
Casey Chen (1):
perf tool: fix dereferencing NULL al->maps
Leo Yan (6):
perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation
perf: build: Set Python configuration for cross compilation
perf: build: Only link libebl.a for old libdw
perf: build: Link lib 'lzma' for static build
perf: build: Link lib 'zstd' for static build
perf docs: Document cross compilation
tools/build/feature/Makefile | 53 +++++++++++++++++++++++++++++++-------
tools/perf/Documentation/Build.txt | 28 ++++++++++++++++++++
tools/perf/Makefile.config | 20 +++++++++++++-
tools/perf/Makefile.perf | 27 ++++++++++++++++++-
tools/perf/util/callchain.c | 2 +-
5 files changed, 117 insertions(+), 13 deletions(-)
next reply other threads:[~2024-07-30 22:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 22:51 Namhyung Kim [this message]
2024-07-31 2:43 ` [GIT PULL] perf-tools fixes for v6.11-rc2 pr-tracker-bot
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=20240730225124.4057811-1-namhyung@kernel.org \
--to=namhyung@kernel.org \
--cc=acme@kernel.org \
--cc=cachen@purestorage.com \
--cc=irogers@google.com \
--cc=kan.liang@linux.intel.com \
--cc=leo.yan@linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).