Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001AbZAOTDo (ORCPT ); Thu, 15 Jan 2009 14:03:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756353AbZAOTD2 (ORCPT ); Thu, 15 Jan 2009 14:03:28 -0500 Received: from kroah.org ([198.145.64.141]:44284 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756343AbZAOTD0 (ORCPT ); Thu, 15 Jan 2009 14:03:26 -0500 Date: Thu, 15 Jan 2009 10:48:32 -0800 From: Greg KH To: Dimitri Sivanich Cc: linux-ia64@vger.kernel.org, Tony Luck , linux-kernel@vger.kernel.org, Peter Zijlstra , Gregory Haskins , Nick Piggin , Tony Luck , Robin Holt Subject: Re: [PATCH] configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems Message-ID: <20090115184832.GE10674@kroah.com> References: <20090106162741.GA7991@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090106162741.GA7991@sgi.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1177 Lines: 33 On Tue, Jan 06, 2009 at 10:27:41AM -0600, Dimitri Sivanich wrote: > Turn on CONFIG_HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN. > > SGI Altix has unsynchronized itc clocks. This results in rq->clock > occasionally being set to a time in the past by a remote cpu. > > Note that it is possible that this problem may exist for other ia64 > machines as well, based on the following comment for sched_clock() in > arch/ia64/kernel/head.S: > > * Return a CPU-local timestamp in nano-seconds. This timestamp is > * NOT synchronized across CPUs its return value must never be > * compared against the values returned on another CPU. The usage in > * kernel/sched.c ensures that. > > > Signed-off-by: Dimitri Sivanich > > --- > > Greg, if everyone is OK with this patch, this should also be applied > to all stable trees starting with 2.6.26. What is the status of this going into Linus's tree? thanks, greg k-h -- 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/