]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4cd26789dbd8a193709714c704ea245b401305b
treec44494fafe11db39c3be9fa40ed24d9e6ca84a0d
parent0982d604b57fe412a0a662ddacc113c34865974c
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]