]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2019 20:00:21 +0000 (22:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2019 20:00:21 +0000 (22:00 +0200)
commit50d080d4b52744ab53c9efefc11413e5c65211e1
treee8eb5b2b61ceebbd242b3bda1ce1d90e713a2151
parentde8b2a6a56cf14316c046e8b87b9a1dd654b63c8
4.14-stable patches

added patches:
bpf-do-not-restore-dst_reg-when-cur_state-is-freed.patch
bpf-enable-access-to-ax-register-also-from-verifier-rewrite.patch
bpf-fix-check_map_access-smin_value-test-when-pointer-contains-offset.patch
bpf-fix-inner-map-masking-to-prevent-oob-under-speculation.patch
bpf-fix-sanitation-of-alu-op-with-pointer-scalar-type-from-different-paths.patch
bpf-fix-sanitation-rewrite-in-case-of-non-pointers.patch
bpf-fix-selftests-are-changes-for-cve-2019-7308.patch
bpf-fix-stack-state-printing-in-verifier-log.patch
bpf-fix-verifier-memory-leaks.patch
bpf-fix-verifier-null-pointer-dereference.patch
bpf-move-prev_-insn_idx-into-verifier-env.patch
bpf-move-tmp-variable-into-ax-register-in-interpreter.patch
bpf-prevent-out-of-bounds-speculation-on-pointer-arithmetic.patch
bpf-reduce-verifier-memory-consumption.patch
bpf-restrict-map-value-pointer-arithmetic-for-unprivileged.patch
bpf-restrict-stack-pointer-arithmetic-for-unprivileged.patch
bpf-restrict-unknown-scalars-of-mixed-signed-bounds-for-unprivileged.patch
tools-include-adopt-linux-bits.h.patch
19 files changed:
queue-4.14/bpf-do-not-restore-dst_reg-when-cur_state-is-freed.patch [new file with mode: 0644]
queue-4.14/bpf-enable-access-to-ax-register-also-from-verifier-rewrite.patch [new file with mode: 0644]
queue-4.14/bpf-fix-check_map_access-smin_value-test-when-pointer-contains-offset.patch [new file with mode: 0644]
queue-4.14/bpf-fix-inner-map-masking-to-prevent-oob-under-speculation.patch [new file with mode: 0644]
queue-4.14/bpf-fix-sanitation-of-alu-op-with-pointer-scalar-type-from-different-paths.patch [new file with mode: 0644]
queue-4.14/bpf-fix-sanitation-rewrite-in-case-of-non-pointers.patch [new file with mode: 0644]
queue-4.14/bpf-fix-selftests-are-changes-for-cve-2019-7308.patch [new file with mode: 0644]
queue-4.14/bpf-fix-stack-state-printing-in-verifier-log.patch [new file with mode: 0644]
queue-4.14/bpf-fix-verifier-memory-leaks.patch [new file with mode: 0644]
queue-4.14/bpf-fix-verifier-null-pointer-dereference.patch [new file with mode: 0644]
queue-4.14/bpf-move-prev_-insn_idx-into-verifier-env.patch [new file with mode: 0644]
queue-4.14/bpf-move-tmp-variable-into-ax-register-in-interpreter.patch [new file with mode: 0644]
queue-4.14/bpf-prevent-out-of-bounds-speculation-on-pointer-arithmetic.patch [new file with mode: 0644]
queue-4.14/bpf-reduce-verifier-memory-consumption.patch [new file with mode: 0644]
queue-4.14/bpf-restrict-map-value-pointer-arithmetic-for-unprivileged.patch [new file with mode: 0644]
queue-4.14/bpf-restrict-stack-pointer-arithmetic-for-unprivileged.patch [new file with mode: 0644]
queue-4.14/bpf-restrict-unknown-scalars-of-mixed-signed-bounds-for-unprivileged.patch [new file with mode: 0644]
queue-4.14/series
queue-4.14/tools-include-adopt-linux-bits.h.patch [new file with mode: 0644]