summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2024-10-07 23:45:57 +0200
committerShuah Khan <skhan@linuxfoundation.org>2024-10-08 15:21:36 -0600
commitfe6305cbc753766191da33b819f82f88986d3ca1 (patch)
tree55ee7181f3f83e0fc0b74f355a24ebfbbc545699 /tools/perf/scripts/python
parent3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7 (diff)
downloadkernel-fe6305cbc753766191da33b819f82f88986d3ca1.tar.gz
selftests: vDSO: unconditionally build getrandom test
Rather than building on supported archs, build on all archs, and then use the presence of the symbol in the vDSO to either skip the test or move forward with it. Note that this means that this test no longer checks whether the symbol was correctly added to the kernel. But hopefully this will be clear enough to developers and we'll cross our fingers that symbols aren't removed by accident and not caught after this change. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov 2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso 2020-10-13KUnit: KASAN IntegrationPatricia Alfonso 2020-08-07kasan: adjust kasan_stack_oob for tag-based modeAndrey Konovalov 2020-08-07lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu 2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens 2020-04-02kasan: add test for invalid size in memmoveWalter Wu 2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva 2019-12-01kasan: add test for vmallocDaniel Axtens 2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland 2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver 2019-07-12lib/test_kasan: add bitops testsMarco Elver 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner