From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752135AbaLQOEP (ORCPT ); Wed, 17 Dec 2014 09:04:15 -0500 Received: from mail.kernel.org ([198.145.19.201]:33728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbaLQOEM (ORCPT ); Wed, 17 Dec 2014 09:04:12 -0500 Date: Wed, 17 Dec 2014 11:04:08 -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: <20141217140408.GC11607@kernel.org> References: <1418749040-31807-1-git-send-email-acme@kernel.org> <1418749040-31807-11-git-send-email-acme@kernel.org> <20141217134116.GD18257@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141217134116.GD18257@krava.brq.redhat.com> 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 02:41:16PM +0100, Jiri Olsa escreveu: > On Tue, Dec 16, 2014 at 01:57:12PM -0300, Arnaldo Carvalho de Melo wrote: > > +++ b/tools/perf/MANIFEST > > @@ -4,8 +4,10 @@ tools/lib/traceevent > > tools/lib/api > > tools/lib/symbol/kallsyms.c > > tools/lib/symbol/kallsyms.h > > +tools/lib/util/find_next_bit.c > hum, I had the impression that we will move 'generic' things under 'api' to > be built separatelly.. so whats the current notion? ;-) > what kind of code belongs to 'lib/api/...' and what to 'lib/...' ? Well, the reasoning here was that if libkapi is for functions that provide glue over kernel APIs, which a set of bitmap handling routines is not, i.e. that is more generic and not strictly related to the kernel. - Arnaldo