From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754775AbbCBMwU (ORCPT ); Mon, 2 Mar 2015 07:52:20 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:35444 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753852AbbCBMvH (ORCPT ); Mon, 2 Mar 2015 07:51:07 -0500 Date: Mon, 2 Mar 2015 12:51:04 +0000 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: Ivan Khoronzhuk , Yinghai Lu , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] EFI urgent fixes Message-ID: <20150302125104.GC24476@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 Folks, please pull the following urgent changes. The following changes since commit 43a9f69692b232d1c64c913a27507eb14a1c47fd: Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes" (2015-02-18 11:38:13 +0000) 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 6d9ff473317245e3e5cd9922b4520411c2296388: firmware: dmi_scan: Fix dmi_len type (2015-02-24 18:54:17 +0000) ---------------------------------------------------------------- * Fix regression in DMI sysfs code for handling "End of Table" entry and a type bug that could lead to integer overflow - Ivan Khoronzhuk * Fix boundary checking in efi_high_alloc() which can lead to memory corruption in the EFI boot stubs - Yinghai Lu ---------------------------------------------------------------- Ivan Khoronzhuk (2): firmware: dmi_scan: Fix dmi scan to handle "End of Table" structure firmware: dmi_scan: Fix dmi_len type Yinghai Lu (1): efi/libstub: Fix boundary checking in efi_high_alloc() drivers/firmware/dmi_scan.c | 17 +++++++++-------- drivers/firmware/efi/libstub/efi-stub-helper.c | 8 ++++---- 2 files changed, 13 insertions(+), 12 deletions(-) -- Matt Fleming, Intel Open Source Technology Center