Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756311AbYA0ATn (ORCPT ); Sat, 26 Jan 2008 19:19:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755596AbYA0ATe (ORCPT ); Sat, 26 Jan 2008 19:19:34 -0500 Received: from simmts7-srv.bellnexxia.net ([206.47.199.165]:56179 "EHLO simmts7-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755181AbYA0ATR (ORCPT ); Sat, 26 Jan 2008 19:19:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAMNcm0ecIsJH/2dsb2JhbAAIrA4 Message-ID: <479BCE03.6070603@gmail.com> Date: Sat, 26 Jan 2008 20:19:15 -0400 From: Kevin Winchester User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Ingo Molnar CC: Thomas Gleixner , "H. Peter Anvin" , Linux Kernel Mailing List Subject: X fails to start with latest Linus git X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1397 Lines: 45 Hi Ingo, Starting X (autostarted with GDM) manages to lock up my system (requiring a hard reset) after the first few tree merges of the window, and bisection shows: ----------------- 19ef9309273d26cb005cb23e6a370353dca91099 is first bad commit commit 19ef9309273d26cb005cb23e6a370353dca91099 Author: Ingo Molnar Date: Fri Jan 25 21:08:34 2008 +0100 printk: use ktime_get() printk timestamps: use ktime_get(). Some platforms have a functioning clocksource function only after they are done with early bootup, so delay this until out of SYSTEM_BOOTING state. it's also inherently safe now, as any bugs in this area will be caught by the printk recursion checks. Signed-off-by: Ingo Molnar ----------------- as the first bad commit. I have no idea why that would cause problems, so it could also be some timing-related problem that just happened to bisect to this patch. I will try advancing to the head of Linus' tree and then reverting this patch to make sure it fixes the problem, but I figured I'd send this first to see if it is obvious to anyone. -- Kevin Winchester -- 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/