Re: [PATCH 1/1 v2] Documentation: Add minimum pahole version

From: Arnaldo Carvalho de Melo
Date: Tue Nov 30 2021 - 09:38:40 EST


Em Mon, Nov 29, 2021 at 02:48:42PM -0700, Jonathan Corbet escreveu:
> Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> writes:
>
> > A report was made in https://github.com/acmel/dwarves/issues/26 about
> > pahole not being listed in the process/changes.rst file as being needed
> > for building the kernel, address that.
> >
> > Link: https://github.com/acmel/dwarves/issues/26
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
> > Acked-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
> > Cc: Alexei Starovoitov <ast@xxxxxxxxxx>
> > Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
> > Cc: Jonathan Corbet <corbet@xxxxxxx>
> > Cc: bpf@xxxxxxxxxxxxxxx
> > Cc: netdev@xxxxxxxxxxxxxxx
> > Link: http://lore.kernel.org/lkml/YZPQ6+u2wTHRfR+W@xxxxxxxxxx
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > ---
> > Documentation/process/changes.rst | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
>
> Applied (with the duplicate SOB removed), thanks.

Oops, one should be enough indeed :-)

Thanks!

- Arnaldo