]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
authorSean Christopherson <seanjc@google.com>
Sat, 11 Jan 2025 00:29:56 +0000 (16:29 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 17:00:55 +0000 (09:00 -0800)
commitc616f36a1002a1364f3b0ab5c938d796d6096837
treed4c09dbd75f79d062d4cfb91887a3471f9a2f6a2
parent9a91f6542435ad94cbb8e5b64ca3d4cc31d3c12a
KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test

When verifying pages in dirty_log_test, immediately continue on all "pass"
scenarios to make the logic consistent in how it handles pass vs. fail.

No functional change intended.

Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20250111003004.1235645-13-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/dirty_log_test.c