OSDN Git Service

Merge branch 'BPF test_progs tests improvement'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 9 Mar 2022 01:39:29 +0000 (17:39 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 9 Mar 2022 01:39:29 +0000 (17:39 -0800)
commit3399dd9f372bf0f4f3fb1fb11eb60ebd7b52d79c
tree57ffe5074f8f389437e8ea468731b0b3f2e599e1
parent7fd9fd46a459272e641be78c1cc36baab1921fa1
parentba83af059153441d77bc2dbb4cd22421b8a34107
Merge branch 'BPF test_progs tests improvement'

Mykola Lysenko says:

====================

First patch reduces the sample_freq to 1000 to ensure test will
work even when kernel.perf_event_max_sample_rate was reduced to 1000.

Patches for send_signal and find_vma tune the test implementation to
make sure needed thread is scheduled. Also, both tests will finish as
soon as possible after the test condition is met.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>