Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757450AbYA0MnK (ORCPT ); Sun, 27 Jan 2008 07:43:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754126AbYA0Mm4 (ORCPT ); Sun, 27 Jan 2008 07:42:56 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:34089 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753770AbYA0Mmz (ORCPT ); Sun, 27 Jan 2008 07:42:55 -0500 Date: Sun, 27 Jan 2008 13:42:44 +0100 From: Ingo Molnar To: Kevin Winchester Cc: Thomas Gleixner , "H. Peter Anvin" , Linux Kernel Mailing List , John Stultz Subject: Re: X fails to start with latest Linus git Message-ID: <20080127124244.GA24999@elte.hu> References: <479BCE03.6070603@gmail.com> <479BD1D1.8020503@gmail.com> <20080127062703.GA23444@elte.hu> <20080127083129.c14452ca.kjwinchester@gmail.com> <20080127123702.GB21282@elte.hu> <20080127124120.GA23377@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080127124120.GA23377@elte.hu> 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: 935 Lines: 29 * Ingo Molnar wrote: > hm, perhaps it's due to the xtime lock dependency: > > do { > seq = read_seqbegin(&xtime_lock); > getnstimeofday(ts); > tomono = wall_to_monotonic; > > } while (read_seqretry(&xtime_lock, seq)); > > perhaps your system somehow generates a printk from within an > xtime_lock locked section? i _bet_ it's these printks that cause your lockup: [ 10.313437] Marking TSC unstable due to: cpufreq changes. [ 10.313437] Time: hpet clocksource has been installed. [ 10.424431] Clocksource tsc unstable (delta = -121609771 ns) as these are done with the xtime lock held. 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/