diff options
author | Andi Kleen <ak@linux.intel.com> | 2021-11-19 06:58:03 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-11-25 02:40:34 +0300 |
commit | 9c7e2634f647630db4e0719391dd80cd81132a66 (patch) | |
tree | 638f7286c835a790601d829818d3a15b8e5e45c0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 136057256686de39cc3a07c2e39ef6bc43003ff6 (diff) | |
download | linux-9c7e2634f647630db4e0719391dd80cd81132a66.tar.xz |
x86/cpu: Don't write CSTAR MSR on Intel CPUs
Intel CPUs do not support SYSCALL in 32-bit mode, but the kernel
initializes MSR_CSTAR unconditionally. That MSR write is normally
ignored by the CPU, but in a TDX guest it raises a #VE trap.
Exclude Intel CPUs from the MSR_CSTAR initialization.
[ tglx: Fixed the subject line and removed the redundant comment. ]
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20211119035803.4012145-1-sathyanarayanan.kuppuswamy@linux.intel.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions