From mboxrd@z Thu Jan 1 00:00:00 1970 From: batouzo Subject: Re: [drm] [radeon] [3.1.4] slub memory corruption in drm_vblank_cleanup Date: Wed, 14 Dec 2011 18:12:26 +0100 Message-ID: References: <20111213233157.GD2339@homer.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 322D5A0A87 for ; Wed, 14 Dec 2011 09:12:40 -0800 (PST) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RasNj-0006QD-4w for dri-devel@lists.freedesktop.org; Wed, 14 Dec 2011 18:12:39 +0100 Received: from ip-1-141.gemini.net.pl ([193.25.1.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2011 18:12:39 +0100 Received: from batouzo by ip-1-141.gemini.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2011 18:12:39 +0100 In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 12/14/2011 05:40 PM, Alex Deucher wrote: > On Wed, Dec 14, 2011 at 11:32 AM, batouzo wrote: >> On 12/14/2011 03:10 PM, Alex Deucher wrote: >> >>>> Though, the 60 second delay may influence the rarity of hitting BUG (it >>>> was the case with netconsole's 60sec wait). >>>> Should I just remove loading of this firmware? >>>> >>> Make sure the ucode is available in your initrd or kernel image or >>> filesystem depending on how you are loading the driver. The driver >>> has much more limited functionality without the ucode (no acceleration >>> support, no interrupt support). You may not hit the bug at all due to >>> the reduced functionality. >> >> Actually, where is that file? Can't find CEDAR_pfp.bin or even any >> "*CEDAR*" in entire filesystem where I build the kernel. >> >> Also I tried CONFIG_FIRMWARE_IN_KERNEL=y >> but it didn't helped, hm. >> > > You need to grab them from here: > http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git Ok I see. Is there a pubkey signed version of that available, or what is the safe-download procedure (as with kernl.org .tar's + .sign for kernels)?