Skip to content

Commit ca4eb9a

Browse files
committed
Merge: Fix for selftests: kvm: memslot_perf_test: 90226 Alarm clock
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5777 JIRA: https://issues.redhat.com/browse/RHEL-66118 Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Approved-by: Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by: Ani Sinha <anisinha@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2 parents b4818eb + ce95c16 commit ca4eb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/memslot_perf_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static bool _guest_should_exit(void)
414414
*/
415415
static noinline void host_perform_sync(struct sync_area *sync)
416416
{
417-
alarm(2);
417+
alarm(10);
418418

419419
atomic_store_explicit(&sync->sync_flag, true, memory_order_release);
420420
while (atomic_load_explicit(&sync->sync_flag, memory_order_acquire))

0 commit comments

Comments
 (0)