From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038AbdBTA5C (ORCPT ); Sun, 19 Feb 2017 19:57:02 -0500 Received: from mga01.intel.com ([192.55.52.88]:36856 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbdBTA5A (ORCPT ); Sun, 19 Feb 2017 19:57:00 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,184,1484035200"; d="scan'208";a="1132153196" From: "Huang\, Ying" To: Borislav Petkov Cc: "Huang\, Ying" , "Rafael J. Wysocki" , Len Brown , Tomasz Nowicki , Tony Luck , Fu Wei , , Subject: Re: [PATCH] ACPI, APEI: Fix BERT resources conflict with ACPI NVS area References: <20170214020143.29713-1-ying.huang@intel.com> <4305135.N5b65JQej5@aspire.rjw.lan> <20170216095230.ecbb6hfqmcpk3jbw@pd.tnic> <87fujea0wo.fsf@yhuang-dev.intel.com> <20170216103215.ppo2oe7byql5r6ve@pd.tnic> <8737fdaca7.fsf@yhuang-dev.intel.com> <20170217100202.xi5x4lqdk6gqtfd5@pd.tnic> Date: Mon, 20 Feb 2017 08:56:12 +0800 In-Reply-To: <20170217100202.xi5x4lqdk6gqtfd5@pd.tnic> (Borislav Petkov's message of "Fri, 17 Feb 2017 11:02:02 +0100") Message-ID: <87h93pvfwz.fsf@yhuang-dev.intel.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov writes: > On Fri, Feb 17, 2017 at 08:31:12AM +0800, Huang, Ying wrote: >> I am not sure whether the NVS area is a part of the BERT area, but >> apparently they are overlapped in some way. We will access the whole >> BERT area here via ioremap the whole range. > > This is the part that was missing from the commit message - explaining > *why* we need this fix. OK. I will revise the patch description accordingly. Best Regards, Huang, Ying