Re: [PATCH bpf 0/2] tools: bpftool: fix pinning error messages

2019-08-09 Thread Daniel Borkmann
On 8/7/19 2:19 AM, Jakub Kicinski wrote: Hi! First make sure we don't use "prog" in error messages because the pinning operation could be performed on a map. Second add back missing error message if pin syscall failed. Jakub Kicinski (2): tools: bpftool: fix error message (prog -> object)

Re: [PATCH bpf 0/2] tools: bpftool: fix pinning error messages

2019-08-06 Thread Y Song
On Tue, Aug 6, 2019 at 5:20 PM Jakub Kicinski wrote: > > Hi! > > First make sure we don't use "prog" in error messages because > the pinning operation could be performed on a map. Second add > back missing error message if pin syscall failed. > > Jakub Kicinski (2): > tools: bpftool: fix error m

[PATCH bpf 0/2] tools: bpftool: fix pinning error messages

2019-08-06 Thread Jakub Kicinski
Hi! First make sure we don't use "prog" in error messages because the pinning operation could be performed on a map. Second add back missing error message if pin syscall failed. Jakub Kicinski (2): tools: bpftool: fix error message (prog -> object) tools: bpftool: add error message on pin fai