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

From: Arnaldo Carvalho de Melo
Date: Wed Feb 17 2016 - 08:41:34 EST


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@xxxxxxxxxx # 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@xxxxxxxxxx # 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