From: sashiko-bot@kernel.org
To: "Kumar Kartikeya Dwivedi" <memxor@gmail.com>
Cc: bpf@vger.kernel.org
Subject: Re: [PATCH bpf-next v1 2/2] selftests/bpf: Test duplicate unique fields in nested structs
Date: Sun, 19 Jul 2026 14:30:28 +0000 [thread overview]
Message-ID: <20260719143029.694951F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260719142401.2420111-3-memxor@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Multi-line comment style violates BPF subsystem guidelines.
--
--- Patch [2]: [PATCH bpf-next v1 2/2] selftests/bpf: Test duplicate unique fields in nested structs ---
commit 9b7a72ba7e7b55aa85d89f130fc6922658c4bcf0
Author: Kumar Kartikeya Dwivedi <memxor@gmail.com>
selftests/bpf: Test duplicate unique fields in nested structs
This commit adds a raw BTF test with a spin lock directly in a struct
and another in a nested struct to ensure duplicates are rejected during
BTF loading.
> diff --git a/tools/testing/selftests/bpf/prog_tests/btf.c b/tools/testing/selftests/bpf/prog_tests/btf.c
> index 66855cbd6b73f..02c4c60c841ee 100644
> --- a/tools/testing/selftests/bpf/prog_tests/btf.c
> +++ b/tools/testing/selftests/bpf/prog_tests/btf.c
[ ... ]
> @@ -4250,6 +4250,32 @@ static struct btf_raw_test raw_tests[] = {
> .max_entries = 1,
> },
>
> +/* struct inner {
> + * struct bpf_spin_lock lock;
> + * };
[Severity: Low]
This isn't a bug, but does this multi-line comment format violate the BPF
subsystem style guidelines? The BPF guidelines prefer the opening /* to be on
its own line rather than having text on the same line as the opening.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260719142401.2420111-1-memxor@gmail.com?part=2
next prev parent reply other threads:[~2026-07-19 14:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-19 14:23 [PATCH bpf-next v1 0/2] Fix unique fields for nested structs in BTF Kumar Kartikeya Dwivedi
2026-07-19 14:23 ` [PATCH bpf-next v1 1/2] bpf: Preserve unique-field state across nested structs Kumar Kartikeya Dwivedi
2026-07-19 14:34 ` sashiko-bot
2026-07-19 15:08 ` Kumar Kartikeya Dwivedi
2026-07-19 14:24 ` [PATCH bpf-next v1 2/2] selftests/bpf: Test duplicate unique fields in " Kumar Kartikeya Dwivedi
2026-07-19 14:30 ` sashiko-bot [this message]
2026-07-19 15:17 ` bot+bpf-ci
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=20260719143029.694951F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=memxor@gmail.com \
--cc=sashiko-reviews@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox