Merge branch 'kallsyms: Optimize the search for module symbols by livepatch and bpf'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 20 Jan 2023 01:07:15 +0000 (17:07 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 20 Jan 2023 01:07:50 +0000 (17:07 -0800)
commit00b8f39f1d15c7e16e3f5ca7538f522f3a89131f
tree143f3ba40e705b2c470f90c491ecd38935581482
parent92afc5329a5b23d876b215b783d200352d5aaea6
parent6a5f2d6ee8d515d5912e33d63a7386d03854a655
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 <ast@kernel.org>