diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2020-03-02 17:53:48 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-03-03 04:00:41 +0300 |
commit | 775a2be52da1c55fc810a5d151049f86f0fd5362 (patch) | |
tree | 7f137e140f276375d6fcf7c238f5e4cdfcbfa758 /lib/debugobjects.c | |
parent | 441420a1f0b3031f228453697406c86f110e59d4 (diff) | |
download | linux-775a2be52da1c55fc810a5d151049f86f0fd5362.tar.xz |
selftests/bpf: Declare bpf_log_buf variables as static
The cgroup selftests did not declare the bpf_log_buf variable as static, leading
to a linker error with GCC 10 (which defaults to -fno-common). Fix this by
adding the missing static declarations.
Fixes: 257c88559f36 ("selftests/bpf: Convert test_cgroup_attach to prog_tests")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrey Ignatov <rdna@fb.com>
Link: https://lore.kernel.org/bpf/20200302145348.559177-1-toke@redhat.com
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions