From: John Garry <john.garry@huawei.com>
To: Josh Poimboeuf <jpoimboe@kernel.org>, <x86@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, Peter Zijlstra <peterz@infradead.org>
Subject: Re: [PATCH 2/2] scripts/faddr2line: Add CONFIG_DEBUG_INFO check
Date: Fri, 22 Jul 2022 09:41:18 +0100 [thread overview]
Message-ID: <6f18325e-cb40-b1f7-4236-3aa22e05694b@huawei.com> (raw)
In-Reply-To: <ffa7734c929445caa374bf9e68078300174f09b4.1658426357.git.jpoimboe@kernel.org>
On 21/07/2022 19:01, Josh Poimboeuf wrote:
> Otherwise without DWARF it spits out gibberish and gives no indication
> of what the problem is.
>
> Suggested-by: John Garry <john.garry@huawei.com>
> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Seems to work fine, thanks
Tested-by: John Garry <john.garry@huawei.com>
> ---
> scripts/faddr2line | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/scripts/faddr2line b/scripts/faddr2line
> index 57099687e5e1..5514c23f45c2 100755
> --- a/scripts/faddr2line
> +++ b/scripts/faddr2line
> @@ -61,6 +61,7 @@ die() {
> READELF="${CROSS_COMPILE:-}readelf"
> ADDR2LINE="${CROSS_COMPILE:-}addr2line"
> AWK="awk"
> +GREP="grep"
>
> command -v ${AWK} >/dev/null 2>&1 || die "${AWK} isn't installed"
> command -v ${READELF} >/dev/null 2>&1 || die "${READELF} isn't installed"
> @@ -271,6 +272,8 @@ LIST=0
> [[ ! -f $objfile ]] && die "can't find objfile $objfile"
> shift
>
> +${READELF} --section-headers --wide $objfile | ${GREP} -q '\.debug_info' || die "CONFIG_DEBUG_INFO not enabled"
> +
> DIR_PREFIX=supercalifragilisticexpialidocious
> find_dir_prefix $objfile
>
next prev parent reply other threads:[~2022-07-22 8:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 18:01 [PATCH 0/2] faddr2line fixes Josh Poimboeuf
2022-07-21 18:01 ` [PATCH 1/2] scripts/faddr2line: Fix vmlinux detection on arm64 Josh Poimboeuf
2022-08-02 20:11 ` [tip: perf/urgent] " tip-bot2 for Josh Poimboeuf
2022-07-21 18:01 ` [PATCH 2/2] scripts/faddr2line: Add CONFIG_DEBUG_INFO check Josh Poimboeuf
2022-07-22 8:41 ` John Garry [this message]
2022-08-02 20:11 ` [tip: perf/urgent] " tip-bot2 for Josh Poimboeuf
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=6f18325e-cb40-b1f7-4236-3aa22e05694b@huawei.com \
--to=john.garry@huawei.com \
--cc=jpoimboe@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=x86@kernel.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
all inboxes | Powered by JetHome®