[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 0/4] x86: Drop cross-vendor support
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
- Date: Wed, 11 Mar 2026 15:27:03 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rX85h1Hwc8oqInc2hnINB1xhgtpkPVwSbXpHMzhPg3I=; b=DIzvZYmMJMx+6RqGSLoQmmUoEfJ8soVUC4iceCS9iaN5m1umdYqmBnMmQOqa2kw3MEMdxD7wUQlyrczKsQGbGnKSSaOqHPUxQd5WkT3swOxDkbvSw0Gm0qb+JbXAF/OKrnLzLQCQ8KUYq9OyyXyJ+XzlNobUmbBQVxw19W66yMLTjBNwYYhHcV4Yh69MDnOEvUtp3CBBuThFLEgnWf2kSIBBNU0Fo6oXvPit7fSutLyDrSy9DHjCQmF6ID1nRLYnnykiyXI6NTJNN5T0hTn7aeNYifJqGCublJWYp4eBX04vffZZhmEHt2X8218+poQ9d75JCUPCJLEaIe6s9w/FxA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=asou78lM4f7GfT9vCJ7pDT2IZmTwaOZ4288Qw/HrI40fgr8i9emYWTFv5N7acciymhCozWwjpSkTJbwPc/qsOGs8EpbRRvCyANvYwX7Lgqh240H1wmROKZvSyU9Ha6q6P8Ez4K3kIGBOjE1gUYDqxfeEeeHu6ROlivEOiHF7YYkqLUdJoEXbEafjC7/9p3xOihtz2LkvG0+sRG36R5mejwblu8T4/+fSwmkj6AluQ+w5l6Z5eB8TopmaUDtm/AbzSPVWPy5Ouq5KJfNmygJn4J+XSqBBD2AYuETfNYaT+u92gpwHw/tKaWhYIQJYFRfgJHgsiEqYqpTM2yk0IkZzEg==
- Cc: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Community Manager <community.manager@xxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Jason Andryuk" <jason.andryuk@xxxxxxx>
- Delivery-date: Wed, 11 Mar 2026 14:27:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
Only patches 1 and 2 missing acks.
v1:
https://lore.kernel.org/xen-devel/20260122164943.20691-1-alejandro.garciavallejo@xxxxxxx/
v2:
https://lore.kernel.org/xen-devel/20260205170923.38425-1-alejandro.garciavallejo@xxxxxxx/
v3:
https://lore.kernel.org/xen-devel/20260213114232.42996-1-alejandro.garciavallejo@xxxxxxx/
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
|