commit 5790c9a8ade634fc9469aad06597fe050c918f0e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=807
This commit is contained in:
parent
67609ed7ba
commit
46388e6345
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.14.14
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 14:58:37 CET 2018 - jslaby@suse.cz
|
||||
|
||||
- x86/cpufeatures: Add Intel feature bits for Speculation Control
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/cpufeatures: Add AMD feature bits for Prediction Command
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- x86/msr: Add definitions for new speculation control MSRs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- module: Add retpoline tag to VERMAGIC (bsc#1068032
|
||||
CVE-2017-5715).
|
||||
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB
|
||||
macros (bsc#1068032 CVE-2017-5715).
|
||||
- x86/retpoline: Fill RSB on context switch for affected CPUs
|
||||
(bsc#1068032 CVE-2017-5715).
|
||||
- Refresh
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch.
|
||||
- Refresh
|
||||
patches.suse/0008-x86-spec_ctrl-save-IBRS-MSR-value-in-paranoid_entry.patch.
|
||||
- Refresh
|
||||
patches.suse/0009-x86-idle-Disable-IBRS-entering-idle-and-enable-it-on.patch.
|
||||
- Refresh
|
||||
patches.suse/0010-x86-idle-Disable-IBRS-when-offlining-cpu-and-re-enab.patch.
|
||||
- Refresh
|
||||
patches.suse/0011-x86-mm-Set-IBPB-upon-context-switch.patch.
|
||||
- Refresh
|
||||
patches.suse/0012-x86-mm-Only-set-IBPB-when-the-new-thread-cannot-ptra.patch.
|
||||
- Refresh
|
||||
patches.suse/0017-x86-kvm-Set-IBPB-when-switching-VM.patch.
|
||||
- Refresh
|
||||
patches.suse/0018-x86-kvm-Toggle-IBRS-on-VM-entry-and-exit.patch.
|
||||
- Refresh
|
||||
patches.suse/0021-x86-spec_ctrl-Add-sysctl-knobs-to-enable-disable-SPE.patch.
|
||||
- Refresh
|
||||
patches.suse/0023-x86-Move-IBRS-IBPB-feature-detection-to-scattered.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0028-x86-svm-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Refresh
|
||||
patches.suse/0029-kvm-svm-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh patches.suse/0030-Use-the-ibrs_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0032-kvm-vmx-add-MSR_IA32_SPEC_CTRL-and-MSR_IA32_PRED_CMD.patch.
|
||||
- Refresh
|
||||
patches.suse/0034-Remove-the-code-that-uses-MSR-save-restore-list.patch.
|
||||
- Refresh patches.suse/0035-Use-the-ibpb_inuse-variable.patch.
|
||||
- Refresh
|
||||
patches.suse/0037-Set-IBPB-when-running-a-different-VCPU.patch.
|
||||
- Delete
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch.
|
||||
- Delete
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch.
|
||||
- Delete
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch.
|
||||
- commit 5790c9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 10:26:10 CET 2018 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.14.14
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.geef6178
|
||||
Release: <RELEASE>.g5790c9a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2311dc1f0a491ead6a9ba9fab25a07b19c5bc542b9d86ba4c2371e0c6cf9f1c
|
||||
size 77048
|
||||
oid sha256:8b8fce43293d9fd53cd14dd2235fad347c7f78263ee51551ca846f075fc4a37d
|
||||
size 80615
|
||||
|
11
series.conf
11
series.conf
@ -1447,6 +1447,10 @@
|
||||
patches.suse/setuid-dumpable-wrongdir
|
||||
patches.suse/0002-futex-futex_wake_op-fix-sign_extend32-sign-bits.patch
|
||||
|
||||
patches.suse/module-Add-retpoline-tag-to-VERMAGIC.patch
|
||||
patches.suse/x86-retpoline-Add-LFENCE-to-the-retpoline-RSB-fillin.patch
|
||||
patches.suse/x86-retpoline-Fill-RSB-on-context-switch-for-affecte.patch
|
||||
|
||||
patches.suse/0003-locking-barriers-introduce-new-observable-speculatio.patch
|
||||
patches.suse/0005-x86-bpf-jit-prevent-speculative-execution-when-JIT-i.patch
|
||||
patches.suse/0006-uvcvideo-prevent-speculative-execution.patch
|
||||
@ -1462,9 +1466,10 @@
|
||||
patches.suse/0016-udf-prevent-speculative-execution.patch
|
||||
patches.suse/0017-userns-prevent-speculative-execution.patch
|
||||
|
||||
patches.suse/0001-x86-feature-Enable-the-x86-feature-to-control-Specul.patch
|
||||
patches.suse/0002-x86-cpufeature-Add-X86_FEATURE_IA32_ARCH_CAPS-and-X8.patch
|
||||
patches.suse/0003-x86-Add-STIBP-feature-enumeration.patch
|
||||
patches.suse/0001-x86-cpufeatures-Add-Intel-feature-bits-for-Speculati.patch
|
||||
patches.suse/0002-x86-cpufeatures-Add-AMD-feature-bits-for-Prediction-.patch
|
||||
patches.suse/0003-x86-msr-Add-definitions-for-new-speculation-control-.patch
|
||||
|
||||
patches.suse/0004-x86-feature-Report-presence-of-IBPB-and-IBRS-control.patch
|
||||
patches.suse/0005-x86-enter-MACROS-to-set-clear-IBRS-and-set-IBPB.patch
|
||||
patches.suse/0006-x86-Add-macro-that-does-not-save-rax-rcx-rdx-on-stac.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2018-01-17 10:26:10 +0100
|
||||
GIT Revision: eef6178e931bfaf3a7984a2c6af465cde4702702
|
||||
2018-01-21 14:58:37 +0100
|
||||
GIT Revision: 5790c9a8ade634fc9469aad06597fe050c918f0e
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user