Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755209AbbB0VFw (ORCPT ); Fri, 27 Feb 2015 16:05:52 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:56740 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753340AbbB0VFv (ORCPT ); Fri, 27 Feb 2015 16:05:51 -0500 Message-ID: <54F0DC2B.5010802@codeaurora.org> Date: Fri, 27 Feb 2015 15:05:47 -0600 From: Timur Tabi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ard Biesheuvel CC: Hanjun Guo , Catalin Marinas , "Rafael J. Wysocki" , Will Deacon , Olof Johansson , Grant Likely , Mark Rutland , Ashwin Chaugule , Lorenzo Pieralisi , Robert Richter , Arnd Bergmann , Graeme Gregory , Linaro ACPI Mailman List , Marc Zyngier , Jon Masters , "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Mark Brown , Suravee Suthikulpanit , Sudeep Holla , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v9 00/21] Introduce ACPI for ARM64 based on ACPI 5.1 References: <1424853601-6675-1-git-send-email-hanjun.guo@linaro.org> <54EFE282.1090305@codeaurora.org> In-Reply-To: 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: 1642 Lines: 44 On 02/27/2015 02:50 AM, Ard Biesheuvel wrote: > On 27 February 2015 at 03:20, Timur Tabi wrote: >> On 02/25/2015 02:39 AM, Hanjun Guo wrote: >>> >>> Changes since v8: >> >> >> I'm still debugging it, but v9 on the 4.0-rc1 kernel crashes after calling >> the UEFI boot time services exit function. That is, this line: >> >> status = sys_table->boottime->exit_boot_services(handle, mmap_key); >> >> in allocate_new_fdt_and_exit_boot() gets called, and then soon after it >> returns, the kernel crashes. It's really early because the UEFI exception >> handler is called. >> >> I did not have this problem with v8 patchset on 3.19. >> > > Are you not seeing this on v4.0-rc1 without the patchset applied? You're right -- I get the same crash even without the patchset applied. > Could the crash be inside the subsequent call to > SetVirtualAddressMap() instead of inside ExitBootServices()? It looks that way. I'm going to have to debug that. > If so, you have a firmware bug: Mark Rutland spotted a similar bug in > the AMD Seattle firmware, which has been fixed in the mean time. > It has to do with the firmware dereferencing the virtual mapping as it > is being installed, which violates the UEFI spec. Thanks. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- 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/