mbox series

[bpf-next,0/2] bpf: Update doc about calling kernel function

Message ID 20210330054143.2932947-1-kafai@fb.com (mailing list archive)
Headers show
Series bpf: Update doc about calling kernel function | expand

Message

Martin KaFai Lau March 30, 2021, 5:41 a.m. UTC
This set updates the document about the bpf program calling kernel
function.  In particular, updates are regarding to the clang
requirement in selftests and kfunc-call not an ABI.

Martin KaFai Lau (2):
  bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABI
  bpf: selftests: Update clang requirement in README.rst for testing
    kfunc call

 Documentation/bpf/bpf_design_QA.rst    | 15 +++++++++++++++
 tools/testing/selftests/bpf/README.rst | 14 ++++++++++++++
 2 files changed, 29 insertions(+)

Comments

Alexei Starovoitov March 30, 2021, 4:33 p.m. UTC | #1
On Mon, Mar 29, 2021 at 10:41 PM Martin KaFai Lau <kafai@fb.com> wrote:
>
> This set updates the document about the bpf program calling kernel
> function.  In particular, updates are regarding to the clang
> requirement in selftests and kfunc-call not an ABI.

Applied.