]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.5-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Feb 2020 16:41:07 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Feb 2020 16:41:07 +0000 (17:41 +0100)
commitf443a0741a864f90eb88955a4051f2d044185594
treed62e52e503e20d7fdaed43e1de47aefef4c30ae3
parent4f18a33be10046c988ddb5a09c57e6a737837a70
5.5-stable patches

added patches:
bpf-devmap-pass-lockdep-expression-to-rcu-lists.patch
btrfs-fix-improper-setting-of-scanned-for-range-cyclic-write-cache-pages.patch
btrfs-handle-another-split-brain-scenario-with-metadata-uuid-feature.patch
crypto-amlogic-fix-removal-of-module.patch
crypto-api-fix-race-condition-in-crypto_spawn_alg.patch
crypto-api-fix-unexpectedly-getting-generic-implementation.patch
crypto-arm64-ghash-neon-bump-priority-to-150.patch
crypto-atmel-aes-fix-counter-overflow-in-ctr-mode.patch
crypto-ccp-set-max-rsa-modulus-size-for-v3-platform-devices-as-well.patch
crypto-hisilicon-fix-issue-with-wrong-number-of-sg-elements-after-dma-map.patch
crypto-hisilicon-select-crypto_skcipher-not-crypto_blkcipher.patch
crypto-hisilicon-use-the-offset-fields-in-sqe-to-avoid-need-to-split-scatterlists.patch
crypto-pcrypt-do-not-clear-may_sleep-flag-in-original-request.patch
crypto-picoxcell-adjust-the-position-of-tasklet_init-and-fix-missed-tasklet_kill.patch
crypto-sun8i-ce-fix-removal-of-module.patch
crypto-sun8i-ss-fix-removal-of-module.patch
flow_dissector-fix-to-use-new-variables-for-port-ranges-in-bpf-hook.patch
libbpf-add-missing-newline-in-opts-validation-macro.patch
libbpf-don-t-attach-perf_buffer-to-offline-missing-cpus.patch
libbpf-fix-printf-compilation-warnings-on-ppc64le-arch.patch
libbpf-fix-readelf-output-parsing-for-fedora.patch
libbpf-fix-realloc-usage-in-bpf_core_find_cands.patch
riscv-bpf-fix-broken-bpf-tail-calls.patch
samples-bpf-don-t-try-to-remove-user-s-homedir-on-clean.patch
samples-bpf-reintroduce-missed-build-targets.patch
samples-bpf-xdp_redirect_cpu-fix-missing-tracepoint-attach.patch
selftests-bpf-fix-perf_buffer-test-on-systems-w-offline-cpus.patch
selftests-bpf-fix-test_attach_probe.patch
selftests-bpf-ignore-fin-packets-for-reuseport-tests.patch
selftests-bpf-skip-perf-hw-events-test-if-the-setup-disabled-it.patch
selftests-bpf-use-a-temporary-file-in-test_sockmap.patch
tc-testing-fix-ebpf-tests-failure-on-linux-fresh-clones.patch
33 files changed:
queue-5.5/bpf-devmap-pass-lockdep-expression-to-rcu-lists.patch [new file with mode: 0644]
queue-5.5/btrfs-fix-improper-setting-of-scanned-for-range-cyclic-write-cache-pages.patch [new file with mode: 0644]
queue-5.5/btrfs-handle-another-split-brain-scenario-with-metadata-uuid-feature.patch [new file with mode: 0644]
queue-5.5/crypto-amlogic-fix-removal-of-module.patch [new file with mode: 0644]
queue-5.5/crypto-api-fix-race-condition-in-crypto_spawn_alg.patch [new file with mode: 0644]
queue-5.5/crypto-api-fix-unexpectedly-getting-generic-implementation.patch [new file with mode: 0644]
queue-5.5/crypto-arm64-ghash-neon-bump-priority-to-150.patch [new file with mode: 0644]
queue-5.5/crypto-atmel-aes-fix-counter-overflow-in-ctr-mode.patch [new file with mode: 0644]
queue-5.5/crypto-ccp-set-max-rsa-modulus-size-for-v3-platform-devices-as-well.patch [new file with mode: 0644]
queue-5.5/crypto-hisilicon-fix-issue-with-wrong-number-of-sg-elements-after-dma-map.patch [new file with mode: 0644]
queue-5.5/crypto-hisilicon-select-crypto_skcipher-not-crypto_blkcipher.patch [new file with mode: 0644]
queue-5.5/crypto-hisilicon-use-the-offset-fields-in-sqe-to-avoid-need-to-split-scatterlists.patch [new file with mode: 0644]
queue-5.5/crypto-pcrypt-do-not-clear-may_sleep-flag-in-original-request.patch [new file with mode: 0644]
queue-5.5/crypto-picoxcell-adjust-the-position-of-tasklet_init-and-fix-missed-tasklet_kill.patch [new file with mode: 0644]
queue-5.5/crypto-sun8i-ce-fix-removal-of-module.patch [new file with mode: 0644]
queue-5.5/crypto-sun8i-ss-fix-removal-of-module.patch [new file with mode: 0644]
queue-5.5/flow_dissector-fix-to-use-new-variables-for-port-ranges-in-bpf-hook.patch [new file with mode: 0644]
queue-5.5/libbpf-add-missing-newline-in-opts-validation-macro.patch [new file with mode: 0644]
queue-5.5/libbpf-don-t-attach-perf_buffer-to-offline-missing-cpus.patch [new file with mode: 0644]
queue-5.5/libbpf-fix-printf-compilation-warnings-on-ppc64le-arch.patch [new file with mode: 0644]
queue-5.5/libbpf-fix-readelf-output-parsing-for-fedora.patch [new file with mode: 0644]
queue-5.5/libbpf-fix-realloc-usage-in-bpf_core_find_cands.patch [new file with mode: 0644]
queue-5.5/riscv-bpf-fix-broken-bpf-tail-calls.patch [new file with mode: 0644]
queue-5.5/samples-bpf-don-t-try-to-remove-user-s-homedir-on-clean.patch [new file with mode: 0644]
queue-5.5/samples-bpf-reintroduce-missed-build-targets.patch [new file with mode: 0644]
queue-5.5/samples-bpf-xdp_redirect_cpu-fix-missing-tracepoint-attach.patch [new file with mode: 0644]
queue-5.5/selftests-bpf-fix-perf_buffer-test-on-systems-w-offline-cpus.patch [new file with mode: 0644]
queue-5.5/selftests-bpf-fix-test_attach_probe.patch [new file with mode: 0644]
queue-5.5/selftests-bpf-ignore-fin-packets-for-reuseport-tests.patch [new file with mode: 0644]
queue-5.5/selftests-bpf-skip-perf-hw-events-test-if-the-setup-disabled-it.patch [new file with mode: 0644]
queue-5.5/selftests-bpf-use-a-temporary-file-in-test_sockmap.patch [new file with mode: 0644]
queue-5.5/series
queue-5.5/tc-testing-fix-ebpf-tests-failure-on-linux-fresh-clones.patch [new file with mode: 0644]