]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jun 2021 14:48:33 +0000 (16:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jun 2021 14:48:33 +0000 (16:48 +0200)
commit7b844722384d840175d508d760174be462fc2c50
treef484bb54f23ac454af49e13aba5a9b8cd950d5e8
parent20256c8ca07ca18b4ac60a0bce26c36f192dbda3
4.14-stable patches

added patches:
bpf-do-not-allow-root-to-mangle-valid-pointers.patch
bpf-ensure-off_reg-has-no-mixed-signed-bounds-for-all-types.patch
bpf-fix-leakage-of-uninitialized-bpf-stack-under-speculation.patch
bpf-fix-mask-direction-swap-upon-off-reg-sign-change.patch
bpf-improve-verifier-error-messages-for-users.patch
bpf-move-off_reg-into-sanitize_ptr_alu.patch
bpf-move-sanitize_val_alu-out-of-op-switch.patch
bpf-no-need-to-simulate-speculative-domain-for-immediates.patch
bpf-refactor-and-streamline-bounds-check-into-helper.patch
bpf-rework-ptr_limit-into-alu_limit-and-add-common-error-path.patch
bpf-selftests-fix-up-some-test_verifier-cases-for-unprivileged.patch
bpf-tighten-speculative-pointer-arithmetic-mask.patch
bpf-update-selftests-to-reflect-new-error-states.patch
bpf-verifier-disallow-pointer-subtraction.patch
bpf-wrap-aux-data-inside-bpf_sanitize_info-container.patch
selftests-bpf-fix-test_align.patch
selftests-bpf-make-dubious-pointer-arithmetic-test-useful.patch
18 files changed:
queue-4.14/bpf-do-not-allow-root-to-mangle-valid-pointers.patch [new file with mode: 0644]
queue-4.14/bpf-ensure-off_reg-has-no-mixed-signed-bounds-for-all-types.patch [new file with mode: 0644]
queue-4.14/bpf-fix-leakage-of-uninitialized-bpf-stack-under-speculation.patch [new file with mode: 0644]
queue-4.14/bpf-fix-mask-direction-swap-upon-off-reg-sign-change.patch [new file with mode: 0644]
queue-4.14/bpf-improve-verifier-error-messages-for-users.patch [new file with mode: 0644]
queue-4.14/bpf-move-off_reg-into-sanitize_ptr_alu.patch [new file with mode: 0644]
queue-4.14/bpf-move-sanitize_val_alu-out-of-op-switch.patch [new file with mode: 0644]
queue-4.14/bpf-no-need-to-simulate-speculative-domain-for-immediates.patch [new file with mode: 0644]
queue-4.14/bpf-refactor-and-streamline-bounds-check-into-helper.patch [new file with mode: 0644]
queue-4.14/bpf-rework-ptr_limit-into-alu_limit-and-add-common-error-path.patch [new file with mode: 0644]
queue-4.14/bpf-selftests-fix-up-some-test_verifier-cases-for-unprivileged.patch [new file with mode: 0644]
queue-4.14/bpf-tighten-speculative-pointer-arithmetic-mask.patch [new file with mode: 0644]
queue-4.14/bpf-update-selftests-to-reflect-new-error-states.patch [new file with mode: 0644]
queue-4.14/bpf-verifier-disallow-pointer-subtraction.patch [new file with mode: 0644]
queue-4.14/bpf-wrap-aux-data-inside-bpf_sanitize_info-container.patch [new file with mode: 0644]
queue-4.14/selftests-bpf-fix-test_align.patch [new file with mode: 0644]
queue-4.14/selftests-bpf-make-dubious-pointer-arithmetic-test-useful.patch [new file with mode: 0644]
queue-4.14/series