Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760140AbYB0UnZ (ORCPT ); Wed, 27 Feb 2008 15:43:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759854AbYB0UnK (ORCPT ); Wed, 27 Feb 2008 15:43:10 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:35545 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759792AbYB0UnJ (ORCPT ); Wed, 27 Feb 2008 15:43:09 -0500 Date: Wed, 27 Feb 2008 21:43:21 +0100 From: Sam Ravnborg To: Roland McGrath Cc: Ingo Molnar , Thomas Gleixner , Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org, Priit Laes Subject: Re: [PATCH] x86 vdso: fix build locale dependency Message-ID: <20080227204321.GA13309@uranus.ravnborg.org> References: <20080227194215.0B5A32700FD@magilla.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080227194215.0B5A32700FD@magilla.localdomain> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 820 Lines: 18 On Wed, Feb 27, 2008 at 11:42:15AM -0800, Roland McGrath wrote: > > Priit Laes discovered that the sed command processing nm output was > sensitive to locale settings. This was addressed in commit > 03994f01e8b72b3d01fd3d09d1cc7c9f421a727c by using [:alnum:] in place of > [a-zA-Z0-9]. But that too is locale-dependent and may not always match > the identifiers it needs to. The better fix is just to run sed et al > with a fixed locale setting in all builds. Priit's original patch used the LC_ALL trick. It is me to blame that it was replaced with [:alnum:] :-( Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/