Bug 215870
Summary: | unchecked MSR access error: RDMSR from 0x620 at rIP: 0xffffffff8b07a862 (native_read_msr+0x2/0x10) | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | sander44 (ionut_n2001) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | NEEDINFO --- | ||
Severity: | normal | CC: | bp, srinivas.pandruvada |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.18.0-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
boot vm
Prevent loading of intel-uncore_frequency driver |
Description
sander44
2022-04-21 13:49:13 UTC
Created attachment 300782 [details]
boot vm
Srinivas, should that uncore frequency thing even be exposed to guests? Does it make sense there? Borislav, This doesn't make sense to expose to guest. What do I have to do prevent loading in guest? if (cpu_feature_enabled(X86_FEATURE_HYPERVISOR)) return -EINVAL; somewhere in the init function, I'd say. OK I I will post this change ASAP. Posted the patch. Also attached here. Created attachment 300785 [details]
Prevent loading of intel-uncore_frequency driver
sander44, can you run it pls? I reproduced the same issue. After Srinivas's patch, the warning disappeared. Tested-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Thanks Zhenzhong. Patch is applied to 5.18-rc5. |