From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by 3yr0jf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1LQ23o-0005tY-NG for user-mode-linux-devel@lists.sourceforge.net; Thu, 22 Jan 2009 16:05:40 +0000 Received: from mail-ew0-f21.google.com ([209.85.219.21]) by 3b2kzd1.ch3.sourceforge.com with esmtp (Exim 4.69) id 1LQ23j-0002ZV-JE for user-mode-linux-devel@lists.sourceforge.net; Thu, 22 Jan 2009 16:05:40 +0000 Received: by ewy14 with SMTP id 14so3230712ewy.10 for ; Thu, 22 Jan 2009 08:05:33 -0800 (PST) Date: Fri, 23 Jan 2009 00:05:25 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang Message-ID: <20090122160525.GB9732@hack.private> References: <49773C2E.9090608@gmail.com> <497890C2.1040206@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <497890C2.1040206@gmail.com> Subject: Re: [uml-devel] [PATCH] x86, um: fix EXECUTE_SYSCALL macros 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 Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Roel Kluin Cc: Jeff Dike , lkml , uml-devel On Thu, Jan 22, 2009 at 04:29:06PM +0100, Roel Kluin wrote: >Roel Kluin wrote: >> When these macros aren't called with regs, e.g. with foo >> this will incorectly expand to foo->foo.gp[*] >> >> Signed-off-by: Roel Kluin >> --- >> My other patch should probably as well have been sent to this list: >> http://lkml.org/lkml/2009/1/21/203 >> >there were more > >Fix EXECUTE_SYSCALL macros. When called with a variable named other >than regs as second argument, this will result in a build failure. > >Signed-off-by: Roel Kluin Reviewed-by: WANG Cong -- "Against stupidity, the gods themselves, contend in vain." ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ 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 S1755768AbZAVQFo (ORCPT ); Thu, 22 Jan 2009 11:05:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752761AbZAVQFg (ORCPT ); Thu, 22 Jan 2009 11:05:36 -0500 Received: from ey-out-2122.google.com ([74.125.78.27]:31127 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449AbZAVQFf (ORCPT ); Thu, 22 Jan 2009 11:05:35 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=jOFdWvYAuA2yUyO3R2XlJ7VeaLAm1FtDHMp1huEP8qXqupk8n6p8cwaKtT2G6fAqgj 3esZcqLVvG15CaaMrbHkplAROm7dMhiH8npiKMhMy7P0QMTR0AoYSHo9kffdetLFobj0 bCd+PwSvkiwvBjxjOFtNu9fdbBfuW1UCudPBw= Date: Fri, 23 Jan 2009 00:05:25 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Roel Kluin Cc: Jeff Dike , lkml , uml-devel Subject: Re: [PATCH] x86, um: fix EXECUTE_SYSCALL macros Message-ID: <20090122160525.GB9732@hack.private> References: <49773C2E.9090608@gmail.com> <497890C2.1040206@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <497890C2.1040206@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 22, 2009 at 04:29:06PM +0100, Roel Kluin wrote: >Roel Kluin wrote: >> When these macros aren't called with regs, e.g. with foo >> this will incorectly expand to foo->foo.gp[*] >> >> Signed-off-by: Roel Kluin >> --- >> My other patch should probably as well have been sent to this list: >> http://lkml.org/lkml/2009/1/21/203 >> >there were more > >Fix EXECUTE_SYSCALL macros. When called with a variable named other >than regs as second argument, this will result in a build failure. > >Signed-off-by: Roel Kluin Reviewed-by: WANG Cong -- "Against stupidity, the gods themselves, contend in vain."