All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/bpf: Add libbpf into index/bpf
@ 2021-12-09  9:07 Yanteng Si
  2021-12-09 17:32 ` Grant Seltzer Richman
  0 siblings, 1 reply; 3+ messages in thread
From: Yanteng Si @ 2021-12-09  9:07 UTC (permalink / raw)
  To: grantseltzer; +Cc: andrii, daniel, corbet, linux-doc, siyanteng01, Yanteng Si

Since f42cfb469f9b ("bpf: Add documentation for libbpf including API autogen") which
introduced a warning:

linux/Documentation/bpf/libbpf/index.rst

Add it into index/bpf.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/bpf/index.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst
index 610450f59e05..bdf66f57f910 100644
--- a/Documentation/bpf/index.rst
+++ b/Documentation/bpf/index.rst
@@ -17,6 +17,11 @@ libbpf
 
 Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs.
 
+.. toctree::
+   :maxdepth: 1
+
+   libbpf/index
+
 BPF Type Format (BTF)
 =====================
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/bpf: Add libbpf into index/bpf
  2021-12-09  9:07 [PATCH] docs/bpf: Add libbpf into index/bpf Yanteng Si
@ 2021-12-09 17:32 ` Grant Seltzer Richman
  2021-12-09 23:34   ` Grant Seltzer Richman
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Seltzer Richman @ 2021-12-09 17:32 UTC (permalink / raw)
  To: Yanteng Si
  Cc: Andrii Nakryiko, Daniel Borkmann, Jonathan Corbet, linux-doc, Yanteng Si

On Thu, Dec 9, 2021 at 4:09 AM Yanteng Si <siyanteng01@gmail.com> wrote:
>
> Since f42cfb469f9b ("bpf: Add documentation for libbpf including API autogen") which
> introduced a warning:
>
> linux/Documentation/bpf/libbpf/index.rst
>
> Add it into index/bpf.
>
> Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
> ---
>  Documentation/bpf/index.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst
> index 610450f59e05..bdf66f57f910 100644
> --- a/Documentation/bpf/index.rst
> +++ b/Documentation/bpf/index.rst
> @@ -17,6 +17,11 @@ libbpf
>
>  Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs.
>
> +.. toctree::
> +   :maxdepth: 1
> +
> +   libbpf/index
> +

I may be wrong (I'm confused easily by mailing lists) but I believe
your tree is out of date, this was already added in patch
5931d9a3d0529dc803c792a10e52f0de1d0b9991

>  BPF Type Format (BTF)
>  =====================
>
> --
> 2.27.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/bpf: Add libbpf into index/bpf
  2021-12-09 17:32 ` Grant Seltzer Richman
@ 2021-12-09 23:34   ` Grant Seltzer Richman
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Seltzer Richman @ 2021-12-09 23:34 UTC (permalink / raw)
  To: Yanteng Si
  Cc: Andrii Nakryiko, Daniel Borkmann, Jonathan Corbet, linux-doc, Yanteng Si

On Thu, Dec 9, 2021 at 12:32 PM Grant Seltzer Richman
<grantseltzer@gmail.com> wrote:
>
> On Thu, Dec 9, 2021 at 4:09 AM Yanteng Si <siyanteng01@gmail.com> wrote:
> >
> > Since f42cfb469f9b ("bpf: Add documentation for libbpf including API autogen") which
> > introduced a warning:
> >
> > linux/Documentation/bpf/libbpf/index.rst
> >
> > Add it into index/bpf.
> >
> > Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
> > ---
> >  Documentation/bpf/index.rst | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst
> > index 610450f59e05..bdf66f57f910 100644
> > --- a/Documentation/bpf/index.rst
> > +++ b/Documentation/bpf/index.rst
> > @@ -17,6 +17,11 @@ libbpf
> >
> >  Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs.
> >
> > +.. toctree::
> > +   :maxdepth: 1
> > +
> > +   libbpf/index
> > +
>
> I may be wrong (I'm confused easily by mailing lists) but I believe
> your tree is out of date, this was already added in patch
> 5931d9a3d0529dc803c792a10e52f0de1d0b9991

Apologies, I see this was sent to the linux-doc mailing list. The
above patch ID was submitted to bpf-next.

>
> >  BPF Type Format (BTF)
> >  =====================
> >
> > --
> > 2.27.0
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-09 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  9:07 [PATCH] docs/bpf: Add libbpf into index/bpf Yanteng Si
2021-12-09 17:32 ` Grant Seltzer Richman
2021-12-09 23:34   ` Grant Seltzer Richman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.