From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/3] etherboot: [build] sort objects in blib.a Date: Tue, 24 Feb 2015 16:43:11 +0000 Message-ID: <1424796191.27930.390.camel@citrix.com> References: <1422963937-16033-1-git-send-email-olaf@aepfle.de> <1422963937-16033-3-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422963937-16033-3-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-03 at 12:45 +0100, Olaf Hering wrote: > When building hvmloader for Xen tools the ipxe objects are also linked > into the binary. Unfortunately the linker will place them in the order > found in the archive. Since this order is random the resulting hvmloader > binary differs when it was built from identical sources but on different > build hosts. To help with creating a reproducible binary the elements in > blib.a must simply be sorted before passing them to $(AR). > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu Applied along with the first patch of the series. I'm expect the third patch to be picked up after the mini-os split. > This was sent to the ipxe listm no reply so far: > http://lists.ipxe.org/pipermail/ipxe-devel/2015-February/003959.html I see it has now been applied. I'm not sure who should be responsible for updating the baseline for firmware, for all I know it is me... But maybe we want to wait for an upstream release anyhow.