From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 1/2] hvmloader: remove timestamp from smbios Date: Tue, 3 Feb 2015 19:41:36 +0100 Message-ID: <20150203184136.GA29901@aepfle.de> References: <1422978845-5908-1-git-send-email-olaf@aepfle.de> <1422978845-5908-2-git-send-email-olaf@aepfle.de> <54D0F121.70107@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54D0F121.70107@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Keir Fraser , Ian Campbell , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , Wei Liu List-Id: xen-devel@lists.xenproject.org On Tue, Feb 03, Andrew Cooper wrote: > A release date is part of the SMBIOS spec, and the change below results > in a malformed smbios table (stale p->release_date_str = 3; pointer) Good point. Thanks for review. Do you have a pointer to that spec? > A better approach would be to derive the date from the commit date of > HEAD, which would be consistent across rebuilds. Releases dont have a HEAD. I will adjust the patch. Olaf