Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760788AbbEEQ2P (ORCPT ); Tue, 5 May 2015 12:28:15 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:35518 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760703AbbEEQ17 (ORCPT ); Tue, 5 May 2015 12:27:59 -0400 Date: Tue, 5 May 2015 17:27:55 +0100 From: Matt Fleming To: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner Cc: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] EFI urgent fixes Message-ID: <20150505162755.GA3767@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: 1762 Lines: 47 Folks, please pull the following bug fixes for efivarfs, EFI boot stub and the EFI runtime map code. The following changes since commit bfbaafae8519d82d10da6abe75f5766dd5b20475: firmware: dmi_scan: Prevent dmi_num integer overflow (2015-03-27 10:53:46 +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 d67e199611b986b345ea3087ee2e4a15da1c98b3: efi: Fix error handling in add_sysfs_runtime_map_entry() (2015-05-05 16:20:13 +0100) ---------------------------------------------------------------- * Avoid garbage names in efivarfs due to buggy firmware by zero'ing EFI variable name - Ross Lagerwall * Stop erroneously dropping upper 32-bits of boot command line pointer in EFI boot stub and stash them in ext_cmd_line_ptr - Roy Franz * Fix double-free bug in error handling code path of EFI runtime map code - Dan Carpenter ---------------------------------------------------------------- Dan Carpenter (1): efi: Fix error handling in add_sysfs_runtime_map_entry() Ross Lagerwall (1): efivarfs: Ensure VariableName is NUL-terminated Roy Franz (1): x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr arch/x86/boot/compressed/eboot.c | 2 ++ drivers/firmware/efi/runtime-map.c | 6 +++--- fs/efivarfs/super.c | 2 +- 3 files changed, 6 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/