From: Tao Chen <chen.dylane@linux.dev>
To: Daniel Borkmann <daniel@iogearbox.net>,
ast@kernel.org, john.fastabend@gmail.com, andrii@kernel.org,
martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org,
yonghong.song@linux.dev, kpsingh@kernel.org, sdf@fomichev.me,
haoluo@google.com, jolsa@kernel.org
Cc: bpf@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH bpf-next v5 3/3] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
Date: Thu, 25 Sep 2025 21:12:56 +0800 [thread overview]
Message-ID: <3a4b33a0-955d-421f-ac93-fae7fc91a565@linux.dev> (raw)
In-Reply-To: <00b1a35f-f944-47a6-9195-52438753c051@iogearbox.net>
在 2025/9/25 20:09, Daniel Borkmann 写道:
> On 9/23/25 6:58 PM, Tao Chen wrote:
>> Add tests for stacktrace map lookup and delete:
>> 1. use bpf_map_lookup_and_delete_elem to lookup and delete the target
>> stack_id,
>> 2. lookup the deleted stack_id again to double check.
>>
>> Signed-off-by: Tao Chen <chen.dylane@linux.dev>
>> ---
>> .../testing/selftests/bpf/prog_tests/stacktrace_map.c | 11 ++++++++++-
>> tools/testing/selftests/bpf/progs/stacktrace_map.c | 2 ++
>> 2 files changed, 12 insertions(+), 1 deletion(-)
> BPF CI fails with:
>
> Notice: Success: 644/5645, Skipped: 82, Failed: 1
> Error: #402 stacktrace_map_raw_tp
> Error: #402 stacktrace_map_raw_tp
> libbpf: elf: failed to open ./test_stacktrace_map.bpf.o: -ENOENT
> test_stacktrace_map_raw_tp:FAIL:prog_load raw tp err -2 errno 2
> Test Results:
> bpftool: PASS
> test_progs: FAIL (returned 1)
> Error: Process completed with exit code 1.
>
> https://github.com/kernel-patches/bpf/actions/runs/17993777572
Hi Daniel,
It seems that stacktrace_map_raw_tp will use test_stacktrace_map.bpf.c,
which is renamed to stacktrace_map.c in my patch, i will fix it, thanks.
tools/testing/selftests/bpf/prog_tests/stacktrace_map_raw_tp.c:8:
const char *file = "./test_stacktrace_map.bpf.o";
--
Best Regards
Tao Chen
prev parent reply other threads:[~2025-09-25 13:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 16:58 [PATCH bpf-next v5 1/3] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE Tao Chen
2025-09-23 16:58 ` [PATCH bpf-next v5 2/3] selftests/bpf: Refactor stacktrace_map case with skeleton Tao Chen
2025-09-23 16:58 ` [PATCH bpf-next v5 3/3] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case Tao Chen
2025-09-25 12:09 ` Daniel Borkmann
2025-09-25 13:12 ` Tao Chen [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=3a4b33a0-955d-421f-ac93-fae7fc91a565@linux.dev \
--to=chen.dylane@linux.dev \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=haoluo@google.com \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=sdf@fomichev.me \
--cc=song@kernel.org \
--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.