aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2019-08-15 10:22:37 -0700
committerPaolo Bonzini <[email protected]>2019-08-22 10:09:27 +0200
commit12b58f4ed2a1b93f0eae84f308f6e0a143a533d4 (patch)
tree89d75b8f505eb4df55d23b026a85889f6b1f0521 /scripts/gdb/linux/modules.py
parentb382f44e98506bcb00acada0e30151a73e782a93 (diff)
KVM: Assert that struct kvm_vcpu is always as offset zero
KVM implementations that wrap struct kvm_vcpu with a vendor specific struct, e.g. struct vcpu_vmx, must place the vcpu member at offset 0, otherwise the usercopy region intended to encompass struct kvm_vcpu_arch will instead overlap random chunks of the vendor specific struct. E.g. padding a large number of bytes before struct kvm_vcpu triggers a usercopy warn when running with CONFIG_HARDENED_USERCOPY=y. Signed-off-by: Sean Christopherson <[email protected]> Reviewed-by: Jim Mattson <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions