From: Eduard Zingerman <eddyz87@gmail.com>
To: bot+bpf-ci@kernel.org, chenyy23@mails.tsinghua.edu.cn,
ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
memxor@gmail.com
Cc: john.fastabend@gmail.com, martin.lau@linux.dev, song@kernel.org,
yonghong.song@linux.dev, jolsa@kernel.org, shuah@kernel.org,
emil@etsalapatis.com, bpf@vger.kernel.org,
linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
martin.lau@kernel.org, clm@meta.com, ihor.solodrai@linux.dev
Subject: Re: [PATCH 2/2] selftests/bpf: Cover stack frame number after scalar plus fp
Date: Tue, 21 Jul 2026 16:53:02 -0700 [thread overview]
Message-ID: <ea92ce5296ff4cacb1ecddd90493e04424dfc488.camel@gmail.com> (raw)
In-Reply-To: <b076593c985497a5f903439b864d1e8f1cd107f1561d04a22b77c6fafb3b4c13@mail.kernel.org>
On Tue, 2026-07-21 at 10:29 +0000, bot+bpf-ci@kernel.org wrote:
> > diff --git a/tools/testing/selftests/bpf/prog_tests/verifier.c b/tools/testing/selftests/bpf/prog_tests/verifier.c
> > index be97f6887f0e..0483ae340726 100644
> > --- a/tools/testing/selftests/bpf/prog_tests/verifier.c
> > +++ b/tools/testing/selftests/bpf/prog_tests/verifier.c
> > @@ -11,7 +11,6 @@
> > #include "verifier_arena_globals2.skel.h"
> > #include "verifier_array_access.skel.h"
> > #include "verifier_async_cb_context.skel.h"
> > -#include "verifier_basic_stack.skel.h"
> > #include "verifier_bitfield_write.skel.h"
> > #include "verifier_bounds.skel.h"
> > #include "verifier_bounds_deduction.skel.h"
> > @@ -165,7 +164,6 @@ void test_verifier_arena(void) { RUN(verifier_arena); }
> > void test_verifier_arena_large(void) { RUN(verifier_arena_large); }
> > void test_verifier_arena_globals1(void) { RUN(verifier_arena_globals1); }
> > void test_verifier_arena_globals2(void) { RUN(verifier_arena_globals2); }
> > -void test_verifier_basic_stack(void) { RUN(verifier_basic_stack); }
> > void test_verifier_bitfield_write(void) { RUN(verifier_bitfield_write); }
> > void test_verifier_bounds(void) { RUN(verifier_bounds); }
> > void test_verifier_bounds_deduction(void) { RUN(verifier_bounds_deduction); }
>
> The verifier_basic_stack skeleton was already dispatched here through
> RUN(verifier_basic_stack). Adding the new subtest to
> progs/verifier_basic_stack.c on its own would have exercised it under the
> existing harness with no change to prog_tests.
Bot is spot on here.
pw-bot: cr.
prev parent reply other threads:[~2026-07-21 23:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 9:39 [bpf-next v2 0/2] bpf: Preserve stack frame number for commuted arithmetic Yiyang Chen
2026-07-21 9:39 ` [PATCH 1/2] " Yiyang Chen
2026-07-21 9:48 ` sashiko-bot
2026-07-22 7:44 ` Shung-Hsi Yu
2026-07-22 0:12 ` Eduard Zingerman
2026-07-22 8:46 ` Shung-Hsi Yu
2026-07-21 9:39 ` [PATCH 2/2] selftests/bpf: Cover stack frame number after scalar plus fp Yiyang Chen
2026-07-21 10:29 ` bot+bpf-ci
2026-07-21 23:53 ` Eduard Zingerman [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=ea92ce5296ff4cacb1ecddd90493e04424dfc488.camel@gmail.com \
--to=eddyz87@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bot+bpf-ci@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=chenyy23@mails.tsinghua.edu.cn \
--cc=clm@meta.com \
--cc=daniel@iogearbox.net \
--cc=emil@etsalapatis.com \
--cc=ihor.solodrai@linux.dev \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@kernel.org \
--cc=martin.lau@linux.dev \
--cc=memxor@gmail.com \
--cc=shuah@kernel.org \
--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.