Lines Matching refs:__
5 `Documentation/bpf/bpf_devel_QA.rst`__.
7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
75 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12.
77 __ https://reviews.llvm.org/D85570
123 This is due to a llvm BPF backend bug. `The fix`__
127 __ https://reviews.llvm.org/D78466
163 This cause later verifier failure. The bug has been `fixed`__ in
166 __ https://reviews.llvm.org/D97479
193 types, which was introduced in `Clang 13`__. The older Clang versions will
196 __ https://reviews.llvm.org/D83289
202 to generate extern function in BTF. It was introduced in `Clang 13`__.
210 __ https://reviews.llvm.org/D93563
232 linked_vars, linked_maps, and linked_funcs tests depend on `Clang fix`__ to
236 __ https://reviews.llvm.org/D100362
259 The xdpwall selftest requires a change in `Clang 14`__.
268 __ https://reviews.llvm.org/D109073