On Sun, May 3, 2020 at 11:28 PM Yonghong Song <yhs@xxxxxx> wrote: > > Implement seq_file operations to traverse all maps. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Looks great! Acked-by: Andrii Nakryiko <andriin@xxxxxx> > include/linux/bpf.h | 1 + > kernel/bpf/Makefile | 2 +- > kernel/bpf/map_iter.c | 107 ++++++++++++++++++++++++++++++++++++++++++ > kernel/bpf/syscall.c | 19 ++++++++ > 4 files changed, 128 insertions(+), 1 deletion(-) > create mode 100644 kernel/bpf/map_iter.c > [...]