]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.8-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2020 10:45:22 +0000 (12:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2020 10:45:22 +0000 (12:45 +0200)
commit5c9f78c98ee9e8a940dc9c0c6cecf6941b7065e0
treec7213a76e305c41c651e4df890cf8f31d083f347
parentf5dc6f7663673fffe6735878c925578781d8d872
5.8-stable patches

added patches:
9p-fix-memory-leak-in-v9fs_mount.patch
alsa-hda-fix-the-micmute-led-status-for-lenovo-thinkcentre-aio.patch
alsa-hda-reverse-the-setting-value-in-the-micmute_led_set.patch
alsa-usb-audio-add-quirk-for-pioneer-ddj-rb.patch
alsa-usb-audio-creative-usb-x-fi-pro-sb1095-volume-knob-support.patch
alsa-usb-audio-fix-overeager-device-match-for-macrosilicon-ms2109.patch
alsa-usb-audio-work-around-streaming-quirk-for-macrosilicon-ms2109.patch
bitfield.h-don-t-compile-time-validate-_val-in-field_fit.patch
crypto-ccp-fix-use-of-merged-scatterlists.patch
crypto-cpt-don-t-sleep-of-crypto_tfm_req_may_sleep-was-not-specified.patch
crypto-hisilicon-don-t-sleep-of-crypto_tfm_req_may_sleep-was-not-specified.patch
crypto-qat-fix-double-free-in-qat_uclo_create_batch_init_list.patch
driver-core-fix-probe_count-imbalance-in-really_probe.patch
drm-ttm-nouveau-don-t-call-tt-destroy-callback-on-alloc-failure.patch
fs-minix-check-return-value-of-sb_getblk.patch
fs-minix-don-t-allow-getting-deleted-inodes.patch
fs-minix-reject-too-large-maximum-file-size.patch
io_uring-fail-poll-arm-on-queue-proc-failure.patch
io_uring-sanitize-double-poll-handling.patch
io_uring-set-ctx-sq-cq-entry-count-earlier.patch
io_uring-use-twa_signal-for-task_work-uncondtionally.patch
iommu-vt-d-skip-te-disabling-on-quirky-gfx-dedicated-iommu.patch
kvm-x86-replace-kvm_spec_ctrl_test_value-with-runtime-test-on-the-host.patch
media-media-request-fix-crash-if-memory-allocation-fails.patch
nfs-don-t-move-layouts-to-plh_return_segs-list-while-in-use.patch
nfs-don-t-return-layout-segments-that-are-in-use.patch
pstore-fix-linking-when-crypto-api-disabled.patch
tick-nohz-narrow-down-noise-while-setting-current-task-s-tick-dependency.patch
tpm-unify-the-mismatching-tpm-space-buffer-sizes.patch
usb-cdns3-gadget-always-zeroed-trb-buffer-when-enable-endpoint.patch
usb-serial-cp210x-enable-usb-generic-throttle-unthrottle.patch
usb-serial-cp210x-re-enable-auto-rts-on-open.patch
vdpasim-protect-concurrent-access-to-iommu-iotlb.patch
34 files changed:
queue-5.8/9p-fix-memory-leak-in-v9fs_mount.patch [new file with mode: 0644]
queue-5.8/alsa-hda-fix-the-micmute-led-status-for-lenovo-thinkcentre-aio.patch [new file with mode: 0644]
queue-5.8/alsa-hda-reverse-the-setting-value-in-the-micmute_led_set.patch [new file with mode: 0644]
queue-5.8/alsa-usb-audio-add-quirk-for-pioneer-ddj-rb.patch [new file with mode: 0644]
queue-5.8/alsa-usb-audio-creative-usb-x-fi-pro-sb1095-volume-knob-support.patch [new file with mode: 0644]
queue-5.8/alsa-usb-audio-fix-overeager-device-match-for-macrosilicon-ms2109.patch [new file with mode: 0644]
queue-5.8/alsa-usb-audio-work-around-streaming-quirk-for-macrosilicon-ms2109.patch [new file with mode: 0644]
queue-5.8/bitfield.h-don-t-compile-time-validate-_val-in-field_fit.patch [new file with mode: 0644]
queue-5.8/crypto-ccp-fix-use-of-merged-scatterlists.patch [new file with mode: 0644]
queue-5.8/crypto-cpt-don-t-sleep-of-crypto_tfm_req_may_sleep-was-not-specified.patch [new file with mode: 0644]
queue-5.8/crypto-hisilicon-don-t-sleep-of-crypto_tfm_req_may_sleep-was-not-specified.patch [new file with mode: 0644]
queue-5.8/crypto-qat-fix-double-free-in-qat_uclo_create_batch_init_list.patch [new file with mode: 0644]
queue-5.8/driver-core-fix-probe_count-imbalance-in-really_probe.patch [new file with mode: 0644]
queue-5.8/drm-ttm-nouveau-don-t-call-tt-destroy-callback-on-alloc-failure.patch [new file with mode: 0644]
queue-5.8/fs-minix-check-return-value-of-sb_getblk.patch [new file with mode: 0644]
queue-5.8/fs-minix-don-t-allow-getting-deleted-inodes.patch [new file with mode: 0644]
queue-5.8/fs-minix-reject-too-large-maximum-file-size.patch [new file with mode: 0644]
queue-5.8/io_uring-fail-poll-arm-on-queue-proc-failure.patch [new file with mode: 0644]
queue-5.8/io_uring-sanitize-double-poll-handling.patch [new file with mode: 0644]
queue-5.8/io_uring-set-ctx-sq-cq-entry-count-earlier.patch [new file with mode: 0644]
queue-5.8/io_uring-use-twa_signal-for-task_work-uncondtionally.patch [new file with mode: 0644]
queue-5.8/iommu-vt-d-skip-te-disabling-on-quirky-gfx-dedicated-iommu.patch [new file with mode: 0644]
queue-5.8/kvm-x86-replace-kvm_spec_ctrl_test_value-with-runtime-test-on-the-host.patch [new file with mode: 0644]
queue-5.8/media-media-request-fix-crash-if-memory-allocation-fails.patch [new file with mode: 0644]
queue-5.8/nfs-don-t-move-layouts-to-plh_return_segs-list-while-in-use.patch [new file with mode: 0644]
queue-5.8/nfs-don-t-return-layout-segments-that-are-in-use.patch [new file with mode: 0644]
queue-5.8/pstore-fix-linking-when-crypto-api-disabled.patch [new file with mode: 0644]
queue-5.8/series
queue-5.8/tick-nohz-narrow-down-noise-while-setting-current-task-s-tick-dependency.patch [new file with mode: 0644]
queue-5.8/tpm-unify-the-mismatching-tpm-space-buffer-sizes.patch [new file with mode: 0644]
queue-5.8/usb-cdns3-gadget-always-zeroed-trb-buffer-when-enable-endpoint.patch [new file with mode: 0644]
queue-5.8/usb-serial-cp210x-enable-usb-generic-throttle-unthrottle.patch [new file with mode: 0644]
queue-5.8/usb-serial-cp210x-re-enable-auto-rts-on-open.patch [new file with mode: 0644]
queue-5.8/vdpasim-protect-concurrent-access-to-iommu-iotlb.patch [new file with mode: 0644]