<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Documentation/bpf/libbpf, branch v6.6.131</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.131</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.131'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2023-03-18T17:17:39+00:00</updated>
<entry>
<title>bpf, docs: Libbpf overview documentation</title>
<updated>2023-03-18T17:17:39+00:00</updated>
<author>
<name>Sreevani Sreejith</name>
<email>ssreevani@meta.com</email>
</author>
<published>2023-03-15T19:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=08ff1c9f3e927ba3701c113dda70953a6f4afffa'/>
<id>urn:sha1:08ff1c9f3e927ba3701c113dda70953a6f4afffa</id>
<content type='text'>
This patch documents overview of libbpf, including its features for
developing BPF programs.

Signed-off-by: Sreevani Sreejith &lt;ssreevani@meta.com&gt;
Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Acked-by: David Vernet &lt;void@manifault.com&gt;
Link: https://lore.kernel.org/bpf/20230315195405.2051559-1-ssreevani@meta.com
</content>
</entry>
<entry>
<title>Documentation: bpf: correct spelling</title>
<updated>2023-01-28T20:22:20+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@infradead.org</email>
</author>
<published>2023-01-28T19:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1d3cab43f4c73936ba55820a0501469e36ed6dd3'/>
<id>urn:sha1:1d3cab43f4c73936ba55820a0501469e36ed6dd3</id>
<content type='text'>
Correct spelling problems for Documentation/bpf/ as reported
by codespell.

Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Cc: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;
Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Cc: bpf@vger.kernel.org
Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;
Cc: linux-doc@vger.kernel.org
Reviewed-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;
Link: https://lore.kernel.org/r/20230128195046.13327-1-rdunlap@infradead.org
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
</entry>
<entry>
<title>docs/bpf: Add table of BPF program types to libbpf docs</title>
<updated>2022-11-23T21:31:20+00:00</updated>
<author>
<name>Donald Hunter</name>
<email>donald.hunter@gmail.com</email>
</author>
<published>2022-11-21T12:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c742cb7c3ebdeb358794b9c76d93d8be7b631b9a'/>
<id>urn:sha1:c742cb7c3ebdeb358794b9c76d93d8be7b631b9a</id>
<content type='text'>
Extend the libbpf documentation with a table of program types,
attach points and ELF section names.

Signed-off-by: Donald Hunter &lt;donald.hunter@gmail.com&gt;
Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Reviewed-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;
Acked-by: David Vernet &lt;void@manifault.com&gt;
Link: https://lore.kernel.org/bpf/20221121121734.98329-1-donald.hunter@gmail.com
</content>
</entry>
<entry>
<title>bpf, docs: Remove deprecated xsk libbpf APIs description</title>
<updated>2022-07-08T12:18:50+00:00</updated>
<author>
<name>Pu Lehui</name>
<email>pulehui@huawei.com</email>
</author>
<published>2022-07-08T04:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=fb8ddf24c71dc97d6b07ecb7791b4fa5e7f48efc'/>
<id>urn:sha1:fb8ddf24c71dc97d6b07ecb7791b4fa5e7f48efc</id>
<content type='text'>
Since xsk APIs has been removed from libbpf, let's clean up the
BPF docs simutaneously.

Signed-off-by: Pu Lehui &lt;pulehui@huawei.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Acked-by: Song Liu &lt;song@kernel.org&gt;
Link: https://lore.kernel.org/bpf/20220708042736.669132-1-pulehui@huawei.com
</content>
</entry>
<entry>
<title>libbpf: Improve libbpf API documentation link position</title>
<updated>2022-04-22T14:21:56+00:00</updated>
<author>
<name>Grant Seltzer</name>
<email>grantseltzer@gmail.com</email>
</author>
<published>2022-04-22T03:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e8c5e1a0f78fbfc4396866959fef43b258318b6f'/>
<id>urn:sha1:e8c5e1a0f78fbfc4396866959fef43b258318b6f</id>
<content type='text'>
This puts the link for libbpf API documentation into the sidebar
for much easier navigation.

You can preview this change at:

  https://libbpf-test.readthedocs.io/en/latest/

Note that the link is hardcoded to the production version, so you
can see that it self references itself here for now:

  https://libbpf-test.readthedocs.io/en/latest/api.html

This will need to make its way into the libbpf mirror, before being
deployed to libbpf.readthedocs.org

Signed-off-by: Grant Seltzer &lt;grantseltzer@gmail.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Link: https://lore.kernel.org/bpf/20220422031050.303984-1-grantseltzer@gmail.com
</content>
</entry>
<entry>
<title>bpf, docs: Fix ordering of bpf documentation</title>
<updated>2021-11-17T22:24:01+00:00</updated>
<author>
<name>Dave Tucker</name>
<email>dave@dtucker.co.uk</email>
</author>
<published>2021-11-12T21:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5931d9a3d0529dc803c792a10e52f0de1d0b9991'/>
<id>urn:sha1:5931d9a3d0529dc803c792a10e52f0de1d0b9991</id>
<content type='text'>
This commit fixes the display of the BPF documentation in the sidebar
when rendered as HTML.

