diff options
author | 2021-04-21 19:21:23 -0700 | |
---|---|---|
committer | 2021-04-26 05:27:12 -0400 | |
commit | d8971344f5739a9cc53f91f1f593ddd82265b93b (patch) | |
tree | 4244acbe36a39336d3f40ba59bccbcf8dfc28bbb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode (diff) | |
download | linux-dev-d8971344f5739a9cc53f91f1f593ddd82265b93b.tar.xz linux-dev-d8971344f5739a9cc53f91f1f593ddd82265b93b.zip |
KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit mode
Drop bits 63:32 when storing a DR/CR to a GPR when the vCPU is not in
64-bit mode. Per the SDM:
The operand size for these instructions is always 32 bits in non-64-bit
modes, regardless of the operand-size attribute.
CR8 technically isn't affected as CR8 isn't accessible outside of 64-bit
mode, but fix it up for consistency and to allow for future cleanup.
Fixes: 6aa8b732ca01 ("[PATCH] kvm: userspace interface")
Cc: stable@vger.kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210422022128.3464144-5-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions