Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752328AbbGOObS (ORCPT ); Wed, 15 Jul 2015 10:31:18 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:37049 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592AbbGOObQ (ORCPT ); Wed, 15 Jul 2015 10:31:16 -0400 Date: Wed, 15 Jul 2015 15:31:11 +0100 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] EFI urgent fix Message-ID: <20150715143111.GB6955@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1528 Lines: 38 Folks, Please pull the following fix from Tony that addresses a bug in the EFI CPER driver preventing it from working with memory error records as described in the UEFI 2.2 spec. The following changes since commit d67e199611b986b345ea3087ee2e4a15da1c98b3: efi: Fix error handling in add_sysfs_runtime_map_entry() (2015-05-05 16:20:13 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent for you to fetch changes up to 4c62360d7562a20c996836d163259c87d9378120: efi: Handle memory error structures produced based on old versions of standard (2015-07-15 13:30:38 +0100) ---------------------------------------------------------------- * Fix a bug in the Common Platform Error Record (CPER) driver that caused old UEFI spec (< 2.3) versions of the memory error record structure to be declared invalid - Tony Luck ---------------------------------------------------------------- Tony Luck (1): efi: Handle memory error structures produced based on old versions of standard drivers/firmware/efi/cper.c | 15 ++++++++++++--- include/linux/cper.h | 22 +++++++++++++++++++++- 2 files changed, 33 insertions(+), 4 deletions(-) -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/