selftests/bpf: Add test to access integer type of variable array
authorFeng Zhou <zhoufeng.zf@bytedance.com>
Thu, 20 Apr 2023 03:27:35 +0000 (11:27 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 20 Apr 2023 04:29:39 +0000 (21:29 -0700)
commit5ff54dedf35bfee7a16eb9f8fb7ecadf7d5564cb
tree5b9bba487042875f0a750a9ee91152a52783ba32
parent2569c7b8726fc06d946a4f999fb1be15b68f3f3c
selftests/bpf: Add test to access integer type of variable array

Add prog test for accessing integer type of variable array in tracing
program.
In addition, hook load_balance function to access sd->span[0], only
to confirm whether the load is successful. Because there is no direct
way to trigger load_balance call.

Co-developed-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Feng Zhou <zhoufeng.zf@bytedance.com>
Link: https://lore.kernel.org/r/20230420032735.27760-3-zhoufeng.zf@bytedance.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c
tools/testing/selftests/bpf/prog_tests/access_variable_array.c [new file with mode: 0644]
tools/testing/selftests/bpf/prog_tests/tracing_struct.c
tools/testing/selftests/bpf/progs/test_access_variable_array.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/tracing_struct.c