From patchwork Fri Sep 13 08:10:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 11144051 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1773513BD for ; Fri, 13 Sep 2019 08:10:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0028B208C2 for ; Fri, 13 Sep 2019 08:10:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729027AbfIMIKr (ORCPT ); Fri, 13 Sep 2019 04:10:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:58902 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727834AbfIMIKr (ORCPT ); Fri, 13 Sep 2019 04:10:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BAC18AFBC; Fri, 13 Sep 2019 08:10:45 +0000 (UTC) Date: Fri, 13 Sep 2019 10:10:39 +0200 From: Borislav Petkov To: Linus Torvalds Cc: Tony Luck , x86-ml , linux-edac , lkml Subject: [GIT PULL] RAS updates for 5.4 Message-ID: <20190913080937.GB20745@zn.tnic> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Hi Linus, please pull this branch git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus to receive the latest meager RAS updates for 5.4: - Enable processing of action-optional MCEs which have the Overflow bit set (Tony Luck) - -Wmissing-prototypes warning fix and a build fix (Valdis Klētnieks) Thx. --- The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d: Linux 5.3-rc3 (2019-08-04 18:40:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus for you to fetch changes up to b6ff24f7b5101101ff897dfdde3f37924e676bc2: RAS: Build debugfs.o only when enabled in Kconfig (2019-08-08 17:44:02 +0200) ---------------------------------------------------------------- Tony Luck (1): x86/mce: Don't check for the overflow bit on action optional machine checks Valdis Kletnieks (2): RAS: Fix prototype warnings RAS: Build debugfs.o only when enabled in Kconfig arch/x86/kernel/cpu/mce/severity.c | 4 ++-- drivers/ras/Makefile | 3 ++- drivers/ras/cec.c | 1 + drivers/ras/debugfs.c | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-)