From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753740AbdESJje (ORCPT ); Fri, 19 May 2017 05:39:34 -0400 Received: from mail.skyhub.de ([5.9.137.197]:40636 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbdESJjb (ORCPT ); Fri, 19 May 2017 05:39:31 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 0/7] RAS pile Date: Fri, 19 May 2017 11:39:08 +0200 Message-Id: <20170519093915.15413-1-bp@alien8.de> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi guys, here's a bunch of assorted RAS fixes. Please queue the first two for urgent as otherwise nfit won't be able to report memory errors properly. Thanks. Borislav Petkov (1): x86/MCE: Export memory_error() Elena Reshetova (1): x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_t Shiju Jose (1): ACPI/APEI: Handle GSIV and GPIO notification types Vishal Verma (1): acpi, nfit: Fix the memory error check in nfit_handle_mce() Wei Yongjun (1): RAS: Make local function parse_ras_param() static Yazen Ghannam (2): x86/mce/AMD: Redo error logging from APIC LVT interrupt handlers x86/mce/AMD: Carve out SMCA bank configuration arch/x86/include/asm/amd_nb.h | 3 +- arch/x86/include/asm/mce.h | 1 + arch/x86/kernel/cpu/mcheck/mce.c | 13 +- arch/x86/kernel/cpu/mcheck/mce_amd.c | 229 ++++++++++++++++++----------------- drivers/acpi/apei/ghes.c | 39 +++--- drivers/acpi/nfit/mce.c | 2 +- drivers/ras/ras.c | 2 +- 7 files changed, 151 insertions(+), 138 deletions(-) -- 2.11.0