Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752574AbbEFGbP (ORCPT ); Wed, 6 May 2015 02:31:15 -0400 Received: from mail-wg0-f66.google.com ([74.125.82.66]:35362 "EHLO mail-wg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbbEFGbN (ORCPT ); Wed, 6 May 2015 02:31:13 -0400 From: Ingo Molnar X-Google-Original-From: Ingo Molnar Date: Wed, 6 May 2015 08:31:09 +0200 To: Matt Fleming Cc: "H. Peter Anvin" , Thomas Gleixner , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] EFI urgent fixes Message-ID: <20150506063109.GA26965@gmail.com> References: <20150505162755.GA3767@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150505162755.GA3767@codeblueprint.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1891 Lines: 51 * Matt Fleming wrote: > 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(-) Pulled into tip:x86/urgent, thanks a lot Matt! Ingo -- 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/