From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1767452AbXCISHL (ORCPT ); Fri, 9 Mar 2007 13:07:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1767451AbXCISHK (ORCPT ); Fri, 9 Mar 2007 13:07:10 -0500 Received: from smtp.osdl.org ([65.172.181.24]:42769 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1767444AbXCISHI (ORCPT ); Fri, 9 Mar 2007 13:07:08 -0500 Date: Fri, 9 Mar 2007 10:00:49 -0800 (PST) From: Linus Torvalds To: Ingo Molnar cc: "Michael S. Tsirkin" , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Jens Axboe , Jeff Chua , pavel@suse.cz, linux-pm@lists.osdl.org, lenb@kernel.org, linux-acpi@vger.kernel.org, luming.yu@intel.com, Arkadiusz Miskiewicz , Konstantin Karasyov , Greg KH , linux-usb-devel@lists.sourceforge.net, Thomas Meyer , Meelis Roos , Alexey Starikovskiy , Janosch Machowinski , vladimir.p.lebedev@intel.com, Ash Milsted , dmitry.torokhov@gmail.com, linux-input@atrey.karlin.mff.cuni.cz, "Eric W. Biederman" Subject: Re: [2/6] 2.6.21-rc2: known regressions In-Reply-To: <20070309105635.GA11635@elte.hu> Message-ID: References: <20070305015034.GG3441@stusta.de> <20070308123143.GF5149@mellanox.co.il> <20070308192554.GA2999@elte.hu> <20070308230705.GA4611@elte.hu> <20070309105635.GA11635@elte.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Mar 2007, Ingo Molnar wrote: > > Some day we may have modesetting support in the kernel for some > > graphics hw, right now it's pretty damn spotty. > > having no video is what i'd have expected - but getting a /hang/ is not > what i'd have expected. I debugged a case exactly like this (with the TRACE_RESUME() thing) back last November on my laptop. The problem is that radeonfb actually *tries* to re-initialize the graphics chips, but because it doesn't know all the details, it does it wrong, and hangs the whole chip. I forget exactly where it happened, and it might well be different for you. But this is exactly what TRACE_RESUME can be used to pinpoint if you want to try to debug it. Linus