[GIT PULL] EFI urgent fixes

2015-07-30 Thread Matt Fleming
Folks, please pull the following urgent EFI fixes which prevent an oops if users pass an invalid efi kernel parameter and a boot issue seen on Parallels virtual machines. The tag is based on v4.2-rc4, let me know if you want me to rebase it on top of something else. The following changes since

[GIT PULL] EFI urgent fixes

2015-03-02 Thread Matt Fleming
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 +) are available in the git repository at:

Re: [GIT PULL] EFI urgent fixes

2015-03-02 Thread Ingo Molnar
* Matt Fleming m...@codeblueprint.co.uk wrote: 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 +) are

Re: [GIT PULL] EFI urgent fixes

2015-02-18 Thread Ingo Molnar
* Ard Biesheuvel ard.biesheu...@linaro.org wrote: On 18 feb. 2015, at 13:43, Ingo Molnar mi...@kernel.org wrote: * Matt Fleming m...@codeblueprint.co.uk wrote: Folks, please pull the following fixes. The revert addresses a regression that Ard hit when booting Qemu and Xen, and

Re: [GIT PULL] EFI urgent fixes

2015-02-18 Thread Ingo Molnar
* Matt Fleming m...@codeblueprint.co.uk wrote: Folks, please pull the following fixes. The revert addresses a regression that Ard hit when booting Qemu and Xen, and the other patch ensures that we don't triple fault when receiving an NMI or MCE during an EFI mixed mode call, which may

[GIT PULL] EFI urgent fixes

2015-02-18 Thread Matt Fleming
Folks, please pull the following fixes. The revert addresses a regression that Ard hit when booting Qemu and Xen, and the other patch ensures that we don't triple fault when receiving an NMI or MCE during an EFI mixed mode call, which may happen, for instance, when running perf. The pull is

Re: [GIT PULL] EFI urgent fixes

2015-02-18 Thread Ard Biesheuvel
On 18 feb. 2015, at 13:43, Ingo Molnar mi...@kernel.org wrote: * Matt Fleming m...@codeblueprint.co.uk wrote: Folks, please pull the following fixes. The revert addresses a regression that Ard hit when booting Qemu and Xen, and the other patch ensures that we don't triple fault when

Re: [GIT PULL] EFI urgent fixes

2014-09-27 Thread Paul Bolle
On Sat, 2014-09-27 at 10:04 +0200, Valentin Rothberg wrote: I will send some patches the next weeks to show which bugs can be detected with the tool. Looking forward to those patches. If you do send them would you mind CC-ing me? Thanks, Paul Bolle -- To unsubscribe from this list: send the

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Paul Bolle
On Thu, 2014-09-25 at 16:41 +0200, Ingo Molnar wrote: * Matt Fleming m...@console-pimps.org wrote: Folks, Please consider pulling the following fixes. The first two are releated to the bug report I got from Linus and Josh Boyer, whereby Fedora20 + grub2 systems were no longer

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Ingo Molnar
* Paul Bolle pebo...@tiscali.nl wrote: On Thu, 2014-09-25 at 16:41 +0200, Ingo Molnar wrote: * Matt Fleming m...@console-pimps.org wrote: Folks, Please consider pulling the following fixes. The first two are releated to the bug report I got from Linus and Josh Boyer,

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Paul Bolle
On Fri, 2014-09-26 at 12:44 +0100, Matt Fleming wrote: On Fri, 26 Sep, at 01:27:34PM, Paul Bolle wrote: This Makefile was changed in the first patch. That became 84be880560fb (Revert efi/x86: efistub: Move shared dependencies to asm/efi.h), which just landed in next-20140926. It

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Matt Fleming
On Fri, 26 Sep, at 01:35:10PM, Ingo Molnar wrote: A delta fix would be nice at this point, I've got the x86 side tested and besides this build bug it's ready to go to Linus. Given that the typo doesn't result in an actual build failure, do you still want the following delta fix? --- From

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Matt Fleming
On Fri, 26 Sep, at 01:59:15PM, Paul Bolle wrote: I have a 800 line perl monster that checks for stuff like this. It's not very sophisticated but smart enough to spot typos like this one. I try to have it check each linux-next (and mainline) release. Very cool. (I think Valentin Rothberg

Re: [GIT PULL] EFI urgent fixes

2014-09-26 Thread Paul Bolle
On Fri, 2014-09-26 at 13:34 +0100, Matt Fleming wrote: On Fri, 26 Sep, at 01:59:15PM, Paul Bolle wrote: I have a 800 line perl monster that checks for stuff like this. It's not very sophisticated but smart enough to spot typos like this one. I try to have it check each linux-next (and

[GIT PULL] EFI urgent fixes

2014-09-25 Thread Matt Fleming
Folks, Please consider pulling the following fixes. The first two are releated to the bug report I got from Linus and Josh Boyer, whereby Fedora20 + grub2 systems were no longer booting. Linus reverted the offending commit that broke grub2 boot, but that left us in a state where Macbooks still

Re: [GIT PULL] EFI urgent fixes

2014-09-25 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: Folks, Please consider pulling the following fixes. The first two are releated to the bug report I got from Linus and Josh Boyer, whereby Fedora20 + grub2 systems were no longer booting. Linus reverted the offending commit that broke grub2

Re: [GIT PULL] EFI urgent fixes

2014-09-25 Thread Matt Fleming
On Thu, 25 Sep, at 04:41:27PM, Ingo Molnar wrote: Pulled, thanks Matt! I'll give it some testing and then send it to Linus with other x86 fixes. Thanks! I noticed that the 0day bot isn't working properly at the moment (at least for me), so additional testing is most welcome. -- Matt

Re: [GIT PULL] EFI urgent fixes

2014-09-09 Thread Matt Fleming
On Tue, 09 Sep, at 07:07:49AM, Ingo Molnar wrote: So please only put the 3 regression fixes into efi-urgent, the rest can go into the v3.18 pile. OK, I'll sort that out. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe

Re: [GIT PULL] EFI urgent fixes

2014-09-09 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: On Tue, 09 Sep, at 07:07:49AM, Ingo Molnar wrote: So please only put the 3 regression fixes into efi-urgent, the rest can go into the v3.18 pile. OK, I'll sort that out. Thanks! Ingo -- To unsubscribe from this list: send the

[GIT PULL] EFI urgent fixes

2014-09-08 Thread Matt Fleming
Folks, Please queue up the following fixes, mainly for regressions introduced in the merge window or -rc2. The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef: Linux 3.17-rc2 (2014-08-25 15:36:20 -0700) are available in the git repository at:

[GIT PULL] EFI urgent fixes

2014-08-22 Thread Matt Fleming
Hi guys, please pull the following fixes, which trade the locking WARN_ON()s in the efivars code for the more usual lockdep_*() functions and an arm64 EFI change that allows the gamut of runtime services to be invoked. The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

Re: [GIT PULL] EFI urgent fixes

2014-08-22 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: Hi guys, please pull the following fixes, which trade the locking WARN_ON()s in the efivars code for the more usual lockdep_*() functions and an arm64 EFI change that allows the gamut of runtime services to be invoked. The following changes

[GIT PULL] EFI urgent fixes

2014-06-27 Thread Matt Fleming
Guys, Please pull the following EFI fixes. The fix from Catalin is the same as the one I sent a week ago and Andrzej's patch fixes an efi-pstore issue on 32-bit machines where efi-pstore variables don't appear in the filesystem and so can never be deleted, potentially leading to exhaustion of

[GIT PULL] EFI urgent fixes

2014-06-04 Thread Matt Fleming
Folks, Here are two commits I've queued up from Dave. The first fixes the efi earlyprintk code and the second fixes a bug where we were exporting the EFI runtime mappings for use by kexec-tools, despite the fact that those mappings were not persistent across kexec reboot. The following changes

Re: [GIT PULL] EFI urgent fixes

2014-04-11 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: Guys, please pull the following. One of the fixes is for a regression introduced during the merge window. The other two are bugs that have existed in the EFI boot stub for a while, but which have only just been reported. I'm going to take care

[GIT PULL] EFI urgent fixes

2013-06-10 Thread Matt Fleming
Hi folks, The following changes since commit eccaf52fee8305d5207ff110950a82c100e459bc: x86, efi: initial the local variable of DataSize to zero (2013-05-14 08:13:05 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git

[GIT PULL] EFI urgent fixes

2013-06-07 Thread Matt Fleming
Hi folks, The following changes since commit eccaf52fee8305d5207ff110950a82c100e459bc: x86, efi: initial the local variable of DataSize to zero (2013-05-14 08:13:05 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git

[GIT PULL] EFI urgent fixes

2013-05-17 Thread Matt Fleming
Hi guys, I've queued up some fixes for bugs that were introduced in the merge window. Please consider pulling, thanks. The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

[GIT PULL] EFI urgent fixes

2013-04-25 Thread Matt Fleming
Hi folks, The following changes since commit 8c58bf3eec3b8fc8162fe557e9361891c20758f2: x86,efi: Implement efi_no_storage_paranoia parameter (2013-04-17 15:13:38 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent