From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933155AbdAGXao (ORCPT ); Sat, 7 Jan 2017 18:30:44 -0500 Received: from mga02.intel.com ([134.134.136.20]:64462 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755506AbdAGXab (ORCPT ); Sat, 7 Jan 2017 18:30:31 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,332,1477983600"; d="scan'208";a="50667030" Subject: Re: 174cc7187e6f ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel To: Borislav Petkov References: <20170107204227.bwdb5yzrjpiggkmo@pd.tnic> Cc: Lv Zheng , Bob Moore , =?UTF-8?B?SsO2cmcgUsO2ZGVs?= , lkml , Linux ACPI From: "Rafael J. Wysocki" Organization: Intel Technology Poland Sp. z o. o., KRS 101882, ul. Slowackiego 173, 80-298 Gdansk Message-ID: <4034dde8-ffc1-18e2-f40c-00cf37471793@intel.com> Date: Sun, 8 Jan 2017 00:30:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170107204227.bwdb5yzrjpiggkmo@pd.tnic> 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 On 1/7/2017 9:42 PM, Borislav Petkov wrote: > Hi, > > I'm bisecting a boot freeze with 4.10-rc2 on a laptop and the commit in > $Subject is introducing a breakage, see attached splat. Unfortunately, > it is not complete as I don't have any other means of logging dmesg on a > laptop. > > A temporary workaround is to boot with "intremap=off". > > Unfortunately, I cannot revert > > 174cc7187e6f ("ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel") > > as it doesn't revert cleanly anymore. From looking at the callstack, > though, it looks like AMD IOMMU is calling acpi_put_table() and patch in > $Subject touches it so I'm guessing the AMD IOMMU needs to be updated to > the new way of parsing the IRQ remapping tables or whatever is going on > there - I'm just guessing. Hi, Please check if this helps: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=696c7f8e0373026e8bfb29b2d9ff2d0a92059d4d Thanks, Rafael > Thanks. >