From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751083AbaLQOsi (ORCPT ); Wed, 17 Dec 2014 09:48:38 -0500 Received: from mail.kernel.org ([198.145.19.201]:35942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750885AbaLQOsh (ORCPT ); Wed, 17 Dec 2014 09:48:37 -0500 Date: Wed, 17 Dec 2014 11:48:33 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Adrian Hunter , Borislav Petkov , David Ahern , Don Zickus , Frederic Weisbecker , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 10/18] tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib Message-ID: <20141217144833.GD11607@kernel.org> References: <1418749040-31807-1-git-send-email-acme@kernel.org> <1418749040-31807-11-git-send-email-acme@kernel.org> <20141217134223.GE18257@krava.brq.redhat.com> <20141217140235.GB11607@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141217140235.GB11607@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Dec 17, 2014 at 11:02:35AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Dec 17, 2014 at 02:42:23PM +0100, Jiri Olsa escreveu: > > On Tue, Dec 16, 2014 at 01:57:12PM -0300, Arnaldo Carvalho de Melo wrote: > > > +++ b/tools/perf/Makefile.perf > > > @@ -233,6 +233,7 @@ LIB_H += ../../include/linux/stringify.h > > > LIB_H += util/include/linux/bitmap.h > > > LIB_H += util/include/linux/bitops.h > > > LIB_H += ../include/asm-generic/bitops/atomic.h > > > +LIB_H += ../include/asm-generic/bitops/find.h > > > > whitespace at the EOLN ;-) > > How could this slip thru? /me scratches head, will check, but I thought > that I catched these things with the .git hooks, humm, three new entries > in Makefile.perf has, three doesn't :-\ Will try to plug this in my > machine setups. I redid the offending csets and put them on a new signed tag: perf-core-for-mingo-2 And also force pushed perf/core, i.e. the original stuff is there, available thru the perf-core-for-mingo signed tag, the fixed up stuff is on perf/core and on this new signed tag. Ingo, if you see this, please prefer the fixed up one, Thanks, - Arnaldo