2023-02-02 06:31:42

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH bpf-next 0/2] bpf: Two small cleanups

Tiezhu Yang (2):
tools/bpf: Use tab instead of white spaces to sync bpf.h
selftests/bpf: Use semicolon instead of comma in test_verifier.c

tools/include/uapi/linux/bpf.h | 4 ++--
tools/testing/selftests/bpf/test_verifier.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

--
2.1.0



2023-02-02 06:31:46

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH bpf-next 2/2] selftests/bpf: Use semicolon instead of comma in test_verifier.c

Just silence the following checkpatch warning:

WARNING: Possible comma where semicolon could be used

Signed-off-by: Tiezhu Yang <[email protected]>
---
tools/testing/selftests/bpf/test_verifier.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/bpf/test_verifier.c b/tools/testing/selftests/bpf/test_verifier.c
index 8c80855..887c49d 100644
--- a/tools/testing/selftests/bpf/test_verifier.c
+++ b/tools/testing/selftests/bpf/test_verifier.c
@@ -209,7 +209,7 @@ static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self)
insn[i++] = BPF_MOV64_IMM(BPF_REG_2, 1);
insn[i++] = BPF_MOV64_IMM(BPF_REG_3, 2);
insn[i++] = BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 0, 0,
- BPF_FUNC_skb_vlan_push),
+ BPF_FUNC_skb_vlan_push);
insn[i] = BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, len - i - 3);
i++;
}
@@ -220,7 +220,7 @@ static void bpf_fill_ld_abs_vlan_push_pop(struct bpf_test *self)
i++;
insn[i++] = BPF_MOV64_REG(BPF_REG_1, BPF_REG_6);
insn[i++] = BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 0, 0,
- BPF_FUNC_skb_vlan_pop),
+ BPF_FUNC_skb_vlan_pop);
insn[i] = BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, len - i - 3);
i++;
}
--
2.1.0


2023-02-03 04:50:24

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH bpf-next 0/2] bpf: Two small cleanups

Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <[email protected]>:

On Thu, 2 Feb 2023 14:31:24 +0800 you wrote:
> Tiezhu Yang (2):
> tools/bpf: Use tab instead of white spaces to sync bpf.h
> selftests/bpf: Use semicolon instead of comma in test_verifier.c
>
> tools/include/uapi/linux/bpf.h | 4 ++--
> tools/testing/selftests/bpf/test_verifier.c | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)

Here is the summary with links:
- [bpf-next,1/2] tools/bpf: Use tab instead of white spaces to sync bpf.h
https://git.kernel.org/bpf/bpf-next/c/e2bd9742989b
- [bpf-next,2/2] selftests/bpf: Use semicolon instead of comma in test_verifier.c
https://git.kernel.org/bpf/bpf-next/c/150809082aab

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html