From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754354AbYE3WRe (ORCPT ); Fri, 30 May 2008 18:17:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752328AbYE3WRY (ORCPT ); Fri, 30 May 2008 18:17:24 -0400 Received: from mga06.intel.com ([134.134.136.21]:41235 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752003AbYE3WRX (ORCPT ); Fri, 30 May 2008 18:17:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.27,568,1204531200"; d="scan'208";a="388818323" Message-ID: <48407CF5.2090303@linux.intel.com> Date: Fri, 30 May 2008 15:17:25 -0700 From: Arjan van de Ven User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Linus Torvalds CC: Hugh Dickins , Linux Kernel Mailing List , Andrew Morton , Ingo Molnar , Greg KH , Jeff Garzik Subject: Re: Top kernel oopses/warnings for the week of May 30th 2008 References: <48402DAA.60202@linux.intel.com> <48407667.5040001@linux.intel.com> In-Reply-To: <48407667.5040001@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arjan van de Ven wrote: > Linus Torvalds wrote: >> >> On Fri, 30 May 2008, Hugh Dickins wrote: >>> On Fri, 30 May 2008, Arjan van de Ven wrote: >>>> Rank 7: set_page_address (oops) >>>> Reported 53 times (65 total reports) >>>> crash coming from flush_all_zero_pkmaps; was this fixed by Hugh the >>>> other day? >>> No, not at all. But I'll have a little ponder over it. >> >> It's a BUG_ON(), but sadly the oops gatherer doesn't seem to gather >> that part. You can see it from the code portion: the "<0f> 0b" gives >> it away (that's the ud2 opcode). > > I've seen it a few more times the last few weeks, I'll dig into how that > is happening. > Maybe we changed the bug_on text to miss my regexps ;( ok it was a bug I already fixed a few days ago; any reports from the last 2 or 3 days shouldn't have this.