All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: cgroup-v2: fix path to example BPF program
@ 2021-02-24 13:16 Antonio Terceiro
  2021-02-25 20:09 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Terceiro @ 2021-02-24 13:16 UTC (permalink / raw)
  To: cgroups, linux-doc, linux-kernel
  Cc: Tejun Heo, Zefan Li, Johannes Weiner, Jonathan Corbet, Jiong Wang

This file has been moved into the "progs" subdirectory in
bd4aed0ee73ca873bef3cb3ec746dd796f03df28, together with all test BPF
programs.

Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Jiong Wang <jiong.wang@netronome.com>
---
 Documentation/admin-guide/cgroup-v2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index c513eafaddea..befe9425d028 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -2094,7 +2094,7 @@ If the program returns 0, the attempt fails with -EPERM, otherwise
 it succeeds.
 
 An example of BPF_CGROUP_DEVICE program may be found in the kernel
-source tree in the tools/testing/selftests/bpf/dev_cgroup.c file.
+source tree in the tools/testing/selftests/bpf/progs/dev_cgroup.c file.
 
 
 RDMA
-- 
2.30.1


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

* Re: [PATCH] Documentation: cgroup-v2: fix path to example BPF program
  2021-02-24 13:16 [PATCH] Documentation: cgroup-v2: fix path to example BPF program Antonio Terceiro
@ 2021-02-25 20:09 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-02-25 20:09 UTC (permalink / raw)
  To: Antonio Terceiro, cgroups, linux-doc, linux-kernel
  Cc: Tejun Heo, Zefan Li, Johannes Weiner, Jiong Wang

Antonio Terceiro <antonio.terceiro@linaro.org> writes:

> This file has been moved into the "progs" subdirectory in
> bd4aed0ee73ca873bef3cb3ec746dd796f03df28, together with all test BPF
> programs.
>
> Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: Zefan Li <lizefan.x@bytedance.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Jiong Wang <jiong.wang@netronome.com>
> ---
>  Documentation/admin-guide/cgroup-v2.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.  I did fix the changelog to include a Fixes: tag with
the commit listed in the proper format.

Thanks,

jon

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

end of thread, other threads:[~2021-02-25 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 13:16 [PATCH] Documentation: cgroup-v2: fix path to example BPF program Antonio Terceiro
2021-02-25 20:09 ` Jonathan Corbet

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.