From: Andrii Nakryiko <andrii.nakryiko@gmail.com> To: Dmitrii Banshchikov <me@ubique.spb.ru> Cc: bpf <bpf@vger.kernel.org>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Martin Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>, Yonghong Song <yhs@fb.com>, john fastabend <john.fastabend@gmail.com>, KP Singh <kpsingh@chromium.org>, Andrey Ignatov <rdna@fb.com> Subject: Re: [PATCH v3 bpf-next 1/4] bpf: Rename bpf_reg_state variables Date: Fri, 12 Feb 2021 13:11:35 -0800 Message-ID: <CAEf4BzYu1KdwvJkjEj+TRL7BFf_cA_PutqYcsqqf3QmzzTUb9Q@mail.gmail.com> (raw) In-Reply-To: <20210212205642.620788-2-me@ubique.spb.ru> On Fri, Feb 12, 2021 at 12:57 PM Dmitrii Banshchikov <me@ubique.spb.ru> wrote: > > Using "reg" for an array of bpf_reg_state and "reg[i + 1]" for an > individual bpf_reg_state is error-prone and verbose. Use "regs" for the > former and "reg" for the latter as other code nearby does. > > Signed-off-by: Dmitrii Banshchikov <me@ubique.spb.ru> > --- Please carry over Acked-by and Reviewed-by tags next time (unless you made substantial changes to the patch) Acked-by: Andrii Nakryiko <andrii@kernel.org> > kernel/bpf/btf.c | 20 ++++++++++++-------- > 1 file changed, 12 insertions(+), 8 deletions(-) > [...]
next prev parent reply index Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-02-12 20:56 [PATCH v3 bpf-next 0/4] Add support of pointer to struct in global functions Dmitrii Banshchikov 2021-02-12 20:56 ` [PATCH v3 bpf-next 1/4] bpf: Rename bpf_reg_state variables Dmitrii Banshchikov 2021-02-12 21:11 ` Andrii Nakryiko [this message] 2021-02-12 20:56 ` [PATCH v3 bpf-next 2/4] bpf: Extract nullable reg type conversion into a helper function Dmitrii Banshchikov 2021-02-12 21:12 ` Andrii Nakryiko 2021-02-12 20:56 ` [PATCH v3 bpf-next 3/4] bpf: Support pointers in global func args Dmitrii Banshchikov 2021-02-12 21:14 ` Andrii Nakryiko 2021-02-13 2:09 ` Alexei Starovoitov 2021-02-15 6:25 ` Dmitrii Banshchikov 2021-02-12 20:56 ` [PATCH v3 bpf-next 4/4] selftests/bpf: Add unit tests for pointers in global functions Dmitrii Banshchikov 2021-02-12 21:15 ` Andrii Nakryiko 2021-02-23 6:43 ` Andrii Nakryiko 2021-02-23 8:22 ` [PATCH] selftests/bpf: Fix a compiler warning in global func test Dmitrii Banshchikov 2021-02-24 15:50 ` patchwork-bot+netdevbpf
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=CAEf4BzYu1KdwvJkjEj+TRL7BFf_cA_PutqYcsqqf3QmzzTUb9Q@mail.gmail.com \ --to=andrii.nakryiko@gmail.com \ --cc=andrii@kernel.org \ --cc=ast@kernel.org \ --cc=bpf@vger.kernel.org \ --cc=daniel@iogearbox.net \ --cc=john.fastabend@gmail.com \ --cc=kafai@fb.com \ --cc=kpsingh@chromium.org \ --cc=me@ubique.spb.ru \ --cc=rdna@fb.com \ --cc=songliubraving@fb.com \ --cc=yhs@fb.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
BPF Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/bpf/0 bpf/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 bpf bpf/ https://lore.kernel.org/bpf \ bpf@vger.kernel.org public-inbox-index bpf Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.bpf AGPL code for this site: git clone https://public-inbox.org/public-inbox.git