lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 4 Aug 2017 12:23:43 +0100
From:   Shiju Jose <shiju.jose@...wei.com>
To:     <arnd@...db.de>, <catalin.marinas@....com>, <will.deacon@....com>,
        <khilman@...libre.com>, <timur@...eaurora.org>, <olof@...om.net>,
        <narmstrong@...libre.com>, <yamada.masahiro@...ionext.com>,
        <gregory.clement@...e-electrons.com>, <robh@...nel.org>,
        <riku.voipio@...aro.org>, <eric@...olt.net>, <heiko@...ech.de>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <tbaicar@...eaurora.org>,
        <john.garry@...wei.com>, <huangdaode@...ilicon.com>,
        <zhengqiang10@...wei.com>, <shiju.jose@...wei.com>
Subject: [RFC PATCH v4.13-rc3] arm64: defconfig: enable
 CONFIG_ACPI_APEI_MEMORY_FAILURE

Enable ACPI APEI MEMORY FAILURE option for ARM64,
so that memory errors can be handled.

Signed-off-by: Shiju Jose <shiju.jose@...wei.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 50429c0..6748583 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -521,7 +521,9 @@ CONFIG_EFI_CAPSULE_LOADER=y
 CONFIG_ACPI=y
 CONFIG_ACPI_APEI=y
 CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
 CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_MEMORY_FAILURE=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
1.9.1


Powered by blists - more mailing lists