* [GIT PULL] EFI runtime mapping work for v3.14
@ 2013-11-25 16:28 Matt Fleming
[not found] ` <20131125162854.GK11521-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Matt Fleming @ 2013-11-25 16:28 UTC (permalink / raw)
To: Ingo Molnar
Cc: H. Peter Anvin, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Folks, could you queue up the following for the v3.14 merge window? It
would be good to get these patches into linux-next for a full release
cycle of testing. They pass all of my tests.
The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6:
x86/efi: Add EFI framebuffer earlyprintk support (2013-10-28 18:09:58 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to ee41143027706d9f342dfe05487a00b20887fde7:
x86/efi: Check krealloc return value (2013-11-02 11:09:36 +0000)
----------------------------------------------------------------
* New static EFI runtime services virtual mapping layout which is
groundwork for kexec support on EFI - Borislav Petkov
----------------------------------------------------------------
Borislav Petkov (11):
x86/efi: Simplify EFI_DEBUG
x86/mm/pageattr: Lookup address in an arbitrary PGD
x86/mm/pageattr: Add a PGD pagetable populating function
x86/mm/pageattr: Add a PUD pagetable populating function
x86/mm/pageattr: Add a PMD pagetable populating function
x86/mm/pageattr: Add a PTE pagetable populating function
x86/mm/pageattr: Add a PUD error unwinding path
x86/mm/pageattr: Add last levels of error path
x86/mm/cpa: Map in an arbitrary pgd
x86/efi: Runtime services virtual mapping
x86/efi: Check krealloc return value
Documentation/kernel-parameters.txt | 6 +
Documentation/x86/x86_64/mm.txt | 7 +
arch/x86/include/asm/efi.h | 64 +++--
arch/x86/include/asm/pgtable_types.h | 3 +-
arch/x86/mm/pageattr.c | 461 +++++++++++++++++++++++++++++++++--
arch/x86/platform/efi/efi.c | 111 ++++++---
arch/x86/platform/efi/efi_32.c | 9 +-
arch/x86/platform/efi/efi_64.c | 109 +++++++++
arch/x86/platform/efi/efi_stub_64.S | 54 ++++
include/linux/efi.h | 1 +
10 files changed, 755 insertions(+), 70 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <20131125162854.GK11521-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>]
* Re: [GIT PULL] EFI runtime mapping work for v3.14 [not found] ` <20131125162854.GK11521-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> @ 2013-11-26 11:26 ` Ingo Molnar [not found] ` <20131126112650.GD2410-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Ingo Molnar @ 2013-11-26 11:26 UTC (permalink / raw) To: Matt Fleming Cc: H. Peter Anvin, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA * Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> wrote: > Folks, could you queue up the following for the v3.14 merge window? It > would be good to get these patches into linux-next for a full release > cycle of testing. They pass all of my tests. > > The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6: > > x86/efi: Add EFI framebuffer earlyprintk support (2013-10-28 18:09:58 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next > > for you to fetch changes up to ee41143027706d9f342dfe05487a00b20887fde7: > > x86/efi: Check krealloc return value (2013-11-02 11:09:36 +0000) > > ---------------------------------------------------------------- > * New static EFI runtime services virtual mapping layout which is > groundwork for kexec support on EFI - Borislav Petkov > > ---------------------------------------------------------------- > Borislav Petkov (11): > x86/efi: Simplify EFI_DEBUG > x86/mm/pageattr: Lookup address in an arbitrary PGD > x86/mm/pageattr: Add a PGD pagetable populating function > x86/mm/pageattr: Add a PUD pagetable populating function > x86/mm/pageattr: Add a PMD pagetable populating function > x86/mm/pageattr: Add a PTE pagetable populating function > x86/mm/pageattr: Add a PUD error unwinding path > x86/mm/pageattr: Add last levels of error path > x86/mm/cpa: Map in an arbitrary pgd > x86/efi: Runtime services virtual mapping > x86/efi: Check krealloc return value > > Documentation/kernel-parameters.txt | 6 + > Documentation/x86/x86_64/mm.txt | 7 + > arch/x86/include/asm/efi.h | 64 +++-- > arch/x86/include/asm/pgtable_types.h | 3 +- > arch/x86/mm/pageattr.c | 461 +++++++++++++++++++++++++++++++++-- > arch/x86/platform/efi/efi.c | 111 ++++++--- > arch/x86/platform/efi/efi_32.c | 9 +- > arch/x86/platform/efi/efi_64.c | 109 +++++++++ > arch/x86/platform/efi/efi_stub_64.S | 54 ++++ > include/linux/efi.h | 1 + > 10 files changed, 755 insertions(+), 70 deletions(-) > > -- > Matt Fleming, Intel Open Source Technology Center Pulled into tip:x86/efi, thanks a lot guys! Just a side note, for future reference, this title lacks a verb and is thus not self-describing: x86/efi: Runtime services virtual mapping It should probably have been something like: x86/efi: Implement and enable separate, stable virtual mapping for runtime services ? Chances are that it will be a popular bisection target ;-) Ingo ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20131126112650.GD2410-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [GIT PULL] EFI runtime mapping work for v3.14 [not found] ` <20131126112650.GD2410-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-11-26 11:56 ` Borislav Petkov 0 siblings, 0 replies; 6+ messages in thread From: Borislav Petkov @ 2013-11-26 11:56 UTC (permalink / raw) To: Ingo Molnar Cc: Matt Fleming, H. Peter Anvin, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Tue, Nov 26, 2013 at 12:26:50PM +0100, Ingo Molnar wrote: > Just a side note, for future reference, this title lacks a verb and is > thus not self-describing: > > x86/efi: Runtime services virtual mapping > > It should probably have been something like: > > x86/efi: Implement and enable separate, stable virtual mapping for runtime services > > ? My bad: it should've been "Reimplement runtime services virtual mapping" or sth like that. > Chances are that it will be a popular bisection target ;-) I *so* hope your clairvoyant skills fail you this time :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] EFI runtime mapping work for v3.14
@ 2013-11-08 10:57 Matt Fleming
[not found] ` <20131108105719.GB2318-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Matt Fleming @ 2013-11-08 10:57 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Ingo Molnar, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Folks, could you queue up the following for the v3.14 merge window? It
would be good to get these patches into linux-next for a full release
cycle of testing. They pass all of my tests.
The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6:
x86/efi: Add EFI framebuffer earlyprintk support (2013-10-28 18:09:58 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to ee41143027706d9f342dfe05487a00b20887fde7:
x86/efi: Check krealloc return value (2013-11-02 11:09:36 +0000)
----------------------------------------------------------------
* New static EFI runtime services virtual mapping layout which is
groundwork for kexec support on EFI - Borislav Petkov
----------------------------------------------------------------
Borislav Petkov (11):
x86/efi: Simplify EFI_DEBUG
x86/mm/pageattr: Lookup address in an arbitrary PGD
x86/mm/pageattr: Add a PGD pagetable populating function
x86/mm/pageattr: Add a PUD pagetable populating function
x86/mm/pageattr: Add a PMD pagetable populating function
x86/mm/pageattr: Add a PTE pagetable populating function
x86/mm/pageattr: Add a PUD error unwinding path
x86/mm/pageattr: Add last levels of error path
x86/mm/cpa: Map in an arbitrary pgd
x86/efi: Runtime services virtual mapping
x86/efi: Check krealloc return value
Documentation/kernel-parameters.txt | 6 +
Documentation/x86/x86_64/mm.txt | 7 +
arch/x86/include/asm/efi.h | 64 +++--
arch/x86/include/asm/pgtable_types.h | 3 +-
arch/x86/mm/pageattr.c | 461 +++++++++++++++++++++++++++++++++--
arch/x86/platform/efi/efi.c | 111 ++++++---
arch/x86/platform/efi/efi_32.c | 9 +-
arch/x86/platform/efi/efi_64.c | 109 +++++++++
arch/x86/platform/efi/efi_stub_64.S | 54 ++++
include/linux/efi.h | 1 +
10 files changed, 755 insertions(+), 70 deletions(-)
--
Matt Fleming, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <20131108105719.GB2318-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>]
* Re: [GIT PULL] EFI runtime mapping work for v3.14 [not found] ` <20131108105719.GB2318-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> @ 2013-11-11 11:17 ` Ingo Molnar [not found] ` <20131111111754.GB15810-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Ingo Molnar @ 2013-11-11 11:17 UTC (permalink / raw) To: Matt Fleming Cc: H. Peter Anvin, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA * Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> wrote: > Folks, could you queue up the following for the v3.14 merge window? It > would be good to get these patches into linux-next for a full release > cycle of testing. They pass all of my tests. > > The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6: > > x86/efi: Add EFI framebuffer earlyprintk support (2013-10-28 18:09:58 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next Mind resending this in about a week or so? The merge window has just started and we don't want to potentially destabilize -next with v3.14 problems. Thanks, Ingo ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20131111111754.GB15810-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [GIT PULL] EFI runtime mapping work for v3.14 [not found] ` <20131111111754.GB15810-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-11-11 11:38 ` Matt Fleming 0 siblings, 0 replies; 6+ messages in thread From: Matt Fleming @ 2013-11-11 11:38 UTC (permalink / raw) To: Ingo Molnar Cc: H. Peter Anvin, Thomas Gleixner, linux-efi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Mon, 11 Nov, at 12:17:54PM, Ingo Molnar wrote: > > * Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> wrote: > > > Folks, could you queue up the following for the v3.14 merge window? It > > would be good to get these patches into linux-next for a full release > > cycle of testing. They pass all of my tests. > > > > The following changes since commit 72548e836b0c4abbb652e791dee9c91203a9a4c6: > > > > x86/efi: Add EFI framebuffer earlyprintk support (2013-10-28 18:09:58 +0000) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next > > Mind resending this in about a week or so? The merge window has just > started and we don't want to potentially destabilize -next with v3.14 > problems. Sure, no problem at all. -- Matt Fleming, Intel Open Source Technology Center ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-11-26 11:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 16:28 [GIT PULL] EFI runtime mapping work for v3.14 Matt Fleming
[not found] ` <20131125162854.GK11521-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-11-26 11:26 ` Ingo Molnar
[not found] ` <20131126112650.GD2410-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-26 11:56 ` Borislav Petkov
-- strict thread matches above, loose matches on Subject: below --
2013-11-08 10:57 Matt Fleming
[not found] ` <20131108105719.GB2318-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-11-11 11:17 ` Ingo Molnar
[not found] ` <20131111111754.GB15810-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-11 11:38 ` 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).