]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 06:59:37 +0000 (07:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 06:59:37 +0000 (07:59 +0100)
commit966ab72d38a45a748d80cd5495df2c6e161bc6b2
tree29f7686d720399782863e556a9b336cb51080ffb
parentcee19904455eed0cba72bc5c686f311314ba29c6
4.14-stable patches

added patches:
entel_idle-disable-ibrs-during-long-idle.patch
kvm-vmx-fix-ibrs-handling-after-vmexit.patch
kvm-vmx-prevent-guest-rsb-poisoning-attacks-with-eibrs.patch
revert-x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch
x86-bugs-add-amd-retbleed-boot-parameter.patch
x86-bugs-add-cannon-lake-to-retbleed-affected-cpu-list.patch
x86-bugs-keep-a-per-cpu-ia32_spec_ctrl-value.patch
x86-bugs-optimize-spec_ctrl-msr-writes.patch
x86-bugs-report-amd-retbleed-vulnerability.patch
x86-bugs-report-intel-retbleed-vulnerability.patch
x86-bugs-split-spectre_v2_select_mitigation-and-spectre_v2_user_select_mitigation.patch
x86-bugs-warn-when-ibrs-mitigation-is-selected-on-enhanced-ibrs-parts.patch
x86-common-stamp-out-the-stepping-madness.patch
x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch
x86-cpu-add-consistent-cpu-match-macros.patch
x86-cpu-amd-enumerate-btc_no.patch
x86-cpufeature-add-facility-to-check-for-min-microcode-revisions.patch
x86-cpufeature-fix-various-quality-problems-in-the-asm-cpu_device_hd.h-header.patch
x86-cpufeatures-move-retpoline-flags-to-word-11.patch
x86-devicetable-move-x86-specific-macro-out-of-generic-code.patch
x86-entry-add-kernel-ibrs-implementation.patch
x86-entry-remove-skip_r11rcx.patch
x86-speculation-add-lfence-to-rsb-fill-sequence.patch
x86-speculation-add-rsb-vm-exit-protections.patch
x86-speculation-add-spectre_v2-ibrs-option-to-support-kernel-ibrs.patch
x86-speculation-change-fill_return_buffer-to-work-with-objtool.patch
x86-speculation-disable-rrsba-behavior.patch
x86-speculation-fill-rsb-on-vmexit-for-ibrs.patch
x86-speculation-fix-firmware-entry-spec_ctrl-handling.patch
x86-speculation-fix-rsb-filling-with-config_retpoline-n.patch
x86-speculation-fix-spec_ctrl-write-on-smt-state-change.patch
x86-speculation-remove-x86_spec_ctrl_mask.patch
x86-speculation-use-cached-host-spec_ctrl-value-for-guest-entry-exit.patch
x86-speculation-use-declare_per_cpu-for-x86_spec_ctrl_current.patch
35 files changed:
queue-4.14/entel_idle-disable-ibrs-during-long-idle.patch [new file with mode: 0644]
queue-4.14/kvm-vmx-fix-ibrs-handling-after-vmexit.patch [new file with mode: 0644]
queue-4.14/kvm-vmx-prevent-guest-rsb-poisoning-attacks-with-eibrs.patch [new file with mode: 0644]
queue-4.14/revert-x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch [new file with mode: 0644]
queue-4.14/series [new file with mode: 0644]
queue-4.14/x86-bugs-add-amd-retbleed-boot-parameter.patch [new file with mode: 0644]
queue-4.14/x86-bugs-add-cannon-lake-to-retbleed-affected-cpu-list.patch [new file with mode: 0644]
queue-4.14/x86-bugs-keep-a-per-cpu-ia32_spec_ctrl-value.patch [new file with mode: 0644]
queue-4.14/x86-bugs-optimize-spec_ctrl-msr-writes.patch [new file with mode: 0644]
queue-4.14/x86-bugs-report-amd-retbleed-vulnerability.patch [new file with mode: 0644]
queue-4.14/x86-bugs-report-intel-retbleed-vulnerability.patch [new file with mode: 0644]
queue-4.14/x86-bugs-split-spectre_v2_select_mitigation-and-spectre_v2_user_select_mitigation.patch [new file with mode: 0644]
queue-4.14/x86-bugs-warn-when-ibrs-mitigation-is-selected-on-enhanced-ibrs-parts.patch [new file with mode: 0644]
queue-4.14/x86-common-stamp-out-the-stepping-madness.patch [new file with mode: 0644]
queue-4.14/x86-cpu-add-a-steppings-field-to-struct-x86_cpu_id.patch [new file with mode: 0644]
queue-4.14/x86-cpu-add-consistent-cpu-match-macros.patch [new file with mode: 0644]
queue-4.14/x86-cpu-amd-enumerate-btc_no.patch [new file with mode: 0644]
queue-4.14/x86-cpufeature-add-facility-to-check-for-min-microcode-revisions.patch [new file with mode: 0644]
queue-4.14/x86-cpufeature-fix-various-quality-problems-in-the-asm-cpu_device_hd.h-header.patch [new file with mode: 0644]
queue-4.14/x86-cpufeatures-move-retpoline-flags-to-word-11.patch [new file with mode: 0644]
queue-4.14/x86-devicetable-move-x86-specific-macro-out-of-generic-code.patch [new file with mode: 0644]
queue-4.14/x86-entry-add-kernel-ibrs-implementation.patch [new file with mode: 0644]
queue-4.14/x86-entry-remove-skip_r11rcx.patch [new file with mode: 0644]
queue-4.14/x86-speculation-add-lfence-to-rsb-fill-sequence.patch [new file with mode: 0644]
queue-4.14/x86-speculation-add-rsb-vm-exit-protections.patch [new file with mode: 0644]
queue-4.14/x86-speculation-add-spectre_v2-ibrs-option-to-support-kernel-ibrs.patch [new file with mode: 0644]
queue-4.14/x86-speculation-change-fill_return_buffer-to-work-with-objtool.patch [new file with mode: 0644]
queue-4.14/x86-speculation-disable-rrsba-behavior.patch [new file with mode: 0644]
queue-4.14/x86-speculation-fill-rsb-on-vmexit-for-ibrs.patch [new file with mode: 0644]
queue-4.14/x86-speculation-fix-firmware-entry-spec_ctrl-handling.patch [new file with mode: 0644]
queue-4.14/x86-speculation-fix-rsb-filling-with-config_retpoline-n.patch [new file with mode: 0644]
queue-4.14/x86-speculation-fix-spec_ctrl-write-on-smt-state-change.patch [new file with mode: 0644]
queue-4.14/x86-speculation-remove-x86_spec_ctrl_mask.patch [new file with mode: 0644]
queue-4.14/x86-speculation-use-cached-host-spec_ctrl-value-for-guest-entry-exit.patch [new file with mode: 0644]
queue-4.14/x86-speculation-use-declare_per_cpu-for-x86_spec_ctrl_current.patch [new file with mode: 0644]