Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753139AbcDHEsD (ORCPT ); Fri, 8 Apr 2016 00:48:03 -0400 Received: from nat-hk.nvidia.com ([203.18.50.4]:58868 "EHLO hkmmgate102.nvidia.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750842AbcDHEsB (ORCPT ); Fri, 8 Apr 2016 00:48:01 -0400 X-PGP-Universal: processed; by hkpgpgate101.nvidia.com on Thu, 07 Apr 2016 21:47:58 -0700 Subject: Re: Nouveau crashes in 4.6-rc on arm64 To: Robin Murphy , , , References: <57064992.1060509@arm.com> From: Alexandre Courbot Organization: NVIDIA X-Nvconfidentiality: public Message-ID: <570737F5.30105@nvidia.com> Date: Fri, 8 Apr 2016 13:47:49 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <57064992.1060509@arm.com> X-Originating-IP: [10.19.57.128] X-ClientProxiedBy: DRBGMAIL104.nvidia.com (10.18.16.23) To HKMAIL103.nvidia.com (10.18.16.12) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 25 Hi Robin, On 04/07/2016 08:50 PM, Robin Murphy wrote: > Hello, > > With 4.6-rc2 (and -rc1) I'm seeing Nouveau blowing up at boot, from the > look of it by dereferencing some offset from NULL inside > nouveau_fbcon_imageblit(). My setup is an old XFX 7600GT card plugged > into an ARM Juno r1 board, which works fine with 4.5 and earlier. > > Attached are a couple of logs from booting arm64 defconfig plus DRM and > Nouveau enabled - the second also has framebuffer console rotation > turned on, which interestingly seems to move the point of failure, and > the display does eventually come up to show the tail end of the panic in > that case. > > I might be able to find time for a full bisection next week if isn't > something sufficiently obvious to anyone who knows this driver. Looking at the log it is not clear to me what could be causing this. I can boot 4.6-rc2 with a GM206 card without any issue. A bisect would indeed be useful here. Thanks, Alex.