From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753909AbeEaEge (ORCPT ); Thu, 31 May 2018 00:36:34 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:43426 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751937AbeEaEga (ORCPT ); Thu, 31 May 2018 00:36:30 -0400 From: Dongjiu Geng To: , , , , , , , , , , , , , , , Subject: [PATCH v1 0/2] Add NOTIFY_SEI notification type support Date: Thu, 31 May 2018 20:41:44 +0800 Message-ID: <1527770506-8076-1-git-send-email-gengdongjiu@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.143.28.90] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series patch is separated from https://www.spinics.net/lists/kvm/msg168917.html 1. CPI 6.1 adds support for NOTIFY_SEI as a GHES notification mechanism, so this patch supports this notification in software Dongjiu Geng (2): ACPI / APEI: Add SEI notification type support for ARMv8 arm64: handle NOTIFY_SEI notification by the APEI driver arch/arm64/kernel/traps.c | 15 ++++++++++++++ drivers/acpi/apei/Kconfig | 15 ++++++++++++++ drivers/acpi/apei/ghes.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++ include/acpi/ghes.h | 1 + 4 files changed, 84 insertions(+) -- 1.9.1