]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit749ca710fac1e8ef72549f88da8c08adadf2ba9a
tree57ffe5074f8f389437e8ea468731b0b3f2e599e1
parent79676a83c54bb7517c4b1cf3dc40751a609f7688
parentafc455d5f34ceacf8ed1f21debac61f6df6f9d7b
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>