Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.10697
5b4488e7-x86-spec-ctrl-cmdline-handling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5b4488e7-x86-spec-ctrl-cmdline-handling.patch of Package xen.10697
# Commit ac3f9a72141a48d40fabfff561d5a7dc0e1b810d # Date 2018-07-10 12:22:31 +0200 # Author Jan Beulich <jbeulich@suse.com> # Committer Jan Beulich <jbeulich@suse.com> x86/spec-ctrl: command line handling adjustments For one, "no-xen" should not imply "no-eager-fpu", as "eager FPU" mode is to guard guests, not Xen itself, which is also expressed so by print_details(). And then opt_ssbd, despite being off by default, should also be cleared by the "no" and "no-xen" sub-options. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> --- a/xen/arch/x86/spec_ctrl.c +++ b/xen/arch/x86/spec_ctrl.c @@ -91,13 +91,15 @@ static int __init parse_spec_ctrl(char * opt_msr_sc_pv = 0; opt_msr_sc_hvm = 0; + opt_eager_fpu = 0; + disable_common: opt_rsb_pv = 0; opt_rsb_hvm = 0; opt_ibrs = 0; opt_ibpb = 0; - opt_eager_fpu = 0; + opt_ssbd = 0; } else if ( val > 0 ) rc = -EINVAL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor