Skip to content

Commit 736baae

Browse files
bagasmeAlexei Starovoitov
authored andcommitted
Documentation: bpf: Add implementation notes documentations to table of contents
Sphinx reported warnings on missing implementation notes documentations in the table of contents: Documentation/bpf/clang-notes.rst: WARNING: document isn't included in any toctree Documentation/bpf/linux-notes.rst: WARNING: document isn't included in any toctree Add these documentations to the table of contents (index.rst) of BPF documentation to fix the warnings. Link: https://lore.kernel.org/linux-doc/202210020749.yfgDZbRL-lkp@intel.com/ Fixes: 6c7aaff ("bpf, docs: Move Clang notes to a separate file") Fixes: 6166da0 ("bpf, docs: Move legacy packet instructions to a separate file") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Link: https://lore.kernel.org/r/20221002032022.24693-1-bagasdotme@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent b502a6f commit 736baae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/bpf/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ that goes into great technical depth about the BPF Architecture.
2626
classic_vs_extended.rst
2727
bpf_licensing
2828
test_debug
29+
clang-notes
30+
linux-notes
2931
other
3032

3133
.. only:: subproject and html

0 commit comments

Comments
 (0)