Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932278AbVLAQF3 (ORCPT ); Thu, 1 Dec 2005 11:05:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932294AbVLAQF3 (ORCPT ); Thu, 1 Dec 2005 11:05:29 -0500 Received: from smtp.osdl.org ([65.172.181.4]:47561 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932278AbVLAQF2 (ORCPT ); Thu, 1 Dec 2005 11:05:28 -0500 Date: Thu, 1 Dec 2005 08:05:23 -0800 (PST) From: Linus Torvalds To: Kasper Sandberg cc: Linux Kernel Mailing List Subject: Re: Linux 2.6.15-rc4 In-Reply-To: <1133445903.16820.1.camel@localhost> Message-ID: References: <1133445903.16820.1.camel@localhost> 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 Content-Length: 1966 Lines: 61 On Thu, 1 Dec 2005, Kasper Sandberg wrote: > > On Wed, 2005-11-30 at 22:40 -0800, Linus Torvalds wrote: > > > > > Linus > > > > [ Btw, some drivers will now complain loudly about their nasty mis-use of > > page remapping, and that migh look scary, but it should all be good, and > > we'd love to see the detailed output of dmesg on such machines. ] > > > > this is the ati proprietary driver on x86 laptop. > > Backtrace: > [] bad_page+0x7d/0xc0 > [] free_hot_cold_page+0x44/0x100 > [] zap_pte_range+0xfc/0x220 > [] unmap_page_range+0xec/0x110 > [] unmap_vmas+0xc1/0x1e0 > [] unmap_region+0x85/0x110 > [] do_munmap+0xd9/0x120 > [] sys_munmap+0x47/0x70 > [] sysenter_past_esp+0x54/0x75 > Trying to fix it up, but a reboot is needed It _should_ have said something before this too. In particular, I'd have expected a message like X.org does an incomplete pfn remapping Backtrace: .... when the thing started up. Oh, and _just_ before that trace, I'd have expected a Bad page state at .... flags: ..... which is also something I'd like to see. Oh, and that "Trying to fix it up, but a reboot is needed" message should be harmless. We share the same "bad_page()" function with all the problems, even though the PageReserved() one should really be harmless apart from being scary-noisy. So please keep running, if only to verify that I'm not full of crap about that. (I can silence the nasty warnings easily enough, but I wanted people who triggered the new code-paths to be aware of it and report to me what drivers to it, so they are _really_ noisy right now). Thanks, Linus - 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/