]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2018 10:26:29 +0000 (11:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2018 10:26:29 +0000 (11:26 +0100)
commit276a8bba5df688b82f56be83d4b7c2e2a31af9a1
tree0e3a7115c5d3347fc7c3070d0b64250d17ae0ae0
parent9e1c2c070ce21a37f8ae611a41a6fecfdca3f044
4.15-stable patches

added patches:
gfs2-fixes-to-implement-iomap-for-block_map.patch
nospec-move-array_index_nospec-parameter-checking-into-separate-macro.patch
objtool-fix-segfault-in-ignore_unreachable_insn.patch
selftests-x86-clean-up-and-document-sscanf-usage.patch
selftests-x86-disable-tests-requiring-32-bit-support-on-pure-64-bit-systems.patch
selftests-x86-do-not-rely-on-int-0x80-in-single_step_syscall.c.patch
selftests-x86-do-not-rely-on-int-0x80-in-test_mremap_vdso.c.patch
selftests-x86-fix-build-bug-caused-by-the-5lvl-test-which-has-been-moved-to-the-vm-directory.patch
selftests-x86-fix-vdso-selftest-segfault-for-vsyscall-none.patch
selftests-x86-mpx-fix-incorrect-bounds-with-old-_sigfault.patch
selftests-x86-pkeys-remove-unused-functions.patch
x86-cpu-change-type-of-x86_cache_size-variable-to-unsigned-int.patch
x86-cpu-rename-cpu_data.x86_mask-to-cpu_data.x86_stepping.patch
x86-debug-objtool-annotate-warn-related-ud2-as-reachable.patch
x86-debug-use-ud2-for-warn.patch
x86-entry-64-clear-registers-for-exceptions-interrupts-to-reduce-speculation-attack-surface.patch
x86-entry-64-fix-cr3-restore-in-paranoid_exit.patch
x86-entry-64-fix-paranoid_entry-frame-pointer-warning.patch
x86-entry-64-get-rid-of-the-alloc_pt_gpregs_on_stack-and-save_and_clear_regs-macros.patch
x86-entry-64-indent-push_and_clear_regs-and-pop_regs-properly.patch
x86-entry-64-interleave-xor-register-clearing-with-push-instructions.patch
x86-entry-64-introduce-the-push_and_clean_regs-macro.patch
x86-entry-64-merge-save_c_regs-and-save_extra_regs-remove-unused-extensions.patch
x86-entry-64-merge-the-pop_c_regs-and-pop_extra_regs-macros-into-a-single-pop_regs-macro.patch
x86-entry-64-remove-the-unused-icebp-macro.patch
x86-entry-64-use-push_and_clean_regs-in-more-cases.patch
x86-mm-rename-flush_tlb_single-and-flush_tlb_one-to-__flush_tlb_one_.patch
x86-spectre-fix-an-error-message.patch
x86-speculation-add-asm-msr-index.h-dependency.patch
x86-speculation-fix-up-array_index_nospec_mask-asm-constraint.patch
31 files changed:
queue-4.15/gfs2-fixes-to-implement-iomap-for-block_map.patch [new file with mode: 0644]
queue-4.15/nospec-move-array_index_nospec-parameter-checking-into-separate-macro.patch [new file with mode: 0644]
queue-4.15/objtool-fix-segfault-in-ignore_unreachable_insn.patch [new file with mode: 0644]
queue-4.15/selftests-x86-clean-up-and-document-sscanf-usage.patch [new file with mode: 0644]
queue-4.15/selftests-x86-disable-tests-requiring-32-bit-support-on-pure-64-bit-systems.patch [new file with mode: 0644]
queue-4.15/selftests-x86-do-not-rely-on-int-0x80-in-single_step_syscall.c.patch [new file with mode: 0644]
queue-4.15/selftests-x86-do-not-rely-on-int-0x80-in-test_mremap_vdso.c.patch [new file with mode: 0644]
queue-4.15/selftests-x86-fix-build-bug-caused-by-the-5lvl-test-which-has-been-moved-to-the-vm-directory.patch [new file with mode: 0644]
queue-4.15/selftests-x86-fix-vdso-selftest-segfault-for-vsyscall-none.patch [new file with mode: 0644]
queue-4.15/selftests-x86-mpx-fix-incorrect-bounds-with-old-_sigfault.patch [new file with mode: 0644]
queue-4.15/selftests-x86-pkeys-remove-unused-functions.patch [new file with mode: 0644]
queue-4.15/series
queue-4.15/x86-cpu-change-type-of-x86_cache_size-variable-to-unsigned-int.patch [new file with mode: 0644]
queue-4.15/x86-cpu-rename-cpu_data.x86_mask-to-cpu_data.x86_stepping.patch [new file with mode: 0644]
queue-4.15/x86-debug-objtool-annotate-warn-related-ud2-as-reachable.patch [new file with mode: 0644]
queue-4.15/x86-debug-use-ud2-for-warn.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-clear-registers-for-exceptions-interrupts-to-reduce-speculation-attack-surface.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-fix-cr3-restore-in-paranoid_exit.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-fix-paranoid_entry-frame-pointer-warning.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-get-rid-of-the-alloc_pt_gpregs_on_stack-and-save_and_clear_regs-macros.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-indent-push_and_clear_regs-and-pop_regs-properly.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-interleave-xor-register-clearing-with-push-instructions.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-introduce-the-push_and_clean_regs-macro.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-merge-save_c_regs-and-save_extra_regs-remove-unused-extensions.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-merge-the-pop_c_regs-and-pop_extra_regs-macros-into-a-single-pop_regs-macro.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-remove-the-unused-icebp-macro.patch [new file with mode: 0644]
queue-4.15/x86-entry-64-use-push_and_clean_regs-in-more-cases.patch [new file with mode: 0644]
queue-4.15/x86-mm-rename-flush_tlb_single-and-flush_tlb_one-to-__flush_tlb_one_.patch [new file with mode: 0644]
queue-4.15/x86-spectre-fix-an-error-message.patch [new file with mode: 0644]
queue-4.15/x86-speculation-add-asm-msr-index.h-dependency.patch [new file with mode: 0644]
queue-4.15/x86-speculation-fix-up-array_index_nospec_mask-asm-constraint.patch [new file with mode: 0644]