commit | 53eac7a8f8cf3d7dc5ecac1946f31442f5eee5f3 | [log] [tgz] |
---|---|---|
author | Peter Xu <peterx@redhat.com> | Wed May 08 17:15:46 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 08 13:43:28 2019 +0200 |
tree | ea638c4eda3b0e85c23b5a28342e5f028a3dacdf | |
parent | 4ddc9204572c33f2eb91fbdb1d99d8078388b67d [diff] |
KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one Just imaging the case where num_pages < BITS_PER_LONG, then the loop will be skipped while it shouldn't. Signed-off-by: Peter Xu <peterx@redhat.com> Fixes: 2a31b9db153530df4aa02dac8c32837bf5f47019 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>