From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757340AbYCTTEp (ORCPT ); Thu, 20 Mar 2008 15:04:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754110AbYCTTEg (ORCPT ); Thu, 20 Mar 2008 15:04:36 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:47161 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753954AbYCTTEf (ORCPT ); Thu, 20 Mar 2008 15:04:35 -0400 Date: Thu, 20 Mar 2008 20:03:38 +0100 From: Ingo Molnar To: Mathieu Desnoyers Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Christoph Hellwig , Andrew Morton , Mike Mason , Dipankar Sarma , David Smith , "Paul E. McKenney" , Steven Rostedt , Adrian Bunk , Peter Zijlstra Subject: Re: [patch 1/4] Markers - depends on not PREEMPT_RCU Message-ID: <20080320190335.GA12770@elte.hu> References: <20080320002737.918213455@polymtl.ca> <20080320002834.448782178@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080320002834.448782178@polymtl.ca> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mathieu Desnoyers wrote: > +++ linux-2.6-lttng/init/Kconfig 2008-03-19 18:27:43.000000000 -0400 > @@ -742,6 +742,7 @@ config PROFILING > > config MARKERS > bool "Activate markers" > + depends on !PREEMPT_RCU > help Ugh, NACK. Please solve this properly... What kind of kernel infrastructure is it what disables itself in the presence of another piece of kernel infrastructure? Ingo