From: Yonghong Song <yhs@fb.com>
To: Alexei Starovoitov <alexei.starovoitov@gmail.com>, <davem@davemloft.net>
Cc: <daniel@iogearbox.net>, <andrii@kernel.org>,
<bpf@vger.kernel.org>, <kernel-team@fb.com>
Subject: Re: [PATCH bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs.
Date: Tue, 8 Feb 2022 09:11:56 -0800 [thread overview]
Message-ID: <45a1d67d-e269-5790-9713-bb3704c7da36@fb.com> (raw)
In-Reply-To: <20220204231710.25139-2-alexei.starovoitov@gmail.com>
On 2/4/22 3:17 PM, Alexei Starovoitov wrote:
> From: Alexei Starovoitov <ast@kernel.org>
>
> bpf_sycall programs can be used directly by the kernel modules
> to load programs and create maps via kernel skeleton.
> . Export bpf_sys_bpf syscall wrapper to be used in kernel skeleton.
> . Export bpf_map_get to be used in kernel skeleton.
> . Allow prog_run cmd for bpf_syscall programs with recursion check.
> . Enable link_create and raw_tp_open cmds.
>
> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
next prev parent reply other threads:[~2022-02-08 17:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 23:17 [PATCH bpf-next 0/5] bpf: Light skeleton for the kernel Alexei Starovoitov
2022-02-04 23:17 ` [PATCH bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs Alexei Starovoitov
2022-02-08 16:20 ` kernel test robot
2022-02-08 16:20 ` kernel test robot
2022-02-08 17:11 ` Yonghong Song [this message]
2022-02-04 23:17 ` [PATCH bpf-next 2/5] libbpf: Prepare light skeleton for the kernel Alexei Starovoitov
2022-02-07 20:04 ` Andrii Nakryiko
2022-02-07 21:27 ` Alexei Starovoitov
2022-02-07 21:51 ` Andrii Nakryiko
2022-02-04 23:17 ` [PATCH bpf-next 3/5] bpftool: Generalize light skeleton generation Alexei Starovoitov
2022-02-04 23:17 ` [PATCH bpf-next 4/5] bpf: Update iterators.lskel.h Alexei Starovoitov
2022-02-04 23:17 ` [PATCH bpf-next 5/5] bpf: Convert bpf_preload.ko to use light skeleton Alexei Starovoitov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45a1d67d-e269-5790-9713-bb3704c7da36@fb.com \
--to=yhs@fb.com \
--cc=alexei.starovoitov@gmail.com \
--cc=andrii@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=kernel-team@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.