From: Vineet Gupta <vineet.gupta@linux.dev>
To: Alan Maguire <alan.maguire@oracle.com>, dwarves@vger.kernel.org
Cc: bpf@vger.kernel.org, Andrii Nakryiko <andrii@kernel.org>,
acme@kernel.org, Emil Tsalapatis <emil@etsalapatis.com>,
jose.marchesi@oracle.com, David Faust <david.faust@oracle.com>,
Yonghong Song <yonghong.song@linux.dev>
Subject: Re: [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
Date: Fri, 19 Jun 2026 16:18:40 -0700 [thread overview]
Message-ID: <ee92e842-85d8-4b1a-a741-4b6067895223@linux.dev> (raw)
In-Reply-To: <663c926a-09f2-4239-bbe9-078bbf900822@oracle.com>
Hi Alan,
On 6/19/26 05:17, Alan Maguire wrote:
> On 18/06/2026 01:57, Vineet Gupta wrote:
>> Hi,
>>
>> This series handles gcc generated DW_TAG_GNU_annotation with the end
>> goal to finally enable CONFIG_PAHOLE_HAS_BTF_TAG for gcc kerenel builds.
>>
>> Patches 1/5 and 5/5 are newly introduced in v5 per Alan's ask.
>>
>> P.S.: I've optimistically included Reviewed-by/Acked-by from Emil and
>> Yonghong respectively on v4 [4] but those were before additional changes
>> in v5 from Alan for a few things. Please let me know if that's no longer
>> true.
>>
>> [4] https://lore.kernel.org/bpf/20260602195512.1511013-1-vineet.gupta@linux.dev/
>>
> series applied, along with CI change to support [1]. Thank you!
Thanks for quickly merging this. I now need to plumb this thru on the
kernel side to essentially enable CONFIG_PAHOLE_HAS_BTF_TAG for gcc but
that would need to be keyed off of a pahole release version. Is pahole
due for a release (cadence and/or this changeset). If not I can
speculative use the next version whenever that happens. There are other
things in flight as well (gcc fix after 16.1) so this is not super
urgent but will be good to get out of the way.
Thx,
-Vineet
>
> Alan
>
> [1] https://lore.kernel.org/dwarves/20260619073358.1605594-1-alan.maguire@oracle.com/T/#r0d979ca6aa79a4586b75223ec51a54e7be1d74f8
>
>
>> Thx,
>> -Vineet
>>
>> Alan Maguire (2):
>> btf_loader: Handle decl tag component_idx for parameters
>> tests: Add btf_type_tag ordering test
>>
>> Vineet Gupta (3):
>> dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
>> dwarf_loader: Add support for DW_TAG_GNU_annotation
>> tests: Support GCC in pfunct-btf-decl-tags test
>>
>> btf_encoder.c | 1 +
>> btf_loader.c | 46 ++++++++-
>> dutil.h | 11 ++
>> dwarf_loader.c | 185 +++++++++++++++++++++++++++-------
>> dwarves.h | 2 +-
>> dwarves_fprintf.c | 32 ++++--
>> tests/btf_type_tag_order.sh | 179 ++++++++++++++++++++++++++++++++
>> tests/pfunct-btf-decl-tags.sh | 93 ++++++++++++-----
>> 8 files changed, 478 insertions(+), 71 deletions(-)
>> create mode 100755 tests/btf_type_tag_order.sh
>>
prev parent reply other threads:[~2026-06-19 23:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 0:57 [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes Vineet Gupta
2026-06-18 0:57 ` [PAHOLE v5 1/5] btf_loader: Handle decl tag component_idx for parameters Vineet Gupta
2026-06-18 4:46 ` Emil Tsalapatis
2026-06-18 13:27 ` Arnaldo Carvalho de Melo
2026-06-18 14:38 ` Alan Maguire
2026-06-18 17:18 ` Vineet Gupta
2026-06-18 0:57 ` [PAHOLE v5 2/5] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC] Vineet Gupta
2026-06-18 0:57 ` [PAHOLE v5 3/5] dwarf_loader: Add support for DW_TAG_GNU_annotation Vineet Gupta
2026-06-18 0:57 ` [PAHOLE v5 4/5] tests: Support GCC in pfunct-btf-decl-tags test Vineet Gupta
2026-06-18 0:57 ` [PAHOLE v5 5/5] tests: Add btf_type_tag ordering test Vineet Gupta
2026-06-18 4:47 ` Emil Tsalapatis
2026-06-18 13:25 ` Arnaldo Carvalho de Melo
2026-06-19 12:17 ` [PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes Alan Maguire
2026-06-19 23:18 ` Vineet Gupta [this message]
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=ee92e842-85d8-4b1a-a741-4b6067895223@linux.dev \
--to=vineet.gupta@linux.dev \
--cc=acme@kernel.org \
--cc=alan.maguire@oracle.com \
--cc=andrii@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=david.faust@oracle.com \
--cc=dwarves@vger.kernel.org \
--cc=emil@etsalapatis.com \
--cc=jose.marchesi@oracle.com \
--cc=yonghong.song@linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.