On 7/14/22 11:11 AM, Andrii Nakryiko wrote:
diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst
index f49aeef62d0c..3f9cc9150c89 100644
--- a/Documentation/bpf/btf.rst
+++ b/Documentation/bpf/btf.rst
@@ -369,7 +369,7 @@ No additional type data follow ``btf_type``.
* ``name_off``: offset to a valid C identifier
* ``info.kind_flag``: 0
* ``info.kind``: BTF_KIND_FUNC
- * ``info.vlen``: 0
+ * ``info.vlen``: linkage information (static=0, global=1, extern=2)
0, 1, 2 are not arbitrary integers, those are enum btf_func_linkage,
which is why I asked to mention that UAPI enum here
Hi Andrii,
I have sent a V3 to take care of your comments.
Thanks
Indu