On 31/08/2023 16:34, Daan De Meyer wrote: > Add the necessary plumbing to hook up the new cgroup unix sockaddr > hooks into bpftool. > > Signed-off-by: Daan De Meyer <daan.j.demeyer@xxxxxxxxx> > --- > .../bpftool/Documentation/bpftool-cgroup.rst | 23 ++++++++++++++----- > .../bpftool/Documentation/bpftool-prog.rst | 10 ++++---- > tools/bpf/bpftool/bash-completion/bpftool | 14 +++++------ > tools/bpf/bpftool/cgroup.c | 17 ++++++++------ > tools/bpf/bpftool/prog.c | 9 ++++---- > 5 files changed, 45 insertions(+), 28 deletions(-) > > diff --git a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst > index bd015ec9847b..19dba2b55246 100644 > --- a/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst > +++ b/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst > @@ -98,25 +101,33 @@ DESCRIPTION > **device** device access (since 4.15); > **bind4** call to bind(2) for an inet4 socket (since 4.17); > **bind6** call to bind(2) for an inet6 socket (since 4.17); > + **bindun** call to bind(2) for a unix socket (since 6.3); I missed it earlier - kernel version (6.3) won't be correct, please update it for the next iteration. Bpftool changes look all good otherwise, thank you! Acked-by: Quentin Monnet <quentin@xxxxxxxxxxxxx>