From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH v7 11/25] ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI Date: Mon, 21 Jan 2019 14:01:11 +0100 Message-ID: <20190121130111.GG29166@zn.tnic> References: <20181203180613.228133-1-james.morse@arm.com> <20181203180613.228133-12-james.morse@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181203180613.228133-12-james.morse@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: James Morse Cc: Rafael Wysocki , Tony Luck , Fan Wu , linux-mm@kvack.org, Marc Zyngier , Catalin Marinas , Will Deacon , Dongjiu Geng , linux-acpi@vger.kernel.org, Naoya Horiguchi , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Len Brown List-Id: linux-acpi@vger.kernel.org On Mon, Dec 03, 2018 at 06:05:59PM +0000, James Morse wrote: > The estatus-queue code is currently hidden by the NOTIFY_NMI #ifdefs. > Once NOTIFY_SEA starts using the estatus-queue we can stop hiding > it as each architecture has a user that can't be turned off. > > Split the existing CONFIG_HAVE_ACPI_APEI_NMI block in two, and move > the SEA code into the gap. > > This patch moves code around ... and changes the stale comment s/This patch moves/Move the/ > describing why the status queue is necessary: printk() is no > longer the issue, its the helpers like memory_failure_queue() that > aren't nmi safe. > > Signed-off-by: James Morse > --- > drivers/acpi/apei/ghes.c | 113 ++++++++++++++++++++------------------- > 1 file changed, 59 insertions(+), 54 deletions(-) -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.