[PATCH 1/1] scsi: hisi_sas: fix for the build error log_non_standard_event undefined

2017-10-31 Thread shiju.jose
This patch fix the build error log_non_standard_event undefined for the i386 build for COMPILE_TEST. https://lists.01.org/pipermail/kbuild-all/2017-October/039518.html The function call log_non_standard_event is replaced with the function call trace_non_standard_event. Signed-off-by: Shiju Jose

[1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE

2018-01-16 Thread shiju.jose
Enable ACPI APEI MEMORY FAILURE option for ARM64, so that memory errors will be handled. Signed-off-by: Shiju Jose --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6356c6d..9144e17 100644 ---

[2/3] arm64: defconfig: enable EDAC GHES option

2018-01-16 Thread shiju.jose
Enable CONFIG_EDAC_GHES option for ARM64,so that the memory errors are processed and reported to the user space. Signed-off-by: Shiju Jose --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9144e1

[3/3] arm64: defconfig: enable CONFIG_ACPI_APEI_EINJ

2018-01-16 Thread shiju.jose
Enable APEI EINJ for ARM64 to support the error injection. Signed-off-by: Shiju Jose --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3350f9c..c3f4f8a 100644 --- a/arch/arm64/configs/defconfig +