* [GIT PULL] urgent fix
@ 2013-07-29 8:08 Matt Fleming
2013-07-30 18:52 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Matt Fleming @ 2013-07-29 8:08 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: Ingo Molnar, linux-efi, linux-kernel
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b:
Linux 3.11-rc2 (2013-07-21 12:05:29 -0700)
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 df981edcb9bce00b9c5e4f3cc33f3f98bc9a2394:
x86, efi: correct call to free_pages (2013-07-26 15:22:32 +0100)
----------------------------------------------------------------
* The size of memory that gets freed by free_pages() needs to be
specified in pages, not bytes - Roy Franz.
----------------------------------------------------------------
Roy Franz (1):
x86, efi: correct call to free_pages
arch/x86/boot/compressed/eboot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] urgent fix
2013-07-29 8:08 [GIT PULL] urgent fix Matt Fleming
@ 2013-07-30 18:52 ` Ingo Molnar
2013-08-05 13:02 ` Matt Fleming
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2013-07-30 18:52 UTC (permalink / raw)
To: Matt Fleming; +Cc: H. Peter Anvin, linux-efi, linux-kernel, Thomas Gleixner
* Matt Fleming <matt@console-pimps.org> wrote:
> The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b:
>
> Linux 3.11-rc2 (2013-07-21 12:05:29 -0700)
>
> 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 df981edcb9bce00b9c5e4f3cc33f3f98bc9a2394:
>
> x86, efi: correct call to free_pages (2013-07-26 15:22:32 +0100)
>
> ----------------------------------------------------------------
> * The size of memory that gets freed by free_pages() needs to be
> specified in pages, not bytes - Roy Franz.
>
> ----------------------------------------------------------------
> Roy Franz (1):
> x86, efi: correct call to free_pages
>
> arch/x86/boot/compressed/eboot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Pulled into tip:x86/urgent, thanks Matt!
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] urgent fix
2013-07-30 18:52 ` Ingo Molnar
@ 2013-08-05 13:02 ` Matt Fleming
2013-08-05 13:05 ` H. Peter Anvin
0 siblings, 1 reply; 5+ messages in thread
From: Matt Fleming @ 2013-08-05 13:02 UTC (permalink / raw)
To: Ingo Molnar
Cc: Matt Fleming, H. Peter Anvin, linux-efi, linux-kernel,
Thomas Gleixner
On Tue, 30 Jul, at 08:52:12PM, Ingo Molnar wrote:
> Pulled into tip:x86/urgent, thanks Matt!
Thanks Ingo.
Any chance we can get this to Linus for -rc5? The ARM EFI boot stub
patches depend on the bug fix in this pull request.
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] urgent fix
2013-08-05 13:02 ` Matt Fleming
@ 2013-08-05 13:05 ` H. Peter Anvin
0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2013-08-05 13:05 UTC (permalink / raw)
To: Matt Fleming; +Cc: Ingo Molnar, linux-efi, linux-kernel, Thomas Gleixner
On 08/05/2013 06:02 AM, Matt Fleming wrote:
> On Tue, 30 Jul, at 08:52:12PM, Ingo Molnar wrote:
>> Pulled into tip:x86/urgent, thanks Matt!
>
> Thanks Ingo.
>
> Any chance we can get this to Linus for -rc5? The ARM EFI boot stub
> patches depend on the bug fix in this pull request.
>
Yes, we should push the urgent queue to Linus.
-hpa
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Urgent fix
@ 2014-02-07 15:42 Matt Fleming
0 siblings, 0 replies; 5+ messages in thread
From: Matt Fleming @ 2014-02-07 15:42 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: Ingo Molnar, Thomas Gleixner, linux-efi, linux-kernel
Folks,
Please pull the following which fixes an issue people are hitting on
Baytrail platforms.
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
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 081cd62a010f97b5bc1d2b0cd123c5abc692b68a:
x86/efi: Allow mapping BGRT on x86-32 (2014-02-05 23:39:34 +0000)
----------------------------------------------------------------
* Avoid WARN_ON() when mapping BGRT on Baytrail (EFI 32-bit).
----------------------------------------------------------------
Matt Fleming (1):
x86/efi: Allow mapping BGRT on x86-32
arch/x86/platform/efi/efi-bgrt.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-07 15:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 8:08 [GIT PULL] urgent fix Matt Fleming
2013-07-30 18:52 ` Ingo Molnar
2013-08-05 13:02 ` Matt Fleming
2013-08-05 13:05 ` H. Peter Anvin
-- strict thread matches above, loose matches on Subject: below --
2014-02-07 15:42 [GIT PULL] Urgent fix Matt Fleming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).