]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 05:01:48 +0000 (10:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 05:01:48 +0000 (10:31 +0530)
commit30fbab7f29e54d10f720bfdffc01bde5866a92bf
tree1c8b1adb2bc5909993d353b77baa2b1ce6f56078
parent006bc7221113d507e11c84733d5af830deed2597
6.6-stable patches

added patches:
af_unix-cache-state-msg-in-unix_stream_read_generic.patch
af_unix-fix-uaf-read-of-tail-len-in-unix_stream_data_wait.patch
arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch
bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch
bluetooth-hci_qca-migrate-to-serdev-specific-shutdown-function.patch
ice-fix-vf-queue-configuration-with-low-mtu-values.patch
iio-adc-npcm-convert-to-platform-remove-callback-returning-void.patch
iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
ipv6-addrconf-annotate-data-races-around-devconf-fields-ii.patch
ipv6-ioam-add-null-check-for-idev-in-ipv6_hop_ioam.patch
mm-damon-sysfs-schemes-delete-tried-region-in-regions_rmdirs.patch
mm-memory-fix-spurious-warning-when-unmapping-device-private-exclusive-pages.patch
mptcp-cleanup-fallback-dummy-mapping-generation.patch
mptcp-do-not-drop-partial-packets.patch
mptcp-handle-first-subflow-closing-consistently.patch
mptcp-introduce-the-mptcp_init_skb-helper.patch
mptcp-pm-fix-add_addr-timer-infinite-retry-on-option-space-insufficient.patch
mptcp-reset-rcv-wnd-on-disconnect.patch
mptcp-use-plain-bool-instead-of-custom-binary-enum.patch
net-hsr-defer-node-table-free-until-after-rcu-readers.patch
octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch
octeontx2-af-replace-deprecated-strncpy-with-strscpy.patch
octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch
platform-x86-intel-vsec-fix-enable_cnt-imbalance-on-pcie-error-recovery.patch
rxrpc-fix-data-decrypt-vs-splice-by-copying-data-to-buffer-in-recvmsg.patch
rxrpc-fix-response-packet-verification-to-extract-skb-to-a-linear-buffer.patch
selftests-mptcp-drop-nanoseconds-width-specifier.patch
serdev-make-serdev_bus_type-const.patch
serdev-provide-a-bustype-shutdown-function.patch
30 files changed:
queue-6.6/af_unix-cache-state-msg-in-unix_stream_read_generic.patch [new file with mode: 0644]
queue-6.6/af_unix-fix-uaf-read-of-tail-len-in-unix_stream_data_wait.patch [new file with mode: 0644]
queue-6.6/arm64-tlb-flush-walk-cache-when-unsharing-pmd-tables.patch [new file with mode: 0644]
queue-6.6/bluetooth-hci_qca-convert-timeout-from-jiffies-to-ms.patch [new file with mode: 0644]
queue-6.6/bluetooth-hci_qca-migrate-to-serdev-specific-shutdown-function.patch [new file with mode: 0644]
queue-6.6/ice-fix-vf-queue-configuration-with-low-mtu-values.patch [new file with mode: 0644]
queue-6.6/iio-adc-npcm-convert-to-platform-remove-callback-returning-void.patch [new file with mode: 0644]
queue-6.6/iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch [new file with mode: 0644]
queue-6.6/ipv6-addrconf-annotate-data-races-around-devconf-fields-ii.patch [new file with mode: 0644]
queue-6.6/ipv6-ioam-add-null-check-for-idev-in-ipv6_hop_ioam.patch [new file with mode: 0644]
queue-6.6/mm-damon-sysfs-schemes-delete-tried-region-in-regions_rmdirs.patch [new file with mode: 0644]
queue-6.6/mm-memory-fix-spurious-warning-when-unmapping-device-private-exclusive-pages.patch [new file with mode: 0644]
queue-6.6/mptcp-cleanup-fallback-dummy-mapping-generation.patch [new file with mode: 0644]
queue-6.6/mptcp-do-not-drop-partial-packets.patch [new file with mode: 0644]
queue-6.6/mptcp-handle-first-subflow-closing-consistently.patch [new file with mode: 0644]
queue-6.6/mptcp-introduce-the-mptcp_init_skb-helper.patch [new file with mode: 0644]
queue-6.6/mptcp-pm-fix-add_addr-timer-infinite-retry-on-option-space-insufficient.patch [new file with mode: 0644]
queue-6.6/mptcp-reset-rcv-wnd-on-disconnect.patch [new file with mode: 0644]
queue-6.6/mptcp-use-plain-bool-instead-of-custom-binary-enum.patch [new file with mode: 0644]
queue-6.6/net-hsr-defer-node-table-free-until-after-rcu-readers.patch [new file with mode: 0644]
queue-6.6/octeontx2-af-cgx-add-bounds-check-to-cgx_speed_mbps-index.patch [new file with mode: 0644]
queue-6.6/octeontx2-af-replace-deprecated-strncpy-with-strscpy.patch [new file with mode: 0644]
queue-6.6/octeontx2-pf-avoid-double-free-of-pool-stack-on-aq-init-failure.patch [new file with mode: 0644]
queue-6.6/platform-x86-intel-vsec-fix-enable_cnt-imbalance-on-pcie-error-recovery.patch [new file with mode: 0644]
queue-6.6/rxrpc-fix-data-decrypt-vs-splice-by-copying-data-to-buffer-in-recvmsg.patch [new file with mode: 0644]
queue-6.6/rxrpc-fix-response-packet-verification-to-extract-skb-to-a-linear-buffer.patch [new file with mode: 0644]
queue-6.6/selftests-mptcp-drop-nanoseconds-width-specifier.patch [new file with mode: 0644]
queue-6.6/serdev-make-serdev_bus_type-const.patch [new file with mode: 0644]
queue-6.6/serdev-provide-a-bustype-shutdown-function.patch [new file with mode: 0644]
queue-6.6/series