From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/2] hvmloader: remove timestamp from smbios Date: Tue, 3 Feb 2015 16:05:28 +0000 Message-ID: <1422979528.9323.120.camel@citrix.com> References: <1422978845-5908-1-git-send-email-olaf@aepfle.de> <1422978845-5908-2-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: <1422978845-5908-2-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: Keir Fraser , Stefano Stabellini , Andrew Cooper , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , Wei Liu List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-03 at 16:54 +0100, Olaf Hering wrote: > Including a timestamp into the binary makes it impossible to get > reproducible binaries. Remove the timestamp because it carries no > valuable info. AFAICT this is changing the contents of a firmware table which is exposed to the guest, so the changelog should come complete with a pointer to the relevant spec and a discussion as to why this is ok to omit from the tables. I think you've also made the type 22 malformed, but you should check the spec to see. Ian.