Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756378Ab1BYBPj (ORCPT ); Thu, 24 Feb 2011 20:15:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16592 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756072Ab1BYBPi (ORCPT ); Thu, 24 Feb 2011 20:15:38 -0500 Subject: Re: Linux 2.6.38-rc6 From: Dave Airlie To: Linus Torvalds Cc: Anca Emanuel , linux-fbdev@vger.kernel.org, Ben Skeggs , dri-devel@lists.freedesktop.org, Borislav Petkov , Herton Ronaldo Krzesinski , Linux Kernel Mailing List In-Reply-To: References: <20110222140349.GA20708@kryptos.osrc.amd.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Feb 2011 11:14:59 +1000 Message-ID: <1298596499.10585.27.camel@clockmaker-el6> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1661 Lines: 42 On Thu, 2011-02-24 at 16:54 -0800, Linus Torvalds wrote: > On Thu, Feb 24, 2011 at 4:48 PM, Anca Emanuel wrote: > > > > diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c > > index e2bf953..e8f8925 100644 > > --- a/drivers/video/fbmem.c > > +++ b/drivers/video/fbmem.c > > @@ -1511,6 +1511,7 @@ void remove_conflicting_framebuffers(struct > > apertures_struct *a, > > "%s vs %s - removing generic driver\n", > > name, registered_fb[i]->fix.id); > > unregister_framebuffer(registered_fb[i]); > > + registered_fb[i] = NULL; > > > > Tested the patch, and now I get this: > > dmesg: http://pastebin.com/ieMNrA7C > > > > [ 12.252328] BUG: unable to handle kernel NULL pointer dereference > > at 00000000000003b8 > > [ 12.252342] IP: [] fb_mmap+0x58/0x1d0 > > Ok, goodie. > > Or not so goodie, but it does make it clear that yeah, the fb code > seems to be using stale pointers from that registered_fb[] array, and > the whole unregistration process is just racing with people using it. > > Herton had that much bigger patch, can you test it? I think Andy's patch worked, not sure why it fell between the cracks, either didn't appear on lkml or in my inbox at all. if we can get Herton to repost it properly + a tested by I'm happy for it to go in. Dave. -- 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/