Re: [GIT PULL] EFI urgent fix

2016-04-25 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, please pull the following fix from Laszlo that ensures we don't > perform an out-of-bounds access when matching EFI variable names > against the variable protection whitelist. > > The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9: > >

Re: [GIT PULL] EFI urgent fix

2016-04-02 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, > > Please pull the following fix for an arm64 boot crash reported by Mark > Salter with 64KB granule kernels. It is also tagged for stable. > > The following changes since commit 591b1d8d86074ac3a3163d89bcfe7b232cf83902: > > x86/mm/pkeys: Add missing Document

Re: [GIT PULL] EFI urgent fix

2015-11-04 Thread Thomas Gleixner
On Wed, 4 Nov 2015, Matt Fleming wrote: > for you to fetch changes up to 5965d1bbeba70fe3626e4537f4729283cb0e75f7: > > x86/setup: Fix recent boot crash on 32-bit SMP machines (2015-11-04 > 09:26:24 +) I just picked that up manually :) -- To unsubscribe from this list: send the line "unsubs

Re: [GIT PULL] EFI urgent fix

2015-10-16 Thread Ingo Molnar
* Matt Fleming wrote: > From: Matt Fleming > > Folks, the below fix from Paolo addresses an issue causing 32-bit > non-PAE kernels to triple fault on EFI boot. The issue is that the > physical address of the GDT that gets used in efi_call_phys_prolog() > won't be covered by the identitty mappi

Re: [GIT PULL] EFI urgent fix

2015-07-21 Thread Ingo Molnar
* Matt Fleming wrote: > 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: >

Re: [GIT PULL] EFI urgent fix

2015-06-12 Thread Matt Fleming
On Thu, 11 Jun, at 04:43:58PM, Ingo Molnar wrote: > > So I pulled this into tip:x86/efi, not into tip:x86/urgent, because the > commit > that broke the ia64 build is not upstream yet. Thanks Ingo, that sounds good to me. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe f

Re: [GIT PULL] EFI urgent fix

2015-06-11 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, please pull the following build fix from Peter Jones. Guenter > reported that the ESRT driver doesn't build properly on ia64. The > problem was discovered in linux-next. > > The following changes since commit c208358c2cc832eeb5b341a465eee30be19cd5a0: > > efi: A

Re: [GIT PULL] EFI urgent fix

2014-09-19 Thread Ingo Molnar
* Matt Fleming wrote: > Hi guys, > > Please consider pulling the following urgent fix from Dave. It fixes an > earlyprintk=efi regression introduced in v3.16. Due to changes in the > early ACPI code we run out of early_ioremap slots when earlyprintk=efi > is specified on the command line, resul

Re: [GIT PULL] EFI urgent fix

2014-06-25 Thread Matt Fleming
On Fri, 20 Jun, at 10:00:08AM, Matt Fleming wrote: > Guys, > > Please pull the following compiler warning fix. Sorry, I've been pretty > slow in getting this pull request sent. Multiple people have reported > hitting it and I've now received 4 patches for the same warning, > > http://article.gm

Re: [GIT PULL] EFI urgent fix

2014-06-20 Thread Leif Lindholm
On Fri, Jun 20, 2014 at 02:49:38PM +0100, Matt Fleming wrote: > On Fri, 20 Jun, at 02:39:19PM, Leif Lindholm wrote: > > > > I did post an alternative patch for one half of this a week before > > anyone else, but that one seems to have been ignored, even by gmane: > > http://www.spinics.net/lists/l

Re: [GIT PULL] EFI urgent fix

2014-06-20 Thread Matt Fleming
On Fri, 20 Jun, at 02:39:19PM, Leif Lindholm wrote: > > I did post an alternative patch for one half of this a week before > anyone else, but that one seems to have been ignored, even by gmane: > http://www.spinics.net/lists/linux-efi/msg03924.html Sorry Leif, I don't know why I didn't pick that

Re: [GIT PULL] EFI urgent fix

2014-06-20 Thread Leif Lindholm
On Fri, Jun 20, 2014 at 10:28:48AM +0100, Catalin Marinas wrote: > On Fri, Jun 20, 2014 at 10:00:08AM +0100, Matt Fleming wrote: > > Please pull the following compiler warning fix. Sorry, I've been pretty > > slow in getting this pull request sent. Multiple people have reported > > hitting it and I

Re: [GIT PULL] EFI urgent fix

2014-06-20 Thread Catalin Marinas
On Fri, Jun 20, 2014 at 10:00:08AM +0100, Matt Fleming wrote: > Please pull the following compiler warning fix. Sorry, I've been pretty > slow in getting this pull request sent. Multiple people have reported > hitting it and I've now received 4 patches for the same warning, BTW, one of them is not

Re: [GIT PULL] EFI urgent fix

2014-05-04 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, please pull the following patch from Dave that fixes some bugs in > the EFI earlyprintk code when using ",keep". > > The following changes since commit 47514c996fac5e6f13ef3a4c5e23f1c5cffabb7b: > > efi: Pass correct file handle to efi_file_{read,close} (2014-04

Re: [GIT PULL] EFI urgent fix

2013-09-20 Thread Ingo Molnar
* Matt Fleming wrote: > Hi, > > The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: > > Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git > tags/efi-urgent >

Re: [GIT PULL] EFI urgent fix

2013-04-26 Thread Matt Fleming
On Fri, 26 Apr, at 09:40:46AM, Linus Torvalds wrote: > On Fri, Apr 26, 2013 at 9:30 AM, Matt Fleming wrote: > > Hi Peter, Linus, > > > > I've got a small patch that fixes a crash for the Google folks and their > > EFI SMI driver, which was caused by dereferencing a garbage pointer. > > Hmm. I alr

Re: [GIT PULL] EFI urgent fix

2013-04-26 Thread Linus Torvalds
On Fri, Apr 26, 2013 at 9:30 AM, Matt Fleming wrote: > Hi Peter, Linus, > > I've got a small patch that fixes a crash for the Google folks and their > EFI SMI driver, which was caused by dereferencing a garbage pointer. Hmm. I already took this from the earlier email you sent. Did it change since