Lines Matching full:__
5 `Documentation/bpf/bpf_devel_QA.rst`__.
7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
67 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12.
69 __ https://reviews.llvm.org/D85570
115 This is due to a llvm BPF backend bug. `The fix`__
119 __ https://reviews.llvm.org/D78466
155 This cause later verifier failure. The bug has been `fixed`__ in
158 __ https://reviews.llvm.org/D97479
185 types, which was introduced in `Clang 13`__. The older Clang versions will
188 __ https://reviews.llvm.org/D83289
194 to generate extern function in BTF. It was introduced in `Clang 13`__.
202 __ https://reviews.llvm.org/D93563
207 linked_vars, linked_maps, and linked_funcs tests depend on `Clang fix`__ to
211 __ https://reviews.llvm.org/D100362