Re: [PATCH net-next 0/5] bpf: Extend bpf_{prog,map}_info

2017-09-29 Thread David Miller
From: Martin KaFai Lau Date: Wed, 27 Sep 2017 14:37:51 -0700 > This patch series adds more fields to bpf_prog_info and bpf_map_info. > Please see individual patch for details. Great to see progress in the area of eBPF introspection. Series applied, thanks.

[PATCH net-next 0/5] bpf: Extend bpf_{prog,map}_info

2017-09-27 Thread Martin KaFai Lau
This patch series adds more fields to bpf_prog_info and bpf_map_info. Please see individual patch for details. Martin KaFai Lau (5): bpf: Add name, load_time, uid and map_ids to bpf_prog_info bpf: Add map_name to bpf_map_info bpf: libbpf: Provide basic API support to specify BPF obj name b