diff options
| author | Geliang Tang <[email protected]> | 2024-05-17 06:21:46 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2024-05-21 18:07:21 +0000 |
| commit | 6c8d7598dfed759bf1d9d0322b4c2b42eb7252d8 (patch) | |
| tree | 5026a8607e161c488dc372ab9f279f7c1894edbb /net/ipv4/tcp_output.c | |
| parent | bpf: Remove unused variable "prev_state" (diff) | |
| download | kernel-6c8d7598dfed759bf1d9d0322b4c2b42eb7252d8.tar.gz kernel-6c8d7598dfed759bf1d9d0322b4c2b42eb7252d8.zip | |
selftests/bpf: Fix prog numbers in test_sockmap
bpf_prog5 and bpf_prog7 are removed from progs/test_sockmap_kern.h in
commit d79a32129b21 ("bpf: Selftests, remove prints from sockmap tests"),
now there are only 9 progs in it, not 11:
SEC("sk_skb1")
int bpf_prog1(struct __sk_buff *skb)
SEC("sk_skb2")
int bpf_prog2(struct __sk_buff *skb)
SEC("sk_skb3")
int bpf_prog3(struct __sk_buff *skb)
SEC("sockops")
int bpf_sockmap(struct bpf_sock_ops *skops)
SEC("sk_msg1")
int bpf_prog4(struct sk_msg_md *msg)
SEC("sk_msg2")
int bpf_prog6(struct sk_msg_md *msg)
SEC("sk_msg3")
int bpf_prog8(struct sk_msg_md *msg)
SEC("sk_msg4")
int bpf_prog9(struct sk_msg_md *msg)
SEC("sk_msg5")
int bpf_prog10(struct sk_msg_md *msg)
This patch updates the array sizes of prog_fd[], prog_attach_type[] and
prog_type[] from 11 to 9 accordingly.
Fixes: d79a32129b21 ("bpf: Selftests, remove prints from sockmap tests")
Signed-off-by: Geliang Tang <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/9c10d9f974f07fcb354a43a8eca67acb2fafc587.1715926605.git.tanggeliang@kylinos.cn
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions
