Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752838Ab1DEObM (ORCPT ); Tue, 5 Apr 2011 10:31:12 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:33436 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752049Ab1DEObL convert rfc822-to-8bit (ORCPT ); Tue, 5 Apr 2011 10:31:11 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=c7HJ5PHrJWZm0NyEJ3ogK3Gu5Z6PQhoexNkMgJJV01HrBy8e7c8FQSmswurRjS+xmA ndACYxg39ddNjs/KVJbOC9xgLeCRREvN5P7z73cDte6dEspTAoJiyKMWTx8OxXY8fprK sEX89mnSk+XyGe0KXxD2KgnYDMs4IrVPt2/Gs= MIME-Version: 1.0 In-Reply-To: <1bdc18$k44m31@fmsmga002.fm.intel.com> References: <1301395589-8121-1-git-send-email-chris@chris-wilson.co.uk> <20110401114429.GA3526@viiv.ffwll.ch> <1bdc18$k44m31@fmsmga002.fm.intel.com> Date: Tue, 5 Apr 2011 17:31:10 +0300 X-Google-Sender-Auth: 184Vf84AQW-SJF4H42TDURwcLIA Message-ID: Subject: Re: [Intel-gfx] [PATCH] drm/i915: Disable all outputs early, before KMS takeover From: Pekka Enberg To: Chris Wilson Cc: Tomas Winkler , intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, Daniel Vetter , Linus Torvalds , Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1716 Lines: 29 On Tue, Apr 5, 2011 at 5:27 PM, Chris Wilson wrote: > On Tue, 5 Apr 2011 17:11:56 +0300, Pekka Enberg wrote: >> [ ? ?9.310010] ? ?[] panic+0x91/0x19e >> [ ? ?9.310010] ?[] oops_end+0xea/0xf0 >> [ ? ?9.310010] ?[] no_context+0xfb/0x260 >> [ ? ?9.310010] ?[] __bad_area_nosemaphore+0x125/0x1e0 >> [ ? ?9.310010] ?[] bad_area_nosemaphore+0x13/0x20 >> [ ? ?9.310010] ?[] do_page_fault+0x310/0x4c0 >> [ ? ?9.310010] ?[] ? up+0x2f/0x50 >> [ ? ?9.310010] ?[] ? console_unlock+0x17f/0x1d0 >> [ ? ?9.310010] ?[] page_fault+0x25/0x30 >> [ ? ?9.310010] ?[] ? i915_handle_error+0x198/0xed0 [i915] >> [ ? ?9.310010] ?[] ? scsi_next_command+0x4a/0x60 >> [ ? ?9.310010] ?[] ? scsi_io_completion+0x2f6/0x630 >> [ ? ?9.310010] ?[] i915_driver_irq_handler+0x472/0x17f0 [i915] >> >> This is the same pre-2.6.39-rc1 kernel with the two patches applied. >> I'll try latest Linus master next to see if the same problem triggers. > > Hmm. Looks like we don't prevent the PGTBL_ER with those patches (or we > provoke another), and trigger the error before we can handle it. I'm guessing it's the same PGTBL_ER I've seen for the past two-three kernel releases during boot. It seems to be harmless otherwise. -- 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/