From: Alexei Starovoitov Date: Fri, 20 Jan 2023 01:07:15 +0000 (-0800) Subject: Merge branch 'kallsyms: Optimize the search for module symbols by livepatch and bpf' X-Git-Tag: v6.3-rc1~162^2~189^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00b8f39f1d15c7e16e3f5ca7538f522f3a89131f;p=thirdparty%2Flinux.git Merge branch 'kallsyms: Optimize the search for module symbols by livepatch and bpf' Jiri Olsa says: ==================== hi, sending new version of [1] patchset posted originally by Zhen Lei. It contains 2 changes that improove search performance for livepatch and bpf. v3 changes: - fixed off by 1 issue, simplified condition, added acks [Song] - added module attach as subtest [Andrii] v2 changes: - reworked the bpf change and meassured the performance - adding new selftest to benchmark kprobe multi module attachment - skipping patch 3 as requested by Zhen Lei - added Reviewed-by for patch 1 [Petr Mladek] thanks, jirka [1] https://lore.kernel.org/bpf/20221230112729.351-1-thunder.leizhen@huawei.com/ --- Jiri Olsa (2): selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests bpf: Change modules resolving for kprobe multi link ==================== Signed-off-by: Alexei Starovoitov --- 00b8f39f1d15c7e16e3f5ca7538f522f3a89131f