Re: [PATCH net-next V2 1/3] tools: bpftool: open pinned object without type check

2017-11-02 Thread Quentin Monnet
2017-11-02 16:59 UTC+0900 ~ Prashant Bhole > This was needed for opening any file in bpf-fs without knowing > its object type > > Signed-off-by: Prashant Bhole Acked-by: Quentin Monnet

[PATCH net-next V2 1/3] tools: bpftool: open pinned object without type check

2017-11-02 Thread Prashant Bhole
This was needed for opening any file in bpf-fs without knowing its object type Signed-off-by: Prashant Bhole --- tools/bpf/bpftool/common.c | 15 +-- tools/bpf/bpftool/main.h | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/tools/bpf/bpftool/common.c b/tools/