[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160217134124.GA15386@kernel.org>
Date: Wed, 17 Feb 2016 10:41:24 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Jiri Olsa <jolsa@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Andi Kleen <andi@...stfloor.org>,
Stephane Eranian <eranian@...gle.com>,
Wang Nan <wangnan0@...wei.com>
Subject: Re: [PATCH v6 01/25] perf hists browser: Fix percentage update on
key press
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@...nel.org # v4.4+
> > [acme@...andy 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@...nel.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
Powered by blists - more mailing lists