Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1539064
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/head: Refactor 32-bit pgtable setup |
| Date | 2016-12-09 05:40 +0100 |
| Message-ID | <sMl8t-792-3@gated-at.bofh.it> (permalink) |
| References | <sMa3n-8rP-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Boris Ostrovsky <boris.ostrovsky@oracle.com> wrote: > The new Xen PVH entry point requires page tables to be setup by the > kernel since it is entered with paging disabled. > > Pull the common code out of head_32.S so that mk_early_pgtbl_32 can be > invoked from both the new Xen entry point and the existing startup_32 > code. > > Convert resulting common code to C. > > Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> > --- > This is replacement for https://lkml.org/lkml/2016/10/14/434, with > assembly code re-written in C as requested by Ingo. > > > arch/x86/include/asm/pgtable_32.h | 32 ++++++++++ > arch/x86/kernel/head32.c | 62 +++++++++++++++++++ > arch/x86/kernel/head_32.S | 122 +++----------------------------------- > 3 files changed, 101 insertions(+), 115 deletions(-) Whee, I love it! And the code is so much more readable! Did you have any particular robustness problems (difficult to resolve crashes) while developing it, or was it reasonably straightforward to do? Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] x86/head: Refactor 32-bit pgtable setup Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-12-08 17:50 +0100
Re: [PATCH] x86/head: Refactor 32-bit pgtable setup Ingo Molnar <mingo@kernel.org> - 2016-12-09 05:40 +0100
Re: [PATCH] x86/head: Refactor 32-bit pgtable setup Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-12-09 15:40 +0100
csiph-web