]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf: Update doc about calling kernel function'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 30 Mar 2021 14:31:01 +0000 (07:31 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 30 Mar 2021 14:31:01 +0000 (07:31 -0700)
commit6fa6a22416bbba320689df597b170aa36bef6429
treecc106d4d1855ac947d36da6a67d36fa52a55ba85
parente278c91004baf0afbde6729fe11939c31ec71fa4
parente550ef26b17b3cb119d9faab4baf5cc8878f90ba
Merge branch 'bpf: Update doc about calling kernel function'

Martin KaFai says:

====================

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.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>