Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1368185

Re: [Xen-devel] [PATCH v7 11/17] ARM: XEN: Move xen_early_init() before efi_init()

From Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Newsgroups linux.kernel
Subject Re: [Xen-devel] [PATCH v7 11/17] ARM: XEN: Move xen_early_init() before efi_init()
Date 2016-03-31 13:20 +0200
Message-ID <riINQ-451-25@gated-at.bofh.it> (permalink)
References <rgeKe-3Y1-7@gated-at.bofh.it> <rgeKf-3Y1-47@gated-at.bofh.it> <rgVYR-We-3@gated-at.bofh.it> <ri4no-iJ-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 29 Mar 2016, Will Deacon wrote:
> On Sat, Mar 26, 2016 at 12:54:09PM +0000, Stefano Stabellini wrote:
> > are you OK with this patch?
> 
> Nothing against it, but the only arm64 bit is:
> 
> > > diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
> > > index 450987d..6cf5051 100644
> > > --- a/arch/arm64/kernel/setup.c
> > > +++ b/arch/arm64/kernel/setup.c
> > > @@ -313,6 +313,7 @@ void __init setup_arch(char **cmdline_p)
> > >  	 */
> > >  	local_async_enable();
> > >  
> > > +	xen_early_init();
> > >  	efi_init();
> > >  	arm64_memblock_init();
> > >  
> > > @@ -334,7 +335,6 @@ void __init setup_arch(char **cmdline_p)
> > >  	} else {
> > >  		psci_acpi_init();
> > >  	}
> > > -	xen_early_init();
> 
> so it's difficult to care too much ;)

Understood :-)


> I do hope that there won't be a
> need to split up efi_init() in future because some of it has to happen
> before xen_early_init, but that doesn't sound likely at the moment.

Right.

The series is almost fully acked, if you are OK with it, as soon as the
last couple of remaining comments are resolved, I'll queue it up in the
xentip tree for 4.7 (now it is too late for 4.6).

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v7 11/17] ARM: XEN: Move xen_early_init() before efi_init() Shannon Zhao <shannon.zhao@linaro.org> - 2016-03-24 15:50 +0100
  Re: [PATCH v7 11/17] ARM: XEN: Move xen_early_init() before  efi_init() Stefano Stabellini <stefano.stabellini@eu.citrix.com> - 2016-03-26 14:00 +0100
    Re: [PATCH v7 11/17] ARM: XEN: Move xen_early_init() before  efi_init() Will Deacon <will.deacon@arm.com> - 2016-03-29 18:10 +0200
      Re: [Xen-devel] [PATCH v7 11/17] ARM: XEN: Move xen_early_init()  before efi_init() Stefano Stabellini <stefano.stabellini@eu.citrix.com> - 2016-03-31 13:20 +0200

csiph-web