From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Ka5lX-0006fz-Gp for user-mode-linux-devel@lists.sourceforge.net; Mon, 01 Sep 2008 02:32:07 -0700 Received: from one.firstfloor.org ([213.235.205.2] ident=nessuno) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Ka5lV-0004Vm-RB for user-mode-linux-devel@lists.sourceforge.net; Mon, 01 Sep 2008 02:32:07 -0700 From: Andi Kleen References: Date: Mon, 01 Sep 2008 11:32:00 +0200 In-Reply-To: (Steve VanDeBogart's message of "Fri, 29 Aug 2008 16:14:32 -0700 (PDT)") Message-ID: <87ljycxldb.fsf@basil.nowhere.org> MIME-Version: 1.0 Subject: Re: [uml-devel] [PATCH 1/6] base: Valgrind headers and Kconfig List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Steve VanDeBogart Cc: jiayingz@google.com, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, dkegel@google.com Steve VanDeBogart writes: > Kconfig option for Valgrind. Suppression file, for known non-issues. > Valgrind header files (svn 8534) that define the client request > mechanism used to annotate programs plus a couple lines to integrate > with Kconfig. Couldn't you just get the valgrind.h header from the currently installed valgrind? UML relies on host includes anyways, so I don't see a reason to not do that for valgrind too. -Andi ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755787AbYIAJcR (ORCPT ); Mon, 1 Sep 2008 05:32:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753051AbYIAJcD (ORCPT ); Mon, 1 Sep 2008 05:32:03 -0400 Received: from one.firstfloor.org ([213.235.205.2]:34718 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752995AbYIAJcB (ORCPT ); Mon, 1 Sep 2008 05:32:01 -0400 To: Steve VanDeBogart Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, jiayingz@google.com, dkegel@google.com Subject: Re: [PATCH 1/6] base: Valgrind headers and Kconfig From: Andi Kleen References: Date: Mon, 01 Sep 2008 11:32:00 +0200 In-Reply-To: (Steve VanDeBogart's message of "Fri, 29 Aug 2008 16:14:32 -0700 (PDT)") Message-ID: <87ljycxldb.fsf@basil.nowhere.org> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Steve VanDeBogart writes: > Kconfig option for Valgrind. Suppression file, for known non-issues. > Valgrind header files (svn 8534) that define the client request > mechanism used to annotate programs plus a couple lines to integrate > with Kconfig. Couldn't you just get the valgrind.h header from the currently installed valgrind? UML relies on host includes anyways, so I don't see a reason to not do that for valgrind too. -Andi