]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.3-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Jun 2023 12:37:04 +0000 (14:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Jun 2023 12:37:04 +0000 (14:37 +0200)
commitc0d3c3b08703702c8b476650692b0e26f2d02d24
treee448fc2e561a7c23390d65bf6d8b4fd29832f65b
parentdfcf68c3e7f4d2a1044c51be8b979ed11830dd03
6.3-stable patches

added patches:
dmaengine-at_hdmac-extend-the-flow-controller-bitfield-to-three-bits.patch
dmaengine-at_hdmac-repair-bitfield-macros-for-peripheral-id-handling.patch
ext4-add-ea_inode-checking-to-ext4_iget.patch
ext4-add-lockdep-annotations-for-i_data_sem-for-ea_inode-s.patch
ext4-disallow-ea_inodes-with-extended-attributes.patch
ext4-set-lockdep-subclass-for-the-ea_inode-in-ext4_xattr_inode_cache_find.patch
fbcon-fix-null-ptr-deref-in-soft_cursor.patch
io_uring-undeprecate-epoll_ctl-support.patch
ksmbd-fix-credit-count-leakage.patch
ksmbd-fix-incorrect-allocationsize-set-in-smb2_get_info.patch
ksmbd-fix-multiple-out-of-bounds-read-during-context-decoding.patch
ksmbd-fix-slab-out-of-bounds-read-in-smb2_handle_negotiate.patch
ksmbd-fix-uaf-issue-from-opinfo-conn.patch
kvm-arm64-drop-last-page-ref-in-kvm_pgtable_stage2_free_removed.patch
kvm-arm64-populate-fault-info-for-watchpoint.patch
kvm-x86-account-fastpath-only-vm-exits-in-vcpu-stats.patch
kvm-x86-bail-from-kvm_recalculate_phys_map-if-x2apic-id-is-out-of-bounds.patch
kvm-x86-mmu-grab-memslot-for-correct-address-space-in-nx-recovery-worker.patch
mptcp-fix-active-subflow-finalization.patch
mptcp-fix-connect-timeout-handling.patch
mtdchar-mark-bits-of-ioctl-handler-noinline.patch
powerpc-xmon-use-ksym_name_len-in-array-size.patch
riscv-perf-fix-callchain-parse-error-with-kernel-tracepoint-events.patch
selftests-mptcp-connect-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-diag-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-join-avoid-using-cmp-bytes.patch
selftests-mptcp-join-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-pm-nl-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-simult-flows-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-sockopt-skip-if-mptcp-is-not-supported.patch
selftests-mptcp-userspace-pm-skip-if-mptcp-is-not-supported.patch
selinux-don-t-use-make-s-grouped-targets-feature-yet.patch
serial-8250_tegra-fix-an-error-handling-path-in-tegra_uart_probe.patch
serial-cpm_uart-fix-a-compile_test-dependency.patch
test_firmware-fix-a-memory-leak-with-reqs-buffer.patch
test_firmware-fix-the-memory-leak-of-the-allocated-firmware-buffer.patch
test_firmware-prevent-race-conditions-by-a-correct-implementation-of-locking.patch
tracing-histograms-allow-variables-to-have-some-modifiers.patch
tracing-probe-trace_probe_primary_from_call-checked-list_first_entry.patch
tracing-timerlat-always-wakeup-the-timerlat-thread.patch
41 files changed:
queue-6.3/dmaengine-at_hdmac-extend-the-flow-controller-bitfield-to-three-bits.patch [new file with mode: 0644]
queue-6.3/dmaengine-at_hdmac-repair-bitfield-macros-for-peripheral-id-handling.patch [new file with mode: 0644]
queue-6.3/ext4-add-ea_inode-checking-to-ext4_iget.patch [new file with mode: 0644]
queue-6.3/ext4-add-lockdep-annotations-for-i_data_sem-for-ea_inode-s.patch [new file with mode: 0644]
queue-6.3/ext4-disallow-ea_inodes-with-extended-attributes.patch [new file with mode: 0644]
queue-6.3/ext4-set-lockdep-subclass-for-the-ea_inode-in-ext4_xattr_inode_cache_find.patch [new file with mode: 0644]
queue-6.3/fbcon-fix-null-ptr-deref-in-soft_cursor.patch [new file with mode: 0644]
queue-6.3/io_uring-undeprecate-epoll_ctl-support.patch [new file with mode: 0644]
queue-6.3/ksmbd-fix-credit-count-leakage.patch [new file with mode: 0644]
queue-6.3/ksmbd-fix-incorrect-allocationsize-set-in-smb2_get_info.patch [new file with mode: 0644]
queue-6.3/ksmbd-fix-multiple-out-of-bounds-read-during-context-decoding.patch [new file with mode: 0644]
queue-6.3/ksmbd-fix-slab-out-of-bounds-read-in-smb2_handle_negotiate.patch [new file with mode: 0644]
queue-6.3/ksmbd-fix-uaf-issue-from-opinfo-conn.patch [new file with mode: 0644]
queue-6.3/kvm-arm64-drop-last-page-ref-in-kvm_pgtable_stage2_free_removed.patch [new file with mode: 0644]
queue-6.3/kvm-arm64-populate-fault-info-for-watchpoint.patch [new file with mode: 0644]
queue-6.3/kvm-x86-account-fastpath-only-vm-exits-in-vcpu-stats.patch [new file with mode: 0644]
queue-6.3/kvm-x86-bail-from-kvm_recalculate_phys_map-if-x2apic-id-is-out-of-bounds.patch [new file with mode: 0644]
queue-6.3/kvm-x86-mmu-grab-memslot-for-correct-address-space-in-nx-recovery-worker.patch [new file with mode: 0644]
queue-6.3/mptcp-fix-active-subflow-finalization.patch [new file with mode: 0644]
queue-6.3/mptcp-fix-connect-timeout-handling.patch [new file with mode: 0644]
queue-6.3/mtdchar-mark-bits-of-ioctl-handler-noinline.patch [new file with mode: 0644]
queue-6.3/powerpc-xmon-use-ksym_name_len-in-array-size.patch [new file with mode: 0644]
queue-6.3/riscv-perf-fix-callchain-parse-error-with-kernel-tracepoint-events.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-connect-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-diag-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-join-avoid-using-cmp-bytes.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-join-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-pm-nl-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-simult-flows-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-sockopt-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selftests-mptcp-userspace-pm-skip-if-mptcp-is-not-supported.patch [new file with mode: 0644]
queue-6.3/selinux-don-t-use-make-s-grouped-targets-feature-yet.patch [new file with mode: 0644]
queue-6.3/serial-8250_tegra-fix-an-error-handling-path-in-tegra_uart_probe.patch [new file with mode: 0644]
queue-6.3/serial-cpm_uart-fix-a-compile_test-dependency.patch [new file with mode: 0644]
queue-6.3/series
queue-6.3/test_firmware-fix-a-memory-leak-with-reqs-buffer.patch [new file with mode: 0644]
queue-6.3/test_firmware-fix-the-memory-leak-of-the-allocated-firmware-buffer.patch [new file with mode: 0644]
queue-6.3/test_firmware-prevent-race-conditions-by-a-correct-implementation-of-locking.patch [new file with mode: 0644]
queue-6.3/tracing-histograms-allow-variables-to-have-some-modifiers.patch [new file with mode: 0644]
queue-6.3/tracing-probe-trace_probe_primary_from_call-checked-list_first_entry.patch [new file with mode: 0644]
queue-6.3/tracing-timerlat-always-wakeup-the-timerlat-thread.patch [new file with mode: 0644]