OSDN Git Service

selftests: KVM: Call ucall_init when setting up in rseq_test
authorOliver Upton <oupton@google.com>
Thu, 23 Sep 2021 22:00:33 +0000 (22:00 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Sep 2021 06:32:12 +0000 (02:32 -0400)
commitfbf094ce524113c694acabf3d385883f88372829
treefaa633f9dd1faa5d1820ae48ad1387528791173c
parent6bc6db000295332bae2c1e8815d7450b72923d23
selftests: KVM: Call ucall_init when setting up in rseq_test

While x86 does not require any additional setup to use the ucall
infrastructure, arm64 needs to set up the MMIO address used to signal a
ucall to userspace. rseq_test does not initialize the MMIO address,
resulting in the test spinning indefinitely.

Fix the issue by calling ucall_init() during setup.

Fixes: 61e52f1630f5 ("KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs")
Signed-off-by: Oliver Upton <oupton@google.com>
Message-Id: <20210923220033.4172362-1-oupton@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/rseq_test.c