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)
commitdbbe15859b14d7c4f313dda78fc078e33cb47b11
tree8605665a73f7e8371f7ef3bbf59d307207a20de0
parent9bc869253d4de75fed388caaeb7626b3ee8ec56c
parenta28b1ba25934f24b9aabfc5cb86247150b7bb67d
Merge branch 'selftests/bpf: Optimize kallsyms cache'

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>