[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210417143602.215059-1-peterx@redhat.com>
Date: Sat, 17 Apr 2021 10:36:00 -0400
From: Peter Xu <peterx@...hat.com>
To: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: Andrew Jones <drjones@...hat.com>, peterx@...hat.com,
Paolo Bonzini <pbonzini@...hat.com>,
Sean Christopherson <seanjc@...gle.com>
Subject: [PATCH v3 0/2] KVM: selftests: fix races in dirty log test
Please consider overtake the previous v2 [1] of this patch which is a single
patch, also please find more information in the commit message of each patch.
I kept the versioning since it solves the same problem, but mostly rewritten.
I've run a few hours of below workloads in parallel to test this patch:
(1) while :; do taskset -c 1 ./dirty_log_test; done
(2) taskset -c 1 bash -c "while :; do :; done"
Review comments are greatly welcomed.
Thanks,
[1] https://lore.kernel.org/lkml/20210413213641.23742-1-peterx@redhat.com/
Peter Xu (2):
KVM: selftests: Sync data verify of dirty logging with guest sync
KVM: selftests: Wait for vcpu thread before signal setup
tools/testing/selftests/kvm/dirty_log_test.c | 68 +++++++++++++++++---
1 file changed, 58 insertions(+), 10 deletions(-)
--
2.26.2
Powered by blists - more mailing lists