On Fri, May 7, 2021 at 8:48 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Similar to prog_load make btf_load command to be availble to > bpf_prog_type_syscall program. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > include/linux/btf.h | 2 +- > kernel/bpf/btf.c | 8 ++++---- > kernel/bpf/syscall.c | 7 ++++--- > 3 files changed, 9 insertions(+), 8 deletions(-) > [...]