@@ -128,7 +128,7 @@ into the bpf-next tree will make their way into net-next tree. net and
128128net-next are both run by David S. Miller. From there, they will go
129129into the kernel mainline tree run by Linus Torvalds. To read up on the
130130process of net and net-next being merged into the mainline tree, see
131- the :ref: `netdev-FAQ `
131+ the `netdev-FAQ `_.
132132
133133
134134
@@ -147,7 +147,7 @@ request)::
147147Q: How do I indicate which tree (bpf vs. bpf-next) my patch should be applied to?
148148---------------------------------------------------------------------------------
149149
150- A: The process is the very same as described in the :ref: `netdev-FAQ `,
150+ A: The process is the very same as described in the `netdev-FAQ `_ ,
151151so please read up on it. The subject line must indicate whether the
152152patch is a fix or rather "next-like" content in order to let the
153153maintainers know whether it is targeted at bpf or bpf-next.
@@ -206,7 +206,7 @@ ii) run extensive BPF test suite and
206206Once the BPF pull request was accepted by David S. Miller, then
207207the patches end up in net or net-next tree, respectively, and
208208make their way from there further into mainline. Again, see the
209- :ref: `netdev-FAQ ` for additional information e.g. on how often they are
209+ `netdev-FAQ `_ for additional information e.g. on how often they are
210210merged to mainline.
211211
212212Q: How long do I need to wait for feedback on my BPF patches?
@@ -230,7 +230,7 @@ Q: Are patches applied to bpf-next when the merge window is open?
230230-----------------------------------------------------------------
231231A: For the time when the merge window is open, bpf-next will not be
232232processed. This is roughly analogous to net-next patch processing,
233- so feel free to read up on the :ref: `netdev-FAQ ` about further details.
233+ so feel free to read up on the `netdev-FAQ `_ about further details.
234234
235235During those two weeks of merge window, we might ask you to resend
236236your patch series once bpf-next is open again. Once Linus released
@@ -394,7 +394,7 @@ netdev kernel mailing list in Cc and ask for the fix to be queued up:
394394395395
396396The process in general is the same as on netdev itself, see also the
397- :ref: `netdev-FAQ `.
397+ `netdev-FAQ `_ .
398398
399399Q: Do you also backport to kernels not currently maintained as stable?
400400----------------------------------------------------------------------
@@ -410,7 +410,7 @@ Q: The BPF patch I am about to submit needs to go to stable as well
410410What should I do?
411411
412412A: The same rules apply as with netdev patch submissions in general, see
413- the :ref: `netdev-FAQ `.
413+ the `netdev-FAQ `_ .
414414
415415Never add "``
Cc: [email protected] ``" to the patch description, but
416416ask the BPF maintainers to queue the patches instead. This can be done
@@ -685,7 +685,7 @@ when:
685685
686686.. Links
687687 .. _Documentation/process/ : https://www.kernel.org/doc/html/latest/process/
688- .. _netdev-FAQ : Documentation/ process/maintainer-netdev.rst
688+ .. _netdev-FAQ : https://www.kernel.org/doc/html/latest/ process/maintainer-netdev.html
689689.. _selftests :
690690 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/bpf/
691691.. _Documentation/dev-tools/kselftest.rst :
0 commit comments