Re: [PATCH bpf] libbpf: fix map index used in error message

2020-08-20 Thread Daniel Borkmann
On 8/19/20 1:05 PM, Toke Høiland-Jørgensen wrote: The error message emitted by bpf_object__init_user_btf_maps() was using the wrong section ID. Signed-off-by: Toke Høiland-Jørgensen Applied, thanks!

Re: [PATCH bpf] libbpf: fix map index used in error message

2020-08-19 Thread Yonghong Song
On 8/19/20 4:05 AM, Toke Høiland-Jørgensen wrote: The error message emitted by bpf_object__init_user_btf_maps() was using the wrong section ID. Signed-off-by: Toke Høiland-Jørgensen Acked-by: Yonghong Song