selftests/bpf: Add missing cleanup in atomic_bounds test
authorBrendan Jackman <jackmanb@google.com>
Mon, 8 Feb 2021 12:37:37 +0000 (12:37 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 01:55:01 +0000 (17:55 -0800)
commit1589a1fa4e3832bd43742f111e6a883a28fe7ae9
tree26b907b1e10129289057b5ecaf6a861094b42164
parent11da9f0c6d145e482991d29a771ce717d2f1b92b
selftests/bpf: Add missing cleanup in atomic_bounds test

Add missing skeleton destroy call.

Fixes: 37086bfdc737 ("bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH")
Reported-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210208123737.963172-1-jackmanb@google.com
tools/testing/selftests/bpf/prog_tests/atomic_bounds.c