Re: [PATCH V3 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page

From: Thomas Gleixner
Date: Mon Aug 19 2019 - 09:30:34 EST


On Mon, 19 Aug 2019, lantianyu1986@xxxxxxxxx wrote:

> From: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
>
> The struct hv_vp_assist_page was defined incorrectly.
> The "vtl_control" should be u64[3], "nested_enlightenments

s/The /The member/

> _control" should be a u64 and there is 7 reserved bytes

s/is/are/

> following "enlighten_vmentry". This patch is to fix it.

git grep 'This patch' Documentation/process/

Thanks,

tglx