From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754900AbbCMMrZ (ORCPT ); Fri, 13 Mar 2015 08:47:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47546 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726AbbCMMrW (ORCPT ); Fri, 13 Mar 2015 08:47:22 -0400 Date: Fri, 13 Mar 2015 13:45:29 +0100 From: Jiri Olsa To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Adrian Hunter , Andi Kleen , Borislav Petkov , Corey Ashford , David Ahern , Don Zickus , Frederic Weisbecker , He Kuang , Jeremie Galarneau , Joonsoo Kim , Masami Hiramatsu , Minchan Kim , Namhyung Kim , Naohiro Aota , Paul Mackerras , Peter Zijlstra , Sebastian Andrzej Siewior , Stephane Eranian , Tom Zanussi , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/24] perf/core improvements and fixes Message-ID: <20150313124529.GA19571@krava.brq.redhat.com> References: <1426195684-20046-1-git-send-email-acme@kernel.org> <20150313123451.GB28895@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150313123451.GB28895@gmail.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 On Fri, Mar 13, 2015 at 01:34:51PM +0100, Ingo Molnar wrote: > > * Arnaldo Carvalho de Melo wrote: > > > Infrastructure: > > > . Fix libbabeltrace detection (Jiri Olsa) > > So this still doesn't seem to work for me: > > ... libbabeltrace: [ OFF ] > > it should really not be included in the default build until the > required library features are more widely available in distros. the patch that moves babeltrace out of default check wasn't pulled in yet: http://marc.info/?l=linux-kernel&m=142606453815125&w=2 also note there's another bug in test-all that prevents the test-all speed up, fixed by this patch: http://marc.info/?l=linux-kernel&m=142606452415123&w=2 > > I think we should only use library features by default that are > available in the latest Fedora, SuSE and Ubuntu distros. We want them > to build and package perf and there's little point in adding features > that won't work on packaged up perf. I think we should have the possibility to work and commit new features even if the support is not yet in the main distros for such features we could: - leave those features out of the default features check like we'll do for babeltrace - maybe use some sort of EXPERIMENTAL config option dependency once we have the .config file support ;-) jirka