xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen: fix pv domain on amd in 4.9 stable branch
@ 2018-05-29 13:11 Juergen Gross
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2018-05-29 13:11 UTC (permalink / raw)
  To: stable, xen-devel; +Cc: Juergen Gross, Boris Ostrovsky, David Woodhouse

Commit 944e0fc51a89c9827b98813d65dc083274777c7f ("x86/amd: don't set
X86_BUG_SYSRET_SS_ATTRS when running under Xen") breaks Xen pv-domains
on AMD processors, as a prerequisite patch from upstream wasn't added
to 4.9.

Fix that by adding the prerequisite setting of X86_FEATURE_XENPV to the
Xen pv early boot path.

Cc: David Woodhouse <dwmw@amazon.co.uk>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
---
 arch/x86/xen/enlighten.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 081437b5f381..674656cdb68c 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1632,6 +1632,9 @@ asmlinkage __visible void __init xen_start_kernel(void)
 	xen_init_irq_ops();
 	xen_init_cpuid_mask();
 
+	/* Needed for init_amd(). */
+	setup_force_cpu_cap(X86_FEATURE_XENPV);
+
 #ifdef CONFIG_X86_LOCAL_APIC
 	/*
 	 * set up the basic apic ops.
-- 
2.13.6


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-05-30 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180529131136.15624-1-jgross@suse.com>
2018-05-30  8:33 ` [PATCH] xen: fix pv domain on amd in 4.9 stable branch Greg KH
     [not found] ` <20180530083336.GC9685@kroah.com>
2018-05-30  9:33   ` Juergen Gross
     [not found]   ` <a0a245e4-8704-c572-d101-c54675c104e1@suse.com>
2018-05-30  9:46     ` Greg KH
     [not found]     ` <20180530094640.GC25193@kroah.com>
2018-05-30 10:29       ` Woodhouse, David
2018-05-29 13:11 Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).