Merge branch 'selftests/bpf: Optimize kallsyms cache'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 8 Sep 2023 23:22:41 +0000 (16:22 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Sat, 9 Sep 2023 00:04:14 +0000 (17:04 -0700)
Rong Tao says:

====================
We need to optimize the kallsyms cache, including optimizations for the
number of symbols limit, and, some test cases add new kernel symbols
(such as testmods) and we need to refresh kallsyms (reload or refresh).
====================

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

Trivial merge