From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762478AbdKROyq (ORCPT ); Sat, 18 Nov 2017 09:54:46 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:57033 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756753AbdKROyg (ORCPT ); Sat, 18 Nov 2017 09:54:36 -0500 From: "Rafael J. Wysocki" To: Tyler Baicar Cc: bp@suse.de, tony.luck@intel.com, will.deacon@arm.com, james.morse@arm.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3 2/2] acpi: apei: call into AER handling regardless of severity Date: Sat, 18 Nov 2017 15:54:19 +0100 Message-ID: <9355728.o7rQ576JL4@aspire.rjw.lan> In-Reply-To: <1510758867-15940-1-git-send-email-tbaicar@codeaurora.org> References: <1510758867-15940-1-git-send-email-tbaicar@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, November 15, 2017 4:14:27 PM CET Tyler Baicar wrote: > Currently the GHES code only calls into the AER driver for > recoverable type errors. This is incorrect because errors of > other severities do not get logged by the AER driver and do not > get exposed to user space via the AER trace event. So, call > into the AER driver for PCIe errors regardless of the severity Can you please resend the [1/2] too for completeness? Thanks, Rafael