Martin KaFai Lau wrote: > Some globals in the tcp_hdr_options test and btf_skc_cls_ingress test > are not using static scope. This patch fixes it. > > Targeting bpf-next branch as an improvement since it currently does not > break the build. > > Fixes: ad2f8eb0095e ("bpf: selftests: Tcp header options") > Fixes: 9a856cae2217 ("bpf: selftest: Add test_btf_skc_cls_ingress") > Signed-off-by: Martin KaFai Lau <kafai@xxxxxx> > --- > .../selftests/bpf/prog_tests/btf_skc_cls_ingress.c | 2 +- > .../selftests/bpf/prog_tests/tcp_hdr_options.c | 12 ++++++------ > 2 files changed, 7 insertions(+), 7 deletions(-) > Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>