Building KVM selftests for arm64 using clang throws a couple compiler warnings. These fixes address a couple of bugs in KVM selftests that just so happen to also placate the compiler. Series applies cleanly to 5.15-rc2. v1 -> v2: - Clarify that 1/2 is an actual bugfix, not just an attempt to silence clang - Adopt Drew's suggested fix, aligning steal_time's SMCCC call with the SMC64 convention Oliver Upton (2): selftests: KVM: Fix check for !POLLIN in demand_paging_test selftests: KVM: Align SMCCC call with the spec in steal_time tools/testing/selftests/kvm/demand_paging_test.c | 2 +- tools/testing/selftests/kvm/steal_time.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.33.0.464.g1972c5931b-goog