diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2022-10-02 05:20:23 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-10-03 18:16:52 +0200 |
commit | 736baae643cb1ccaeaf989ef8eb09ce085020479 (patch) | |
tree | 9c3cdb69fca1cd14f4be80b10a8e747d068e878c /Documentation/bpf/index.rst | |
parent | bpf, docs: Delete misformatted table. (diff) | |
download | linux-736baae643cb1ccaeaf989ef8eb09ce085020479.tar.xz linux-736baae643cb1ccaeaf989ef8eb09ce085020479.zip |
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: 6c7aaffb24efbd ("bpf, docs: Move Clang notes to a separate file")
Fixes: 6166da0a02cde2 ("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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/bpf/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 1bc2c5c58bdb..1b50de1983ee 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -26,6 +26,8 @@ that goes into great technical depth about the BPF Architecture. classic_vs_extended.rst bpf_licensing test_debug + clang-notes + linux-notes other .. only:: subproject and html |