diff options
author | 2024-10-10 11:23:24 -0700 | |
---|---|---|
committer | 2024-10-25 12:57:59 -0400 | |
commit | ef7db98e477f4b379fac3131bf94c33774c4a211 (patch) | |
tree | cdfde30a99bcfaafa6eaed3b462dcedea02ee1b1 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() (diff) | |
download | wireguard-linux-ef7db98e477f4b379fac3131bf94c33774c4a211.tar.xz wireguard-linux-ef7db98e477f4b379fac3131bf94c33774c4a211.zip |
KVM: Use NULL for struct page pointer to indicate mremapped memory
Drop yet another unnecessary magic page value from KVM, as there's zero
reason to use a poisoned pointer to indicate "no page". If KVM uses a
NULL page pointer, the kernel will explode just as quickly as if KVM uses
a poisoned pointer. Never mind the fact that such usage would be a
blatant and egregious KVM bug.
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010182427.1434605-23-seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions