Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759997AbYB0UqR (ORCPT ); Wed, 27 Feb 2008 15:46:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753995AbYB0UqF (ORCPT ); Wed, 27 Feb 2008 15:46:05 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:38875 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756736AbYB0UqE (ORCPT ); Wed, 27 Feb 2008 15:46:04 -0500 Date: Wed, 27 Feb 2008 21:45:13 +0100 From: Ingo Molnar To: Sam Ravnborg Cc: Roland McGrath , Thomas Gleixner , Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org, Priit Laes Subject: Re: [PATCH] x86 vdso: fix build locale dependency Message-ID: <20080227204513.GB1510@elte.hu> References: <20080227194215.0B5A32700FD@magilla.localdomain> <20080227204321.GA13309@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080227204321.GA13309@uranus.ravnborg.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 24 * Sam Ravnborg wrote: > 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:] :-( ok. I've queued up Roland's re-fix. We'll eventually converge to something everyone is happy with ;-) Ingo -- 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/