Re: [PATCH] kvmclock: remove redundant variable 'size'

2018-07-02 Thread Liam Merwick
("x86/vdso: Remove pvclock fixmap machinery") Signed-off-by: Colin Ian King either way Reviewed-by: Liam Merwick --- arch/x86/kernel/kvmclock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c index bf8d1eb7fca3..45

Re: [PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup

2020-06-08 Thread Liam Merwick
Bonzini Cc: k...@vger.kernel.org Should it have the following tag since it fixes a commit introduced in 5.6? Cc: sta...@vger.kernel.org # v5.6 Fixes: 21bd3467a58e ("KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR") Signed-off-by: Sean Christopherson Reviewed-by: Liam Merwick --- arch/

Re: [PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout

2024-10-07 Thread Liam Merwick
ump the timeout to 10 seconds. > > Signed-off-by: Maxim Levitsky I see the issue without this fix. Tested-by: Liam Merwick Reviewed-by: Liam Merwick > --- > tools/testing/selftests/kvm/memslot_perf_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >