Re: [PATCH 0/4] x86/efi: Minor cleanup patches

2014-09-09 Thread Mathias Krause
On 8 September 2014 21:41, Matt Fleming m...@console-pimps.org wrote: On Sun, 07 Sep, at 07:42:13PM, Mathias Krause wrote: Hi Matt, this series is a collection of rather random cleanup patches. The init code patch, though, should result in a lower runtime memory usage as more memory can be

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: [PATCH 0/4] x86/efi: Minor cleanup patches

2014-09-09 Thread Mathias Krause
On 9 September 2014 09:27, Matt Fleming m...@console-pimps.org wrote: On Tue, 09 Sep, at 09:03:31AM, Mathias Krause wrote: On 8 September 2014 21:41, Matt Fleming m...@console-pimps.org wrote: Since they don't apply to the 'next' branch (queue for v3.18) and since they're cleanups with

[GIT PULL v2] EFI urgent fixes

2014-09-09 Thread Matt Fleming
Folks, this is a resend of the EFI urgent pull request from yesterday with the non-regression-fixing patches dropped as Ingo requested. The patches fix two regressions introduced during the merge window, and one introduced in -rc2. The following changes since commit

Re: [GIT PULL v2] EFI urgent fixes

2014-09-09 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: Folks, this is a resend of the EFI urgent pull request from yesterday with the non-regression-fixing patches dropped as Ingo requested. The patches fix two regressions introduced during the merge window, and one introduced in -rc2. The

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

Re: [PATCH v2 3/3] arm64/efi: efistub: don't abort if base of DRAM is occupied

2014-09-09 Thread Jon Masters
On 08/20/2014 01:35 PM, Mark Rutland wrote: On Wed, Aug 20, 2014 at 06:10:57PM +0100, Matt Fleming wrote: On Thu, 14 Aug, at 12:32:05PM, Mark Rutland wrote: On Wed, Jul 30, 2014 at 11:59:04AM +0100, Ard Biesheuvel wrote: If we cannot relocate the kernel Image to its preferred offset of base of

Re: [PATCH 1/1] arch/x86: Add better error logging to efi main

2014-09-09 Thread Andre
On Mon, 8 Sep 2014 22:18:56 +0100 Matt Fleming m...@console-pimps.org wrote: On Sun, 07 Sep, at 02:11:33AM, Andre wrote: On Sat, 6 Sep 2014 23:02:51 +0200 Andre andre.mul...@web.de wrote: With a Thinkpad T420 (pre-2.0 EFI), I do run into the failure condition for another reason:

[RFC] [PATCH] x86/efi: Adding efi_printks on memory allocationa and pci.reads

2014-09-09 Thread Andre
All other calls to allocate memory seem to make some noise already, with the exception of two calls (for gop, uga) in the setup_graphics path. The purpose is to be noisy on worrysome errors immediately. commit fb86b2440de0ec10fe0272eb19d262ae7a01adb8 Author: Ulf Winkelvos u...@winkelvos.de