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

2021-03-30 Thread Alexei Starovoitov
On Mon, Mar 29, 2021 at 10:41 PM Martin KaFai Lau 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.

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

2021-03-29 Thread Martin KaFai Lau
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 cl