From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755033Ab0DORAJ (ORCPT ); Thu, 15 Apr 2010 13:00:09 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:47374 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754944Ab0DORAH (ORCPT ); Thu, 15 Apr 2010 13:00:07 -0400 Date: Thu, 15 Apr 2010 13:00:06 -0400 From: Christoph Hellwig To: Andreas Schwab Cc: linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH] Fix compat uname machine Message-ID: <20100415170006.GA25874@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 15, 2010 at 06:28:33PM +0200, Andreas Schwab wrote: > Mask off personality flags when checking for PER_LINUX32. > > Signed-off-by: Andreas Schwab > --- > On ppc64 you get this error: > > $ setarch ppc -R true > setarch: ppc: Unrecognized architecture > > because uname still reports ppc64 as the machine. Looks good, Reviewed-by: Christoph Hellwig