Lines Matching refs:__
5 `Documentation/bpf/bpf_devel_QA.rst`__.
7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
116 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12.
118 __ https://reviews.llvm.org/D85570
164 This is due to a llvm BPF backend bug. `The fix`__
168 __ https://reviews.llvm.org/D78466
204 This cause later verifier failure. The bug has been `fixed`__ in
207 __ https://reviews.llvm.org/D97479
234 types, which was introduced in `Clang 13`__. The older Clang versions will
237 __ https://reviews.llvm.org/D83289
243 to generate extern function in BTF. It was introduced in `Clang 13`__.
251 __ https://reviews.llvm.org/D93563
273 linked_vars, linked_maps, and linked_funcs tests depend on `Clang fix`__ to
277 __ https://reviews.llvm.org/D100362
300 The xdpwall selftest requires a change in `Clang 14`__.
309 __ https://reviews.llvm.org/D109073