Re: [PATCH v3 bpf-next 1/2] bpf: add a ksym BPF iterator

From: Yonghong Song
Date: Tue Jul 05 2022 - 12:41:23 EST




On 7/4/22 6:55 AM, Alan Maguire wrote:
add a "ksym" iterator which provides access to a "struct kallsym_iter"
for each symbol. Intent is to support more flexible symbol parsing
as discussed in [1].

[1] https://lore.kernel.org/all/YjRPZj6Z8vuLeEZo@krava/

Suggested-by: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx>

Acked-by: Yonghong Song <yhs@xxxxxx>