Package sources for project devel:languages:perl are received through scmsync. This is not supported by the OBS frontend

File 5b741962-x86-write-to-correct-variable-in-parse_pv_l1tf.patch of Package xen.9809

Subject: x86: write to correct variable in parse_pv_l1tf()
From: Jan Beulich jbeulich@suse.com Wed Aug 15 14:25:19 2018 +0200
Date: Wed Aug 15 14:25:19 2018 +0200:
Git: 7ba1c7df881855422f9a475862565e94c8421b75

Apparently a copy-and-paste mistake.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 57c554f8a6e06894f601d977d18b3017d2a60f40
master date: 2018-08-15 14:15:30 +0200

diff --git a/xen/arch/x86/spec_ctrl.c b/xen/arch/x86/spec_ctrl.c
index ea75aa4254..6145c9892a 100644
--- a/xen/arch/x86/spec_ctrl.c
+++ b/xen/arch/x86/spec_ctrl.c
@@ -214,7 +214,7 @@ static __init int parse_pv_l1tf(char *s)
 
     /* 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, ',');
openSUSE Build Service is sponsored by