]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Dec 2018 19:13:12 +0000 (20:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Dec 2018 19:13:12 +0000 (20:13 +0100)
commit28bdf407baf6d8e960837d4b7af85b73c8c219cb
treeb6f5cf13771c7a5fc4e7e56908a57badfa825527
parent97e1a14d58290777dca2fe91b85153f6f0426bbd
4.4-stable patches

added patches:
alsa-pcm-remove-sndrv_pcm_ioctl1_info-internal-command.patch
bpf-prevent-memory-disambiguation-attack.patch
bpf-support-8-byte-metafield-access.patch
bpf-verifier-add-spi-variable-to-check_stack_write.patch
bpf-verifier-pass-instruction-index-to-check_mem_access-and-check_xadd.patch
hugetlbfs-check-for-pgoff-value-overflow.patch
hugetlbfs-fix-bug-in-pgoff-overflow-checking.patch
hugetlbfs-fix-offset-overflow-in-hugetlbfs-mmap.patch
kvm-nvmx-eliminate-vmcs02-pool.patch
kvm-nvmx-fix-msr-bitmaps-to-prevent-l2-from-accessing-l0-x2apic.patch
kvm-nvmx-mark-vmcs12-pages-dirty-on-l2-exit.patch
kvm-svm-allow-direct-access-to-msr_ia32_spec_ctrl.patch
kvm-svm-implement-virt_spec_ctrl-support-for-ssbd.patch
kvm-svm-move-spec-control-call-after-restore-of-gs.patch
kvm-vmx-allow-direct-access-to-msr_ia32_spec_ctrl.patch
kvm-vmx-emulate-msr_ia32_arch_capabilities.patch
kvm-vmx-introduce-alloc_loaded_vmcs.patch
kvm-vmx-make-msr-bitmaps-per-vcpu.patch
kvm-x86-add-ibpb-support.patch
kvm-x86-remove-indirect-msr-op-calls-from-spec_ctrl.patch
mm-hugetlb.c-don-t-call-region_abort-if-region_chg-fails.patch
posix-timers-sanitize-overrun-handling.patch
sr-pass-down-correctly-sized-scsi-sense-buffer.patch
swiotlb-clean-up-reporting.patch
wil6210-missing-length-check-in-wmi_set_ie.patch
x86-bugs-kvm-extend-speculation-control-for-virt_spec_ctrl.patch
x86-bugs-kvm-support-the-combination-of-guest-and-host-ibrs.patch
x86-fix-smap-in-32-bit-environments.patch
x86-introduce-__uaccess_begin_nospec-and-uaccess_try_nospec.patch
x86-kvm-vmx-expose-spec_ctrl-bit-2-to-the-guest.patch
x86-reorganize-smap-handling-in-user-space-accesses.patch
x86-speculation-use-synthetic-bits-for-ibrs-ibpb-stibp.patch
x86-uaccess-use-__uaccess_begin_nospec-and-uaccess_try_nospec.patch
x86-usercopy-replace-open-coded-stac-clac-with-__uaccess_-begin-end.patch
35 files changed:
queue-4.4/alsa-pcm-remove-sndrv_pcm_ioctl1_info-internal-command.patch [new file with mode: 0644]
queue-4.4/bpf-prevent-memory-disambiguation-attack.patch [new file with mode: 0644]
queue-4.4/bpf-support-8-byte-metafield-access.patch [new file with mode: 0644]
queue-4.4/bpf-verifier-add-spi-variable-to-check_stack_write.patch [new file with mode: 0644]
queue-4.4/bpf-verifier-pass-instruction-index-to-check_mem_access-and-check_xadd.patch [new file with mode: 0644]
queue-4.4/hugetlbfs-check-for-pgoff-value-overflow.patch [new file with mode: 0644]
queue-4.4/hugetlbfs-fix-bug-in-pgoff-overflow-checking.patch [new file with mode: 0644]
queue-4.4/hugetlbfs-fix-offset-overflow-in-hugetlbfs-mmap.patch [new file with mode: 0644]
queue-4.4/kvm-nvmx-eliminate-vmcs02-pool.patch [new file with mode: 0644]
queue-4.4/kvm-nvmx-fix-msr-bitmaps-to-prevent-l2-from-accessing-l0-x2apic.patch [new file with mode: 0644]
queue-4.4/kvm-nvmx-mark-vmcs12-pages-dirty-on-l2-exit.patch [new file with mode: 0644]
queue-4.4/kvm-svm-allow-direct-access-to-msr_ia32_spec_ctrl.patch [new file with mode: 0644]
queue-4.4/kvm-svm-implement-virt_spec_ctrl-support-for-ssbd.patch [new file with mode: 0644]
queue-4.4/kvm-svm-move-spec-control-call-after-restore-of-gs.patch [new file with mode: 0644]
queue-4.4/kvm-vmx-allow-direct-access-to-msr_ia32_spec_ctrl.patch [new file with mode: 0644]
queue-4.4/kvm-vmx-emulate-msr_ia32_arch_capabilities.patch [new file with mode: 0644]
queue-4.4/kvm-vmx-introduce-alloc_loaded_vmcs.patch [new file with mode: 0644]
queue-4.4/kvm-vmx-make-msr-bitmaps-per-vcpu.patch [new file with mode: 0644]
queue-4.4/kvm-x86-add-ibpb-support.patch [new file with mode: 0644]
queue-4.4/kvm-x86-remove-indirect-msr-op-calls-from-spec_ctrl.patch [new file with mode: 0644]
queue-4.4/mm-hugetlb.c-don-t-call-region_abort-if-region_chg-fails.patch [new file with mode: 0644]
queue-4.4/posix-timers-sanitize-overrun-handling.patch [new file with mode: 0644]
queue-4.4/series
queue-4.4/sr-pass-down-correctly-sized-scsi-sense-buffer.patch [new file with mode: 0644]
queue-4.4/swiotlb-clean-up-reporting.patch [new file with mode: 0644]
queue-4.4/wil6210-missing-length-check-in-wmi_set_ie.patch [new file with mode: 0644]
queue-4.4/x86-bugs-kvm-extend-speculation-control-for-virt_spec_ctrl.patch [new file with mode: 0644]
queue-4.4/x86-bugs-kvm-support-the-combination-of-guest-and-host-ibrs.patch [new file with mode: 0644]
queue-4.4/x86-fix-smap-in-32-bit-environments.patch [new file with mode: 0644]
queue-4.4/x86-introduce-__uaccess_begin_nospec-and-uaccess_try_nospec.patch [new file with mode: 0644]
queue-4.4/x86-kvm-vmx-expose-spec_ctrl-bit-2-to-the-guest.patch [new file with mode: 0644]
queue-4.4/x86-reorganize-smap-handling-in-user-space-accesses.patch [new file with mode: 0644]
queue-4.4/x86-speculation-use-synthetic-bits-for-ibrs-ibpb-stibp.patch [new file with mode: 0644]
queue-4.4/x86-uaccess-use-__uaccess_begin_nospec-and-uaccess_try_nospec.patch [new file with mode: 0644]
queue-4.4/x86-usercopy-replace-open-coded-stac-clac-with-__uaccess_-begin-end.patch [new file with mode: 0644]