summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/send_signal.c
AgeCommit message (Expand)Author
2023-03-10bpf/selftests: Fix send_signal tracepoint testsDavid Vernet
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller
2022-03-11selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song
2022-03-08Improve send_signal BPF test stabilityMykola Lysenko
2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song
2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-05-11selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko
2020-08-06bpf: Fix compilation warning of selftestsJianlin Lv
2020-01-16selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song
2019-08-28selftests/bpf: test_progs: remove unused retStanislav Fomichev
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev
2019-07-27selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko
2019-07-16selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song