OSDN Git Service

selftests/bpf: Add a series of tests for bpf_snprintf
authorFlorent Revest <revest@chromium.org>
Mon, 19 Apr 2021 15:52:43 +0000 (17:52 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 19 Apr 2021 22:27:37 +0000 (15:27 -0700)
commitc2e39c6bdc7eb48459ec1d34d4f27eb82299f4b7
treec44494fafe11db39c3be9fa40ed24d9e6ca84a0d
parent58c2b1f5e0121efd698b6ec8e45e47e58ca9caee
selftests/bpf: Add a series of tests for bpf_snprintf

The "positive" part tests all format specifiers when things go well.

The "negative" part makes sure that incorrect format strings fail at
load time.

Signed-off-by: Florent Revest <revest@chromium.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210419155243.1632274-7-revest@chromium.org
tools/testing/selftests/bpf/prog_tests/snprintf.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/test_snprintf.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/test_snprintf_single.c [new file with mode: 0644]