From patchwork Tue Mar 20 12:23:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shiju Jose X-Patchwork-Id: 10296961 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1FC1260385 for ; Tue, 20 Mar 2018 12:24:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D41D290B6 for ; Tue, 20 Mar 2018 12:24:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F17AA290CD; Tue, 20 Mar 2018 12:24:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7689A290B6 for ; Tue, 20 Mar 2018 12:24:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject: From:To:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=xphbdOnSHGc9doUEx+ye0BMiyh8rV/bu3Wc+opF2nSk=; b=aEVxB2IX1NdEGA Ea4BsbBRlQz0EPV00TeBwVKehbFuBuqqCLQV4E5iqc5o2aHP04X1Le/bUAFPE1boHQOHqzQe5rs4D 00LS5c8AknnCcjN4xtBGevXsGq3Nr4bwZkszj6StTBKFNE4YaYCMCm0pH1pJSm3rxMC7aeytdKSKT /gdscnj+8kAqJA+AKCmsj2/RkQKnvSXXp1Pzs2u+SNFO6J4E7wELN4ibUH+kbkux7m37LSygimtDk gcaV7BWzjuV4ETHWdMQM+EdqIerNqVzLH18/sZFjzJ0mXMP3QFylHbNTwlJsqm1Lv/KNdms7+l/fX QEcGfH0jICDH6m7sEKuQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1eyGJN-0007nn-RJ; Tue, 20 Mar 2018 12:24:17 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191] helo=huawei.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1eyGJF-0007lH-2t for linux-arm-kernel@lists.infradead.org; Tue, 20 Mar 2018 12:24:15 +0000 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 395827D5D9513; Tue, 20 Mar 2018 20:23:37 +0800 (CST) Received: from [127.0.0.1] (10.202.226.52) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.361.1; Tue, 20 Mar 2018 20:23:30 +0800 To: From: Shiju Jose Subject: [PATCH]arm64:defconfig:enable ACPI_APEI_SEA Message-ID: Date: Tue, 20 Mar 2018 12:23:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 X-Originating-IP: [10.202.226.52] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180320_052409_398816_F7E7258B X-CRM114-Status: UNSURE ( 7.43 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: arnd@arndb.de, xiexiuqi@huawei.com, linux-kernel@vger.kernel.org, tbaicar@codeaurora.org, linuxarm@huawei.com, gengdongjiu@huawei.com, james.morse@arm.com, zhengqiang10@huawei.com, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable ACPI APEI SEA option for arm64, to handle ARMv8 SEA(Synchronous External Abort). Signed-off-by: Shiju Jose Cc: Tyler Baicar Cc: James Morse Cc: Dongjiu Geng Cc: Xie XiuQi Cc: Qiang Zheng --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 634b373..5ddf25c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -574,6 +574,7 @@ CONFIG_ACPI_APEI_GHES=y CONFIG_ACPI_APEI_PCIEAER=y CONFIG_ACPI_APEI_MEMORY_FAILURE=y CONFIG_ACPI_APEI_EINJ=y +CONFIG_ACPI_APEI_SEA=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_POSIX_ACL=y