From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sfi-mx-4.v28.ch3.sourceforge.com ([172.29.28.124] helo=mx.sourceforge.net) by 235xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1LQ22d-0005AU-R8 for user-mode-linux-devel@lists.sourceforge.net; Thu, 22 Jan 2009 16:04:27 +0000 Received: from mail-ew0-f21.google.com ([209.85.219.21]) by 1b2kzd1.ch3.sourceforge.com with esmtp (Exim 4.69) id 1LQ22b-0000uj-26 for user-mode-linux-devel@lists.sourceforge.net; Thu, 22 Jan 2009 16:04:27 +0000 Received: by ewy14 with SMTP id 14so3228831ewy.10 for ; Thu, 22 Jan 2009 08:04:22 -0800 (PST) Date: Fri, 23 Jan 2009 00:04:01 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang Message-ID: <20090122160401.GA9732@hack.private> References: <49773C2E.9090608@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <49773C2E.9090608@gmail.com> Subject: Re: [uml-devel] [PATCH] x86, um: fix GETREG/PUTREG 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 Wed, Jan 21, 2009 at 04:15:58PM +0100, 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 Good catch! 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 S1755192AbZAVQEf (ORCPT ); Thu, 22 Jan 2009 11:04:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752571AbZAVQEZ (ORCPT ); Thu, 22 Jan 2009 11:04:25 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:62162 "EHLO mail-ew0-f20.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449AbZAVQEY (ORCPT ); Thu, 22 Jan 2009 11:04:24 -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=N0jLikWrcd7mFkrEHP7CAkpD04wlTR3dg8SBVybwhO17MrybUaL8o8QmmeQgj07DYQ pQxgp28rIsWSJ9nd0uwgxVcWTI31NZJYLBx0zEoGEY418UGUv0ybDSr8TJ/uUE8WTejK 7ZTUsqB11wD5E3RpuNZ7edaqWWOJxS27TrOw8= Date: Fri, 23 Jan 2009 00:04:01 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Roel Kluin Cc: Jeff Dike , lkml , uml-devel Subject: Re: [PATCH] x86, um: fix GETREG/PUTREG macros Message-ID: <20090122160401.GA9732@hack.private> References: <49773C2E.9090608@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49773C2E.9090608@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 Wed, Jan 21, 2009 at 04:15:58PM +0100, 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 Good catch! Reviewed-by: WANG Cong -- "Against stupidity, the gods themselves, contend in vain."