From: Ihor Solodrai <ihor.solodrai@linux.dev>
To: dwarves@vger.kernel.org, alan.maguire@oracle.com,
acme@kernel.org, eddyz87@gmail.com
Cc: bpf@vger.kernel.org, andrii@kernel.org, ast@kernel.org,
kernel-team@meta.com
Subject: [PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
Date: Wed, 5 Nov 2025 17:28:32 -0800 [thread overview]
Message-ID: <20251106012835.260373-1-ihor.solodrai@linux.dev> (raw)
This series refactors a few functions that handle how BTF functions
are emitted.
v3->v4: Error handling nit from Eduard
v2->v3: Add patch removing encoder from btf_encoder_func_state
v3: https://lore.kernel.org/dwarves/20251105185926.296539-1-ihor.solodrai@linux.dev/
v2: https://lore.kernel.org/dwarves/20251104233532.196287-1-ihor.solodrai@linux.dev/
v1: https://lore.kernel.org/dwarves/20251029190249.3323752-2-ihor.solodrai@linux.dev/
Ihor Solodrai (3):
btf_encoder: Remove encoder pointer from btf_encoder_func_state
btf_encoder: Refactor btf_encoder__add_func_proto
btf_encoder: Factor out BPF kfunc emission
btf_encoder.c | 206 +++++++++++++++++++++++++++++---------------------
1 file changed, 119 insertions(+), 87 deletions(-)
--
2.51.1
next reply other threads:[~2025-11-06 1:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 1:28 Ihor Solodrai [this message]
2025-11-06 1:28 ` [PATCH dwarves v4 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state Ihor Solodrai
2025-11-06 1:28 ` [PATCH dwarves v4 2/3] btf_encoder: Refactor btf_encoder__add_func_proto Ihor Solodrai
2025-11-06 1:28 ` [PATCH dwarves v4 3/3] btf_encoder: Factor out BPF kfunc emission Ihor Solodrai
2025-11-13 16:36 ` [PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs Alan Maguire
2025-11-13 17:20 ` Alexei Starovoitov
2025-11-14 2:10 ` Arnaldo Carvalho de Melo
2025-11-14 2:14 ` Alexei Starovoitov
2025-11-14 15:40 ` Alan Maguire
2025-11-14 16:27 ` Arnaldo Melo
2025-11-14 20:52 ` Arnaldo Carvalho de Melo
2025-11-14 20:54 ` Arnaldo Carvalho de Melo
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=20251106012835.260373-1-ihor.solodrai@linux.dev \
--to=ihor.solodrai@linux.dev \
--cc=acme@kernel.org \
--cc=alan.maguire@oracle.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=dwarves@vger.kernel.org \
--cc=eddyz87@gmail.com \
--cc=kernel-team@meta.com \
/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.