]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.20-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Jan 2019 17:44:31 +0000 (18:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Jan 2019 17:44:31 +0000 (18:44 +0100)
commit062f946b9ea38ff1585abf03ca70e9ba6defacae
treed26d03c1b57bd15c2388a8f9d41629704169c650
parent6a6f9e77e4765eba41cb95e8cefa78eefcfeb811
4.20-stable patches

added patches:
binder-fix-use-after-free-due-to-ksys_close-during-fdget.patch
brcmfmac-fix-out-of-bounds-memory-access-during-fw-load.patch
brcmfmac-fix-roamoff-1-modparam.patch
btrfs-dev-replace-go-back-to-suspend-state-if-another-excl_op-is-running.patch
btrfs-dev-replace-go-back-to-suspended-state-if-target-device-is-missing.patch
btrfs-fix-deadlock-with-memory-reclaim-during-scrub.patch
btrfs-fix-fsync-of-files-with-multiple-hard-links-in-new-directories.patch
btrfs-run-delayed-items-before-dropping-the-snapshot.patch
btrfs-send-fix-race-with-transaction-commits-that-create-snapshots.patch
btrfs-skip-file_extent-generation-check-for-free_space_inode-in-run_delalloc_nocow.patch
cdc-acm-fix-abnormal-data-rx-issue-for-mediatek-preloader.patch
cgroup-fix-css_task_iter_procs.patch
clk-rockchip-fix-typo-in-rk3188-spdif_frac-parent.patch
clk-sunxi-ng-use-u64-for-calculation-of-nm-rate.patch
clocksource-drivers-arc_timer-utilize-generic-sched_clock.patch
crypto-cavium-nitrox-fix-a-dma-pool-free-failure.patch
crypto-cfb-fix-decryption.patch
crypto-chcr-small-packet-tx-stalls-the-queue.patch
crypto-testmgr-add-aes-cfb-tests.patch
drm-udl-get-rid-of-useless-vblank-initialization.patch
drm-v3d-skip-debugfs-dumping-gca-on-platforms-without-gca.patch
ext4-add-ext4_sb_bread-to-disambiguate-enomem-cases.patch
ext4-avoid-declaring-fs-inconsistent-due-to-invalid-file-handles.patch
ext4-check-for-shutdown-and-r-o-file-system-in-ext4_write_inode.patch
ext4-fix-ext4_ioc_group_add-ioctl.patch
ext4-fix-possible-use-after-free-in-ext4_quota_enable.patch
ext4-force-inode-writes-when-nfsd-calls-commit_metadata.patch
ext4-include-terminating-u32-in-size-of-xattr-entries-when-expanding-inodes.patch
ext4-missing-unlock-put_page-in-ext4_try_to_write_inline_data.patch
keys-fix-parsing-invalid-pkey-info-string.patch
ocxl-fix-endiannes-bug-in-ocxl_link_update_pe.patch
ocxl-fix-endiannes-bug-in-read_afu_name.patch
perf-env-also-consider-env-arch-null-as-local-operation.patch
perf-machine-record-if-a-arch-has-a-single-user-kernel-address-space.patch
perf-pmu-suppress-potential-format-truncation-warning.patch
perf-script-use-fallbacks-for-branch-stacks.patch
perf-thread-add-fallback-functions-for-cases-where-cpumode-is-insufficient.patch
perf-tools-use-fallback-for-sample_addr_correlates_sym-cases.patch
platform-msi-free-descriptors-in-platform_msi_domain_free.patch
powerpc-tm-set-msr-just-prior-to-recheckpoint.patch
powerpc-tm-unset-msr-if-not-recheckpointing.patch
spi-bcm2835-avoid-finishing-transfer-prematurely-in-irq-mode.patch
spi-bcm2835-fix-book-keeping-of-dma-termination.patch
spi-bcm2835-fix-race-on-dma-termination.patch
45 files changed:
queue-4.20/binder-fix-use-after-free-due-to-ksys_close-during-fdget.patch [new file with mode: 0644]
queue-4.20/brcmfmac-fix-out-of-bounds-memory-access-during-fw-load.patch [new file with mode: 0644]
queue-4.20/brcmfmac-fix-roamoff-1-modparam.patch [new file with mode: 0644]
queue-4.20/btrfs-dev-replace-go-back-to-suspend-state-if-another-excl_op-is-running.patch [new file with mode: 0644]
queue-4.20/btrfs-dev-replace-go-back-to-suspended-state-if-target-device-is-missing.patch [new file with mode: 0644]
queue-4.20/btrfs-fix-deadlock-with-memory-reclaim-during-scrub.patch [new file with mode: 0644]
queue-4.20/btrfs-fix-fsync-of-files-with-multiple-hard-links-in-new-directories.patch [new file with mode: 0644]
queue-4.20/btrfs-run-delayed-items-before-dropping-the-snapshot.patch [new file with mode: 0644]
queue-4.20/btrfs-send-fix-race-with-transaction-commits-that-create-snapshots.patch [new file with mode: 0644]
queue-4.20/btrfs-skip-file_extent-generation-check-for-free_space_inode-in-run_delalloc_nocow.patch [new file with mode: 0644]
queue-4.20/cdc-acm-fix-abnormal-data-rx-issue-for-mediatek-preloader.patch [new file with mode: 0644]
queue-4.20/cgroup-fix-css_task_iter_procs.patch [new file with mode: 0644]
queue-4.20/clk-rockchip-fix-typo-in-rk3188-spdif_frac-parent.patch [new file with mode: 0644]
queue-4.20/clk-sunxi-ng-use-u64-for-calculation-of-nm-rate.patch [new file with mode: 0644]
queue-4.20/clocksource-drivers-arc_timer-utilize-generic-sched_clock.patch [new file with mode: 0644]
queue-4.20/crypto-cavium-nitrox-fix-a-dma-pool-free-failure.patch [new file with mode: 0644]
queue-4.20/crypto-cfb-fix-decryption.patch [new file with mode: 0644]
queue-4.20/crypto-chcr-small-packet-tx-stalls-the-queue.patch [new file with mode: 0644]
queue-4.20/crypto-testmgr-add-aes-cfb-tests.patch [new file with mode: 0644]
queue-4.20/drm-udl-get-rid-of-useless-vblank-initialization.patch [new file with mode: 0644]
queue-4.20/drm-v3d-skip-debugfs-dumping-gca-on-platforms-without-gca.patch [new file with mode: 0644]
queue-4.20/ext4-add-ext4_sb_bread-to-disambiguate-enomem-cases.patch [new file with mode: 0644]
queue-4.20/ext4-avoid-declaring-fs-inconsistent-due-to-invalid-file-handles.patch [new file with mode: 0644]
queue-4.20/ext4-check-for-shutdown-and-r-o-file-system-in-ext4_write_inode.patch [new file with mode: 0644]
queue-4.20/ext4-fix-ext4_ioc_group_add-ioctl.patch [new file with mode: 0644]
queue-4.20/ext4-fix-possible-use-after-free-in-ext4_quota_enable.patch [new file with mode: 0644]
queue-4.20/ext4-force-inode-writes-when-nfsd-calls-commit_metadata.patch [new file with mode: 0644]
queue-4.20/ext4-include-terminating-u32-in-size-of-xattr-entries-when-expanding-inodes.patch [new file with mode: 0644]
queue-4.20/ext4-missing-unlock-put_page-in-ext4_try_to_write_inline_data.patch [new file with mode: 0644]
queue-4.20/keys-fix-parsing-invalid-pkey-info-string.patch [new file with mode: 0644]
queue-4.20/ocxl-fix-endiannes-bug-in-ocxl_link_update_pe.patch [new file with mode: 0644]
queue-4.20/ocxl-fix-endiannes-bug-in-read_afu_name.patch [new file with mode: 0644]
queue-4.20/perf-env-also-consider-env-arch-null-as-local-operation.patch [new file with mode: 0644]
queue-4.20/perf-machine-record-if-a-arch-has-a-single-user-kernel-address-space.patch [new file with mode: 0644]
queue-4.20/perf-pmu-suppress-potential-format-truncation-warning.patch [new file with mode: 0644]
queue-4.20/perf-script-use-fallbacks-for-branch-stacks.patch [new file with mode: 0644]
queue-4.20/perf-thread-add-fallback-functions-for-cases-where-cpumode-is-insufficient.patch [new file with mode: 0644]
queue-4.20/perf-tools-use-fallback-for-sample_addr_correlates_sym-cases.patch [new file with mode: 0644]
queue-4.20/platform-msi-free-descriptors-in-platform_msi_domain_free.patch [new file with mode: 0644]
queue-4.20/powerpc-tm-set-msr-just-prior-to-recheckpoint.patch [new file with mode: 0644]
queue-4.20/powerpc-tm-unset-msr-if-not-recheckpointing.patch [new file with mode: 0644]
queue-4.20/series
queue-4.20/spi-bcm2835-avoid-finishing-transfer-prematurely-in-irq-mode.patch [new file with mode: 0644]
queue-4.20/spi-bcm2835-fix-book-keeping-of-dma-termination.patch [new file with mode: 0644]
queue-4.20/spi-bcm2835-fix-race-on-dma-termination.patch [new file with mode: 0644]