Re: [PATCH v5 10/14] KVM: arm64: Split init and set for table PTE

2022-11-10 Thread Ben Gardon
On Mon, Nov 7, 2022 at 1:58 PM Oliver Upton wrote: > > Create a helper to initialize a table and directly call > smp_store_release() to install it (for now). Prepare for a subsequent > change that generalizes PTE writes with a helper. > > Signed-off-by: Oliver Upton > --- >

Re: [PATCH v5 10/14] KVM: arm64: Split init and set for table PTE

2022-11-09 Thread Oliver Upton
On Wed, Nov 09, 2022 at 02:26:26PM -0800, Ben Gardon wrote: > On Mon, Nov 7, 2022 at 1:58 PM Oliver Upton wrote: > > > > Create a helper to initialize a table and directly call > > smp_store_release() to install it (for now). Prepare for a subsequent > > change that generalizes PTE writes with a

[PATCH v5 10/14] KVM: arm64: Split init and set for table PTE

2022-11-07 Thread Oliver Upton
Create a helper to initialize a table and directly call smp_store_release() to install it (for now). Prepare for a subsequent change that generalizes PTE writes with a helper. Signed-off-by: Oliver Upton --- arch/arm64/kvm/hyp/pgtable.c | 20 ++-- 1 file changed, 10