From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen: arm: Select ramdisk bootmodule early enough when building dom0 Date: Sun, 27 Jul 2014 09:42:54 +0100 Message-ID: <1406450574.5802.0.camel@hastur.hellion.org.uk> References: <53D41E18.8040208@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53D41E18.8040208@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Sat, 2014-07-26 at 22:31 +0100, Julien Grall wrote: > Hi Ian, > > On 26/07/14 09:04, Ian Campbell wrote: > > I thought in 0040b649d6df "xen: arm: Only lookup kernel/initrd bootmodule once > > while building dom0" that I had identified place_modules as being soon enough, > > but I was wrong, since write_properties wants to use it sooner. > > > > Select the initrd boot module in kernel_probe at the same time we select the > > kernel to avoid all this. > > > > Signed-off-by: Ian Campbell > Acked-by: Julien Grall Thanks, I've applied this since the issue is causing osstest failures. Ian.