From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aravind Gopalakrishnan Subject: Re: [PATCH] x86/AMD-ucode: correct multiple container handling Date: Mon, 15 Dec 2014 09:57:16 -0600 Message-ID: <548F04DC.3060306@amd.com> References: <548EB4E9020000780004F7BE@mail.emea.novell.com> <548EC61B.6000806@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Y0Y1W-0001q1-9u for xen-devel@lists.xenproject.org; Mon, 15 Dec 2014 15:57:26 +0000 In-Reply-To: <548EC61B.6000806@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 , Jan Beulich , xen-devel Cc: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 12/15/2014 5:29 AM, Andrew Cooper wrote: > On 15/12/14 09:16, Jan Beulich wrote: >> Avoid emitting an error message referring to an incorrect or corrupt >> container file just because no entry was found for the running CPU. >> >> Additionally switch the order of data validation and consumption in >> cpu_request_microcode()'s first loop, and also check the types of >> skipped blocks in container_fast_forward(). >> >> Signed-off-by: Jan Beulich > > Reviewed-by: Andrew Cooper > > Reviewed-by: Aravind Gopalakrishnan