[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/5] x86/ucode: Fold early_microcode_update_cpu() into early_microcode_init()


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 28 Mar 2023 17:59:21 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=htNpuA1czaFLb4WrVM1TQeHwuK5LuptGstbAvRYDhFM=; b=KTlvGkU7eG8c4ujvS6/uaD+Tnqt5TWUItDfbBEs9VJocooiVBo1aULS0w+TMzXEfcPS4zmwNe3cOZQzf4J52tas3uqo0UVcr4wm2dH0b0ZnwaN/AR3F4OP/kORh6XL0nVwPbp2aAQ6cMHA0K6neWaDPObLpYpKqR62vbYs6lmTdbLjsxOtiNlQmlxKUMxAZxM066AD5l2uKD988OG76ShaYZ/c/+Wd9t5eWVIYEKwTIWBTqSr0jrBERFFMqCOdsB7cUE+L16TRfv0pzX4BPwJGcPtc8A0eUNsLTMG6+9P0hVPuVga5uILl34oAM907XEHgtkhsYr1NGmFEuU+tNg9w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DIy56DHmN3Leqrwu1insYqRkjMIXGfP945O6JBqDdv5GYAU7gqGVv8XPbryc5O3aRgDaufREsBhzMECggC4YVPHxY0cTuPqNo6qpcuAzJV0rFpAWrl6LfiW1NjV/81ZP3/UfrC5IqzgZCW08zw9RmaRds+TM7ZKMzrqb3DPbDhMlQCqbVQli7Vit+WWkEL/Ea+lR/u/VO93pJcXgJR1CxUcLR0o+YrB5GN1nz7J7tAmfFzksG14cL2vPHBMhx/KFoa6DxetfoR+Anm/PtDJ6CRvdZSdWc7c+RX9L9D7/v3vIgmD0+cOKSdwf9p4RcnXjcdoeQqyDObKVn6915n5V4Q==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Sergey Dyasli <sergey.dyasli@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 28 Mar 2023 15:59:35 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 28.03.2023 17:11, Andrew Cooper wrote:
> On 28/03/2023 3:06 pm, Jan Beulich wrote:
>> On 27.03.2023 21:41, Andrew Cooper wrote:
>>> --- a/xen/arch/x86/cpu/microcode/core.c
>>> +++ b/xen/arch/x86/cpu/microcode/core.c
>>> @@ -868,8 +835,37 @@ int __init early_microcode_init(unsigned long 
>>> *module_map,
>>>  
>>>      ucode_ops.collect_cpu_info();
>>>  
>>> -    if ( ucode_mod.mod_end || ucode_blob.size )
>>> -        rc = early_microcode_update_cpu();
>>> +    if ( ucode_blob.data )
>>> +    {
>>> +        blob = ucode_blob;
>>> +    }
>>> +    else if ( ucode_mod.mod_end )
>>> +    {
>>> +        blob.data = bootstrap_map(&ucode_mod);
>>> +        blob.size = ucode_mod.mod_end;
>>> +    }
>> I wonder whether the order of if/else-if being different between
>> microcode_init_cache() and here (also before your change) is meaningful
>> in any way. I would prefer if the checking was always done in the same
>> order, if I can talk you into re-arranging here and/or in the earlier
>> patch.
> 
> It does matter, yes (well - certainly in patch 2).  (Although I see a
> .size -> .data typo in the moved code, which I need to fix.)
> 
> However, both these chains are deleted in patch 5, so I'm going to keep
> patches 2 and 3 as close to pure code movement as I can.

Right - having seen the last patch, I'm certainly okay with this.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.