Re: [PATCH V3 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
From: Thomas Gleixner <hidden>
Date: 2019-08-19 13:30:33
Also in:
kvm, linux-doc, lkml
From: Thomas Gleixner <hidden>
Date: 2019-08-19 13:30:33
Also in:
kvm, linux-doc, lkml
On Mon, 19 Aug 2019, lantianyu1986@gmail.com wrote:
From: Tianyu Lan <redacted> 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