Before this patch, the sidebar would render as follows for some
sections:

| BPF Documentation
  |- BPF Type Format (BTF)
    |- BPF Type Format (BTF)

This was due to creating a heading in index.rst followed by
a sphinx toctree, where the file referenced carries the same
title as the section heading.

To fix this I applied a pattern that has been established in other
subfolders of Documentation:

1. Re-wrote index.rst to have a single toctree
2. Split the sections out in to their own files

Additionally maps.rst and programs.rst make use of a glob pattern to
include map_* or prog_* rst files in their toctree, meaning future map
or program type documentation will be automatically included.

Signed-off-by: Dave Tucker &lt;dave@dtucker.co.uk&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Link: https://lore.kernel.org/bpf/1a1eed800e7b9dc13b458de113a489641519b0cc.1636749493.git.dave@dtucker.co.uk
</content>
</entry>
<entry>
<title>libbpf: Add API documentation convention guidelines</title>
<updated>2021-10-06T19:34:02+00:00</updated>
<author>
<name>Grant Seltzer</name>
<email>grantseltzer@gmail.com</email>
</author>
<published>2021-10-04T21:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9330303446382a33aa62a8a88a7a48555f76df0b'/>
<id>urn:sha1:9330303446382a33aa62a8a88a7a48555f76df0b</id>
<content type='text'>
This adds a section to the documentation for libbpf
naming convention which describes how to document
API features in libbpf, specifically the format of
which API doc comments need to conform to.

Signed-off-by: Grant Seltzer &lt;grantseltzer@gmail.com&gt;
Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Acked-by: Song Liu &lt;songliubraving@fb.com&gt;
Link: https://lore.kernel.org/bpf/20211004215644.497327-1-grantseltzer@gmail.com
</content>
</entry>
<entry>
<title>libbpf: Rename libbpf documentation index file</title>
<updated>2021-08-18T15:45:25+00:00</updated>
<author>
<name>Grant Seltzer</name>
<email>grantseltzer@gmail.com</email>
</author>
<published>2021-08-18T15:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d20b41115ad53293201cc07ee429a38740cb056b'/>
<id>urn:sha1:d20b41115ad53293201cc07ee429a38740cb056b</id>
<content type='text'>
This patch renames a documentation libbpf.rst to index.rst. In order
for readthedocs.org to pick this file up and properly build the
documentation site.

It also changes the title type of the ABI subsection in the
naming convention doc. This is so that readthedocs.org doesn't treat this
section as a separate document.

Signed-off-by: Grant Seltzer &lt;grantseltzer@gmail.com&gt;
Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Link: https://lore.kernel.org/bpf/20210818151313.49992-1-grantseltzer@gmail.com
</content>
</entry>
<entry>
<title>bpf: Reconfigure libbpf docs to remove unversioned API</title>
<updated>2021-08-17T00:25:03+00:00</updated>
<author>
<name>grantseltzer</name>
<email>grantseltzer@gmail.com</email>
</author>
<published>2021-08-10T02:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bb57164920d738076bf91d65af35d8724526c21b'/>
<id>urn:sha1:bb57164920d738076bf91d65af35d8724526c21b</id>
<content type='text'>
This removes the libbpf_api.rst file from the kernel documentation.
The intention for this file was to pull documentation from comments
above API functions in libbpf. However, due to limitations of the
kernel documentation system, this API documentation could not be
versioned, which is counterintuative to how users expect to use it.
There is also currently no doc comments, making this a blank page.

Once the kernel comment documentation is actually contributed, it
will still exist in the kernel repository, just in the code itself.

A seperate site is being spun up to generate documentaiton from those
comments in a way in which it can be versioned properly.

This also reconfigures the bpf documentation index page to make it
easier to sync to the previously mentioned documentaiton site.

Signed-off-by: Grant Seltzer &lt;grantseltzer@gmail.com&gt;
Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;
Link: https://lore.kernel.org/bpf/20210810020508.280639-1-grantseltzer@gmail.com
</content>
</entry>
<entry>
<title>libbpf, doc: Eliminate warnings in libbpf_naming_convention</title>
<updated>2021-08-06T23:39:19+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@infradead.org</email>
</author>
<published>2021-08-02T01:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7c4a22339e7ce7b6ed473a8e682da622c3a774ee'/>
<id>urn:sha1:7c4a22339e7ce7b6ed473a8e682da622c3a774ee</id>
<content type='text'>
Use "code-block: none" instead of "c" for non-C-language code blocks.
Removes these warnings:

  lnx-514-rc4/Documentation/bpf/libbpf/libbpf_naming_convention.rst:111: WARNING: Could not lex literal_block as "c". Highlighting skipped.
  lnx-514-rc4/Documentation/bpf/libbpf/libbpf_naming_convention.rst:124: WARNING: Could not lex literal_block as "c". Highlighting skipped.

Fixes: f42cfb469f9b ("bpf: Add documentation for libbpf including API autogen")
Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Link: https://lore.kernel.org/bpf/20210802015037.787-1-rdunlap@infradead.org
</content>
</entry>
</feed>
