]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 10:03:17 +0000 (11:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 10:03:17 +0000 (11:03 +0100)
commit34fbb809a6c1b24dea8b90bf7f58dbcab8192b7f
tree553b575196eee15ab42f82311847ea8a7e559619
parentde12fd02ae148faeb6862b953bc7684c54d062c1
4.15-stable patches

added patches:
alsa-hda-revert-power_save-option-default-value.patch
alsa-pcm-fix-uaf-in-snd_pcm_oss_get_formats.patch
alsa-seq-clear-client-entry-before-deleting-else-at-closing.patch
alsa-seq-fix-possible-uaf-in-snd_seq_check_queue.patch
drm-amdgpu-dce-don-t-turn-off-dp-sink-when-disconnected.patch
drm-amdgpu-fix-prime-teardown-order.patch
drm-nouveau-bl-fix-oops-on-driver-unbind.patch
drm-nouveau-mmu-align_down-correct-variable.patch
drm-radeon-fix-prime-teardown-order.patch
fs-aio-add-explicit-rcu-grace-period-when-freeing-kioctx.patch
fs-aio-use-rcu-accessors-for-kioctx_table-table.patch
fs-teach-path_connected-to-handle-nfs-filesystems-with-multiple-roots.patch
kvm-arm-arm64-reduce-verbosity-of-kvm-init-log.patch
kvm-arm-arm64-reset-mapped-irqs-on-vm-reset.patch
kvm-arm-arm64-vgic-don-t-populate-multiple-lrs-with-the-same-vintid.patch
kvm-arm-arm64-vgic-v3-tighten-synchronization-for-guests-using-v2-on-v3.patch
kvm-x86-fix-device-passthrough-when-sme-is-active.patch
lock_parent-needs-to-recheck-if-dentry-got-__dentry_kill-ed-under-it.patch
parisc-handle-case-where-flush_cache_range-is-called-with-no-context.patch
rdmavt-fix-synchronization-around-percpu_ref.patch
selftests-x86-entry_from_vm86-add-test-cases-for-popf.patch
selftests-x86-entry_from_vm86-exit-with-1-if-we-fail.patch
series
x86-cpufeatures-add-intel-pconfig-cpufeature.patch
x86-cpufeatures-add-intel-total-memory-encryption-cpufeature.patch
x86-mm-fix-vmalloc_fault-to-use-pxd_large.patch
x86-speculation-objtool-annotate-indirect-calls-jumps-for-objtool-on-32-bit-kernels.patch
x86-speculation-remove-skylake-c2-from-speculation-control-microcode-blacklist.patch
x86-vm86-32-fix-popf-emulation.patch
29 files changed:
queue-4.15/alsa-hda-revert-power_save-option-default-value.patch [new file with mode: 0644]
queue-4.15/alsa-pcm-fix-uaf-in-snd_pcm_oss_get_formats.patch [new file with mode: 0644]
queue-4.15/alsa-seq-clear-client-entry-before-deleting-else-at-closing.patch [new file with mode: 0644]
queue-4.15/alsa-seq-fix-possible-uaf-in-snd_seq_check_queue.patch [new file with mode: 0644]
queue-4.15/drm-amdgpu-dce-don-t-turn-off-dp-sink-when-disconnected.patch [new file with mode: 0644]
queue-4.15/drm-amdgpu-fix-prime-teardown-order.patch [new file with mode: 0644]
queue-4.15/drm-nouveau-bl-fix-oops-on-driver-unbind.patch [new file with mode: 0644]
queue-4.15/drm-nouveau-mmu-align_down-correct-variable.patch [new file with mode: 0644]
queue-4.15/drm-radeon-fix-prime-teardown-order.patch [new file with mode: 0644]
queue-4.15/fs-aio-add-explicit-rcu-grace-period-when-freeing-kioctx.patch [new file with mode: 0644]
queue-4.15/fs-aio-use-rcu-accessors-for-kioctx_table-table.patch [new file with mode: 0644]
queue-4.15/fs-teach-path_connected-to-handle-nfs-filesystems-with-multiple-roots.patch [new file with mode: 0644]
queue-4.15/kvm-arm-arm64-reduce-verbosity-of-kvm-init-log.patch [new file with mode: 0644]
queue-4.15/kvm-arm-arm64-reset-mapped-irqs-on-vm-reset.patch [new file with mode: 0644]
queue-4.15/kvm-arm-arm64-vgic-don-t-populate-multiple-lrs-with-the-same-vintid.patch [new file with mode: 0644]
queue-4.15/kvm-arm-arm64-vgic-v3-tighten-synchronization-for-guests-using-v2-on-v3.patch [new file with mode: 0644]
queue-4.15/kvm-x86-fix-device-passthrough-when-sme-is-active.patch [new file with mode: 0644]
queue-4.15/lock_parent-needs-to-recheck-if-dentry-got-__dentry_kill-ed-under-it.patch [new file with mode: 0644]
queue-4.15/parisc-handle-case-where-flush_cache_range-is-called-with-no-context.patch [new file with mode: 0644]
queue-4.15/rdmavt-fix-synchronization-around-percpu_ref.patch [new file with mode: 0644]
queue-4.15/selftests-x86-entry_from_vm86-add-test-cases-for-popf.patch [new file with mode: 0644]
queue-4.15/selftests-x86-entry_from_vm86-exit-with-1-if-we-fail.patch [new file with mode: 0644]
queue-4.15/series [new file with mode: 0644]
queue-4.15/x86-cpufeatures-add-intel-pconfig-cpufeature.patch [new file with mode: 0644]
queue-4.15/x86-cpufeatures-add-intel-total-memory-encryption-cpufeature.patch [new file with mode: 0644]
queue-4.15/x86-mm-fix-vmalloc_fault-to-use-pxd_large.patch [new file with mode: 0644]
queue-4.15/x86-speculation-objtool-annotate-indirect-calls-jumps-for-objtool-on-32-bit-kernels.patch [new file with mode: 0644]
queue-4.15/x86-speculation-remove-skylake-c2-from-speculation-control-microcode-blacklist.patch [new file with mode: 0644]
queue-4.15/x86-vm86-32-fix-popf-emulation.patch [new file with mode: 0644]