On Wed, Sep 9, 2020 at 11:25 AM Stanislav Fomichev <s...@google.com> wrote: > > From: YiFei Zhu <zhuyi...@google.com> > > This syscall binds a map to a program. Returns success if the map is > already bound to the program. > > Cc: YiFei Zhu <zhuyifei1...@gmail.com> > Signed-off-by: YiFei Zhu <zhuyi...@google.com> > Signed-off-by: Stanislav Fomichev <s...@google.com> > ---
Acked-by: Andrii Nakryiko <andr...@fb.com> > include/uapi/linux/bpf.h | 7 ++++ > kernel/bpf/syscall.c | 63 ++++++++++++++++++++++++++++++++++ > tools/include/uapi/linux/bpf.h | 7 ++++ > 3 files changed, 77 insertions(+) > [...]