bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Song Liu <liu.song.a23@gmail.com>
Cc: Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>, bpf <bpf@vger.kernel.org>,
	Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>,
	Yonghong Song <yhs@fb.com>
Subject: Re: [PATCH v1] tools: Keep list of tools in alphabetical order
Date: Mon, 12 Aug 2019 21:27:49 +0300	[thread overview]
Message-ID: <20190812182749.GT30120@smile.fi.intel.com> (raw)
In-Reply-To: <CAPhsuW75_wNSkLeRVL-X+qtdbExU+xcu7Vx5f5ZiH2CL-3TPxA@mail.gmail.com>

On Fri, Jun 28, 2019 at 10:53:27AM -0700, Song Liu wrote:
> On Fri, Jun 28, 2019 at 10:23 AM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> >
> > When `make help` is executed it lists the possible tools to build,
> > though couple of entries is kept unordered. Fix it here.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Song Liu <songliubraving@fb.com>

Thank you.
I am wondering who can apply it. Alexei?

> 
> > ---
> >  tools/Makefile | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tools/Makefile b/tools/Makefile
> > index 3dfd72ae6c1a..02585735320c 100644
> > --- a/tools/Makefile
> > +++ b/tools/Makefile
> > @@ -10,6 +10,7 @@ help:
> >         @echo 'Possible targets:'
> >         @echo ''
> >         @echo '  acpi                   - ACPI tools'
> > +       @echo '  bpf                    - misc BPF tools'
> >         @echo '  cgroup                 - cgroup tools'
> >         @echo '  cpupower               - a tool for all things x86 CPU power'
> >         @echo '  debugging              - tools for debugging'
> > @@ -22,12 +23,11 @@ help:
> >         @echo '  kvm_stat               - top-like utility for displaying kvm statistics'
> >         @echo '  leds                   - LEDs  tools'
> >         @echo '  liblockdep             - user-space wrapper for kernel locking-validator'
> > -       @echo '  bpf                    - misc BPF tools'
> > +       @echo '  objtool                - an ELF object analysis tool'
> >         @echo '  pci                    - PCI tools'
> >         @echo '  perf                   - Linux performance measurement and analysis tool'
> >         @echo '  selftests              - various kernel selftests'
> >         @echo '  spi                    - spi tools'
> > -       @echo '  objtool                - an ELF object analysis tool'
> >         @echo '  tmon                   - thermal monitoring and tuning tool'
> >         @echo '  turbostat              - Intel CPU idle stats and freq reporting tool'
> >         @echo '  usb                    - USB testing tools'
> > --
> > 2.20.1
> >

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2019-08-12 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28 17:22 [PATCH v1] tools: Keep list of tools in alphabetical order Andy Shevchenko
2019-06-28 17:53 ` Song Liu
2019-08-12 18:27   ` Andy Shevchenko [this message]
2019-08-13 14:17   ` Arnaldo Carvalho de Melo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190812182749.GT30120@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=kafai@fb.com \
    --cc=liu.song.a23@gmail.com \
    --cc=songliubraving@fb.com \
    --cc=yhs@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).