diff options
author | Sean Christopherson <[email protected]> | 2020-03-25 12:12:59 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2020-03-31 10:51:45 -0400 |
commit | 855c7e9b9c2c39fb8d108ac70d0eed530f80a2aa (patch) | |
tree | 1b3419b6d27fe9f655ad6856713268b56d2e0f58 /scripts/bpf_helpers_doc.py | |
parent | 842f4be95899df22b5843ba1a7c8cf37e831a6e8 (diff) |
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Take the target reg in __cpuid_entry_get_reg() instead of a pointer to a
struct cpuid_reg. When building with -fsanitize=alignment (enabled by
CONFIG_UBSAN=y), some versions of gcc get tripped up on the pointer and
trigger the BUILD_BUG().
Reported-by: Randy Dunlap <[email protected]>
Fixes: d8577a4c238f8 ("KVM: x86: Do host CPUID at load time to mask KVM cpu caps")
Fixes: 4c61534aaae2a ("KVM: x86: Introduce cpuid_entry_{get,has}() accessors")
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions