* [GIT PULL] x86/tdx for 7.3-rc1
@ 2026-08-18 15:06 Dave Hansen
0 siblings, 0 replies; only message in thread
From: Dave Hansen @ 2026-08-18 15:06 UTC (permalink / raw)
To: torvalds; +Cc: x86, linux-kernel, Dave Hansen
Hi Linus,
Please pull some x86/tdx changes for 7.3-rc1. TDX guests cause #VE
exceptions whenever they do port I/O. The guest then does some
instruction decoding and makes a call up to the host for help. That
decoding had a couple of bugs.
Fix those bugs. Use an existing and now shared KVM helper for one
of them.
--
The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa:
Linux 7.2-rc3 (2026-07-12 14:16:39 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_tdx_for_7.3-rc1
for you to fetch changes up to 941370fc93cc3474e26811f4d3b062903eefe2cf:
x86/tdx: Fix zero-extension for 32-bit port I/O (2026-07-13 14:45:07 -0700)
----------------------------------------------------------------
* Fix TDX port I/O bugs
----------------------------------------------------------------
Kiryl Shutsemau (Meta) (3):
x86/tdx: Fix off-by-one in port I/O handling
x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
x86/tdx: Fix zero-extension for 32-bit port I/O
arch/x86/coco/tdx/tdx.c | 10 ++++------
arch/x86/include/asm/insn-eval.h | 36 ++++++++++++++++++++++++++++++++++++
arch/x86/kvm/emulate.c | 26 ++++----------------------
3 files changed, 44 insertions(+), 28 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 15:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 15:06 [GIT PULL] x86/tdx for 7.3-rc1 Dave Hansen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.