All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: write to correct variable in parse_pv_l1tf()
@ 2018-08-15 10:34 Jan Beulich
  2018-08-15 10:40 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2018-08-15 10:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper

Apparently a copy-and-paste mistake.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/arch/x86/spec_ctrl.c
+++ b/xen/arch/x86/spec_ctrl.c
@@ -232,7 +232,7 @@ static __init int parse_pv_l1tf(const ch
 
     /* Interpret 'pv-l1tf' alone in its positive boolean form. */
     if ( *s == '\0' )
-        opt_xpti = OPT_PV_L1TF_DOM0 | OPT_PV_L1TF_DOMU;
+        opt_pv_l1tf = OPT_PV_L1TF_DOM0 | OPT_PV_L1TF_DOMU;
 
     do {
         ss = strchr(s, ',');



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

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

* Re: [PATCH] x86: write to correct variable in parse_pv_l1tf()
  2018-08-15 10:34 [PATCH] x86: write to correct variable in parse_pv_l1tf() Jan Beulich
@ 2018-08-15 10:40 ` Andrew Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2018-08-15 10:40 UTC (permalink / raw)
  To: Jan Beulich, xen-devel

On 15/08/18 11:34, Jan Beulich wrote:
> Apparently a copy-and-paste mistake.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Yikes.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

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

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

end of thread, other threads:[~2018-08-15 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15 10:34 [PATCH] x86: write to correct variable in parse_pv_l1tf() Jan Beulich
2018-08-15 10:40 ` 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.