From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755994Ab3KVRGL (ORCPT ); Fri, 22 Nov 2013 12:06:11 -0500 Received: from smtp-outbound-2.vmware.com ([208.91.2.13]:39096 "EHLO smtp-outbound-2.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755723Ab3KVRGJ (ORCPT ); Fri, 22 Nov 2013 12:06:09 -0500 Message-ID: <528F8EFB.4040400@vmware.com> Date: Fri, 22 Nov 2013 18:06:03 +0100 From: Thomas Hellstrom User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Daniel Vetter CC: Thomas Meyer , Linux Kernel Mailing List , DRI mailing list Subject: Re: [i915] BUG: Bad page state in process Xorg References: <1384980928.3312.6.camel@localhost.localdomain> In-Reply-To: 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 On 11/22/2013 05:18 PM, Daniel Vetter wrote: > On Fri, Nov 22, 2013 at 4:54 PM, Thomas Meyer wrote: >>> Am 22.11.2013 um 11:55 schrieb Daniel Vetter : >>> >>> On Fri, Nov 22, 2013 at 11:36 AM, Dave Airlie wrote: >>>>> Hi, >>>> cc'ing mailing list, >>>> >>>> Daniel any ideas? >>> Nope, not really :( And no ideas how to triage this further - if it >>> takes 9 days to hit it eventually we'll have a real hard time. Or does >>> this happen even after just a short X run? >> Seems to happen every time while stopping the x server. Also after a short run time. >> >> The current fedora 3.11 kernel doesn't show this bug. I'm using fedora 19, with a self compiled kernel. >> >> I did turn on config-debug-pagealloc but this didn't show any wrongness. > In that case I think the bisect is the fastest way to insight - atm > I'm really at loss what could be wrong here. From the error messages it looks like whatever's responsible for clearing page->mapping doesn't do it for these pages, (shmem code?). /Thomas > -Daniel