diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-22 13:07:19 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-22 13:07:19 -0800 |
commit | be4202228e685d580d75ac7597c0e7e50a63dd6c (patch) | |
tree | cbaea3f839b6d109cad2dfd116c2c3d504c800f8 /tools/perf/scripts/python/parallel-perf.py | |
parent | 5af5d43f848e95019d0e018e67a7a341c6a5e00d (diff) | |
parent | 7ae15e2f69bad06527668b478dff7c099ad2e6ae (diff) | |
download | linux-stable-be4202228e685d580d75ac7597c0e7e50a63dd6c.tar.gz linux-stable-be4202228e685d580d75ac7597c0e7e50a63dd6c.tar.bz2 linux-stable-be4202228e685d580d75ac7597c0e7e50a63dd6c.zip |
Merge tag 'x86_tdx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull tdx updates from Dave Hansen:
"These essentially refine some interactions between TDX guests and
VMMs.
The first leverages a new TDX module feature to runtime disable the
ability for a VM to inject #VE exceptions. Before this feature, there
was only a static on/off switch and the guest had to panic if it was
configured in a bad state.
The second lets the guest opt in to be able to access the topology
CPUID leaves. Before this, accesses to those leaves would #VE.
For both of these, it would have been nicest to just change the
default behavior, but some pesky "other" OSes evidently need to retain
the legacy behavior.
Summary:
- Add new infrastructure for reading TDX metadata
- Use the newly-available metadata to:
- Disable potentially nasty #VE exceptions
- Get more complete CPU topology information from the VMM"
* tag 'x86_tdx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/tdx: Enable CPU topology enumeration
x86/tdx: Dynamically disable SEPT violations from causing #VEs
x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
x86/tdx: Introduce wrappers to read and write TD metadata
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions