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 1IkKKR-0004HZ-1Z for user-mode-linux-devel@lists.sourceforge.net; Tue, 23 Oct 2007 07:01:59 -0700 Received: from mx1.suse.de ([195.135.220.2]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IkKKO-0006kP-FC for user-mode-linux-devel@lists.sourceforge.net; Tue, 23 Oct 2007 07:01:54 -0700 From: Andi Kleen References: <20071022074823.GJ2998@hacking> <20071022113600.GA8181@ftp.linux.org.uk> <20071022122504.GL2998@hacking> <20071022124322.GB8181@ftp.linux.org.uk> <20071022124551.GA7438@elte.hu> <471D2ECC.6090209@goop.org> <20071022231927.GA30814@elte.hu> <471D389E.40609@goop.org> <20071023084546.GA17007@elte.hu> <20071023131009.GA32298@elte.hu> Date: Tue, 23 Oct 2007 16:01:41 +0200 In-Reply-To: <20071023131009.GA32298@elte.hu> (Ingo Molnar's message of "Tue\, 23 Oct 2007 15\:10\:09 +0200") Message-ID: MIME-Version: 1.0 Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. 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: Ingo Molnar Cc: Jeremy Fitzhardinge , user-mode-linux-devel@lists.sourceforge.net, Jeff Dike , Paolo Giarrusso , linux-kernel@vger.kernel.org, Nix , Andi Kleen , Rob Landley , Al Viro , WANG Cong , Sam Ravnborg Ingo Molnar writes: > * Andi Kleen wrote: > >> > so this patch adds back fastcall annotations. This serves as >> > documentation for assembly calling-convention dependencies as well. >> >> You should rename it then to "asmcall" or something. > > if then that should be a separate renaming patch. Well you're asking for the ugly hacks for out of tree code. Any clean ups needed should be your duty (and it's still unclear why exactly regparm should not work with -pg anyways -- before readding ugly stuff perhaps that should be clarified too) -Andi ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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 S1752685AbXJWOBz (ORCPT ); Tue, 23 Oct 2007 10:01:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751942AbXJWOBs (ORCPT ); Tue, 23 Oct 2007 10:01:48 -0400 Received: from ns1.suse.de ([195.135.220.2]:45845 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751925AbXJWOBr (ORCPT ); Tue, 23 Oct 2007 10:01:47 -0400 To: Ingo Molnar Cc: Andi Kleen , Jeremy Fitzhardinge , Al Viro , WANG Cong , Sam Ravnborg , Nix , Jeff Dike , Paolo Giarrusso , user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Rob Landley Subject: Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final. From: Andi Kleen References: <20071022074823.GJ2998@hacking> <20071022113600.GA8181@ftp.linux.org.uk> <20071022122504.GL2998@hacking> <20071022124322.GB8181@ftp.linux.org.uk> <20071022124551.GA7438@elte.hu> <471D2ECC.6090209@goop.org> <20071022231927.GA30814@elte.hu> <471D389E.40609@goop.org> <20071023084546.GA17007@elte.hu> <20071023131009.GA32298@elte.hu> Date: Tue, 23 Oct 2007 16:01:41 +0200 In-Reply-To: <20071023131009.GA32298@elte.hu> (Ingo Molnar's message of "Tue\, 23 Oct 2007 15\:10\:09 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar writes: > * Andi Kleen wrote: > >> > so this patch adds back fastcall annotations. This serves as >> > documentation for assembly calling-convention dependencies as well. >> >> You should rename it then to "asmcall" or something. > > if then that should be a separate renaming patch. Well you're asking for the ugly hacks for out of tree code. Any clean ups needed should be your duty (and it's still unclear why exactly regparm should not work with -pg anyways -- before readding ugly stuff perhaps that should be clarified too) -Andi