On Tue, Oct 5, 2021 at 9:08 PM Hengqi Chen <hengqi.chen@xxxxxxxxx> wrote: > > The helper is used in tracing programs to cast a socket > pointer to a unix_sock pointer. > The return value could be NULL if the casting is illegal. > > Suggested-by: Yonghong Song <yhs@xxxxxx> > Signed-off-by: Hengqi Chen <hengqi.chen@xxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> With one nitpick below. [...] > --- a/scripts/bpf_doc.py > +++ b/scripts/bpf_doc.py > @@ -250,17 +250,17 @@ class PrinterRST(Printer): > license = '''\ > .. Copyright (C) All BPF authors and contributors from 2014 to present. > .. See git log include/uapi/linux/bpf.h in kernel tree for details. > -.. > +.. nit: We usually exclude these trailing space changes from the patch.