All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] x86: Drop cross-vendor support
@ 2026-03-11 14:27 Alejandro Vallejo
  2026-03-11 14:27 ` [PATCH v4 1/4] x86: Reject CPU policies with vendors other than the host's Alejandro Vallejo
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Alejandro Vallejo @ 2026-03-11 14:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Alejandro Vallejo, Oleksii Kurochko, Community Manager,
	Jan Beulich, Andrew Cooper, Roger Pau Monné, Anthony PERARD,
	Jason Andryuk

Hi,

Only patches 1 and 2 missing acks.

v1: https://lore.kernel.org/xen-devel/20260122164943.20691-1-alejandro.garciavallejo@amd.com/
v2: https://lore.kernel.org/xen-devel/20260205170923.38425-1-alejandro.garciavallejo@amd.com/
v3: https://lore.kernel.org/xen-devel/20260213114232.42996-1-alejandro.garciavallejo@amd.com/
pipeline (green):  https://gitlab.com/xen-project/people/agvallejo/xen/-/pipelines/2378378894

Cheers,
Alejandro

Alejandro Vallejo (4):
  x86: Reject CPU policies with vendors other than the host's
  x86/hvm: Disable cross-vendor handling in #UD handler
  x86/hvm: Remove cross-vendor checks from MSR handlers.
  x86/svm: Drop emulation of Intel's SYSENTER behaviour on AMD systems

 CHANGELOG.md                             |  5 ++
 tools/tests/cpu-policy/test-cpu-policy.c | 27 +++++++++
 xen/arch/x86/hvm/hvm.c                   | 73 +++++++++---------------
 xen/arch/x86/hvm/svm/svm.c               | 45 +++++++--------
 xen/arch/x86/hvm/svm/vmcb.c              |  3 +
 xen/arch/x86/hvm/vmx/vmx.c               |  3 +-
 xen/arch/x86/include/asm/hvm/svm-types.h | 10 ----
 xen/arch/x86/lib/cpu-policy/policy.c     |  5 +-
 xen/arch/x86/msr.c                       |  8 +--
 9 files changed, 91 insertions(+), 88 deletions(-)


base-commit: bfb33fa6d4eb4110cd7dd47ec71d2e550739e126
-- 
2.43.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-03-12  6:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 14:27 [PATCH v4 0/4] x86: Drop cross-vendor support Alejandro Vallejo
2026-03-11 14:27 ` [PATCH v4 1/4] x86: Reject CPU policies with vendors other than the host's Alejandro Vallejo
2026-03-11 14:52   ` Jan Beulich
2026-03-11 14:27 ` [PATCH v4 2/4] x86/hvm: Disable cross-vendor handling in #UD handler Alejandro Vallejo
2026-03-11 14:59   ` Jan Beulich
2026-03-11 18:01     ` Alejandro Vallejo
2026-03-12  6:57       ` Jan Beulich
2026-03-11 18:48   ` Andrew Cooper
2026-03-11 14:27 ` [PATCH v4 3/4] x86/hvm: Remove cross-vendor checks from MSR handlers Alejandro Vallejo
2026-03-11 14:27 ` [PATCH v4 4/4] x86/svm: Drop emulation of Intel's SYSENTER behaviour on AMD systems Alejandro Vallejo
2026-03-11 18:54   ` Andrew Cooper

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.