Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1336434

Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on key press

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on key press
Date 2016-02-17 14:50 +0100
Message-ID <r3aEr-770-17@gated-at.bofh.it> (permalink)
References <r2ODT-vy-3@gated-at.bofh.it> <r2ODU-vy-11@gated-at.bofh.it> <r2U6E-4e2-43@gated-at.bofh.it> <r2UT0-4yA-9@gated-at.bofh.it> <r2XnP-6lB-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Em Wed, Feb 17, 2016 at 08:39:08AM +0900, Namhyung Kim escreveu:
> On Tue, Feb 16, 2016 at 05:53:23PM -0300, Arnaldo Carvalho de Melo wrote:
> > So we this in this cset:

> > Fixes: 0f58474ec835 ("perf hists: Update hists' total period when adding entries")

> > And it needs to go to stable@kernel.org # v4.4+

> > [acme@ssdandy linux]$ git describe 0f58474ec835f6fc80af2cde2c7ed5495cd212ba
> > v4.4-5893-g0f58474ec835

> > Please double check this, I'll be OOO in a moment.

> I think it's not needed to CC the stable this time.  AFAIK this patch
> didn't go to the mainline yet.  It's only in the tip tree.

> I think you need to use git name-rev instead of git describe.

Thanks for double checking it and pointing me to 'git name-rev' and
'branch/tag --contains', I'll be using those commands from now on,
probably will add it to my 'fixes' script to add the relevant 'Cc:
stable@kernel.org # v4.x+' line :-)

- Arnaldo
 
>   $ git name-rev --tags 0f58474ec835f6fc80af2cde2c7ed5495cd212ba
>   0f58474ec835f6fc80af2cde2c7ed5495cd212ba undefined
> 
>   $ git branch -r --contains 0f58474ec835f6fc80af2cde2c7ed5495cd212ba
>   acme/perf/core
> 
>   $ git tag --contains 0f58474ec835f6fc80af2cde2c7ed5495cd212ba
>   (nothing)
> 
>   $ git remote -v
>   acme	  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git  (fetch)
>   acme 	  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git  (push)
>   origin  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git  (fetch)
>   origin  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git  (push)
>   ...
> 
> 
> Thanks,
> Namhyung

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 01/25] perf hists browser: Fix percentage update on key press Namhyung Kim <namhyung@kernel.org> - 2016-02-16 15:20 +0100
  Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on  key press Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-16 21:10 +0100
    Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on  key press Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-16 22:00 +0100
      Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on  key press Namhyung Kim <namhyung@kernel.org> - 2016-02-17 00:40 +0100
        Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on  key press Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-17 14:50 +0100
  [tip:perf/core] perf hists browser:   Fix percentage update on key press tip-bot for Namhyung Kim <tipbot@zytor.com> - 2016-02-20 12:50 +0100

csiph-web