]> 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)
commit324660c4e58a4c422fe7190f196e41cde34d9f61
treec44494fafe11db39c3be9fa40ed24d9e6ca84a0d
parentadffcd150fe21ecb3ebf4ca3454b827bb7afb352
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]