lkml.org 
[lkml]   [2021]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 06/19] drivers/hv: create, initialize, finalize, delete partition hypercalls
From
Date


On 6/1/2021 12:59 AM, Wei Liu wrote:
> On Fri, May 28, 2021 at 03:43:26PM -0700, Nuno Das Neves wrote:
> [...]
>> diff --git a/arch/x86/include/uapi/asm/hyperv-tlfs.h b/arch/x86/include/uapi/asm/hyperv-tlfs.h
>> index 72150c25ffe6..8a5fc59bb33a 100644
>> --- a/arch/x86/include/uapi/asm/hyperv-tlfs.h
>> +++ b/arch/x86/include/uapi/asm/hyperv-tlfs.h
>> @@ -101,7 +101,7 @@ union hv_partition_processor_features {
>> __u64 fsrep_stosb:1;
>> __u64 fsrep_cmpsb:1;
>> __u64 reserved_bank1:42;
>> - };
>> + } __packed;
>> __u64 as_uint64[HV_PARTITION_PROCESSOR_FEATURE_BANKS];
>> };
>>
>> @@ -111,7 +111,7 @@ union hv_partition_processor_xsave_features {
>> __u64 xsaveopt_support : 1;
>> __u64 avx_support : 1;
>> __u64 reserved1 : 61;
>> - };
>> + } __packed;
>> __u64 as_uint64;
>> };
>>
>> @@ -119,6 +119,6 @@ struct hv_partition_creation_properties {
>> union hv_partition_processor_features disabled_processor_features;
>> union hv_partition_processor_xsave_features
>> disabled_processor_xsave_features;
>> -};
>> +} __packed;
>
> These hunks should have been squashed to the previous patch. They don't
> belong here.
>
> Wei.
>
Yes, I applied these to the wrong patch...oops!

\
 
 \ /
  Last update: 2021-06-01 21:53    [W:0.047 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site