From: Kumar Kartikeya Dwivedi <memxor@gmail.com>
To: bpf@vger.kernel.org
Cc: Alexei Starovoitov <ast@kernel.org>,
Andrii Nakryiko <andrii@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Eduard Zingerman <eddyz87@gmail.com>,
Emil Tsalapatis <emil@etsalapatis.com>,
kkd@meta.com, kernel-team@meta.com
Subject: [PATCH bpf-next v2 0/3] Improve stack depth verification stats output
Date: Mon, 3 Aug 2026 00:52:04 +0200 [thread overview]
Message-ID: <20260802225209.2511758-1-memxor@gmail.com> (raw)
Some improvements for more clarity in the stack depth verification
statistics output. See commit logs for details.
Changelog:
----------
v1 -> v2
v1: https://lore.kernel.org/bpf/20260801230400.850271-1-memxor@gmail.com
* Use multi-line format. (Eduard)
* Adjust veristat to work with old and new format.
* Adjust selftest log_level without new option. (Eduard)
Kumar Kartikeya Dwivedi (3):
bpf: Show more useful info in stack depth stats
selftests/bpf: Adjust veristat stack depth parsing
selftests/bpf: Test stack depth stats without BTF subprog names
kernel/bpf/verifier.c | 13 +++++++----
.../bpf/progs/verifier_basic_stack.c | 4 ++--
.../bpf/progs/verifier_bpf_fastcall.c | 23 ++++++++++++-------
.../bpf/progs/verifier_private_stack.c | 15 +++++++++---
.../selftests/bpf/progs/verifier_var_off.c | 4 ++--
tools/testing/selftests/bpf/test_verifier.c | 2 +-
tools/testing/selftests/bpf/verifier/calls.c | 6 ++++-
tools/testing/selftests/bpf/veristat.c | 16 +++++++++----
8 files changed, 58 insertions(+), 25 deletions(-)
base-commit: 8f876c773b79ed66dadc9507f50dbff39c6a9ec7
--
2.53.0
next reply other threads:[~2026-08-02 22:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-02 22:52 Kumar Kartikeya Dwivedi [this message]
2026-08-02 22:52 ` [PATCH bpf-next v2 1/3] bpf: Show more useful info in stack depth stats Kumar Kartikeya Dwivedi
2026-08-02 23:04 ` sashiko-bot
2026-08-02 23:09 ` Kumar Kartikeya Dwivedi
2026-08-03 0:21 ` bot+bpf-ci
2026-08-03 0:40 ` Kumar Kartikeya Dwivedi
2026-08-02 22:52 ` [PATCH bpf-next v2 2/3] selftests/bpf: Adjust veristat stack depth parsing Kumar Kartikeya Dwivedi
2026-08-02 22:52 ` [PATCH bpf-next v2 3/3] selftests/bpf: Test stack depth stats without BTF subprog names Kumar Kartikeya Dwivedi
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=20260802225209.2511758-1-memxor@gmail.com \
--to=memxor@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=emil@etsalapatis.com \
--cc=kernel-team@meta.com \
--cc=kkd@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.