]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.16-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Aug 2025 13:03:58 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Aug 2025 13:03:58 +0000 (15:03 +0200)
commitb3582734ef9cb7b06224a4601db4627209740b52
treebb830f92add42e6a341ced2fc9d6b136e1f0234e
parent307421a0ae0ae8484be454a678a839b871536ed6
6.16-stable patches

added patches:
btrfs-fix-incorrect-log-message-for-nobarrier-mount-option.patch
btrfs-fix-printing-of-mount-info-messages-for-nodatacow-nodatasum.patch
btrfs-restore-mount-option-info-messages-during-mount.patch
btrfs-zoned-fix-write-time-activation-failure-for-metadata-block-group.patch
crypto-caam-prevent-crash-on-suspend-with-imx8qm-imx8ulp.patch
crypto-ccp-fix-snp-panic-notifier-unregistration.patch
crypto-hash-increase-hash_max_descsize-for-hmac-sha3-224-s390.patch
crypto-octeontx2-fix-address-alignment-issue-on-ucode-loading.patch
crypto-octeontx2-fix-address-alignment-on-cn10k-a0-a1-and-octeontx2.patch
crypto-octeontx2-fix-address-alignment-on-cn10kb-and-cn10ka-b0.patch
crypto-qat-flush-misc-workqueue-during-device-shutdown.patch
crypto-qat-lower-priority-for-skcipher-and-aead-algorithms.patch
crypto-x86-aegis-add-missing-error-checks.patch
crypto-x86-aegis-fix-sleeping-when-disallowed-on-preempt_rt.patch
ext4-check-fast-symlink-for-ea_inode-correctly.patch
ext4-don-t-try-to-clear-the-orphan_present-feature-block-device-is-r-o.patch
ext4-fix-fsmap-end-of-range-reporting-with-bigalloc.patch
ext4-fix-hole-length-calculation-overflow-in-non-extent-inodes.patch
ext4-fix-reserved-gdt-blocks-handling-in-fsmap.patch
ext4-preserve-sb_i_version-on-remount.patch
ext4-use-kmalloc_array-for-array-space-allocation.patch
ksmbd-extend-the-connection-limiting-mechanism-to-support-ipv6.patch
ksmbd-fix-refcount-leak-causing-resource-not-released.patch
lib-crypto-arm-poly1305-fix-register-corruption-in-no-simd-contexts.patch
lib-crypto-arm64-poly1305-fix-register-corruption-in-no-simd-contexts.patch
lib-crypto-mips-chacha-fix-clang-build-and-remove-unneeded-byteswap.patch
revert-vgacon-add-check-for-vc_origin-address-range-in-vgacon_scroll.patch
tracing-fprobe-event-sanitize-wildcard-for-fprobe-event-name.patch
29 files changed:
queue-6.16/btrfs-fix-incorrect-log-message-for-nobarrier-mount-option.patch [new file with mode: 0644]
queue-6.16/btrfs-fix-printing-of-mount-info-messages-for-nodatacow-nodatasum.patch [new file with mode: 0644]
queue-6.16/btrfs-restore-mount-option-info-messages-during-mount.patch [new file with mode: 0644]
queue-6.16/btrfs-zoned-fix-write-time-activation-failure-for-metadata-block-group.patch [new file with mode: 0644]
queue-6.16/crypto-caam-prevent-crash-on-suspend-with-imx8qm-imx8ulp.patch [new file with mode: 0644]
queue-6.16/crypto-ccp-fix-snp-panic-notifier-unregistration.patch [new file with mode: 0644]
queue-6.16/crypto-hash-increase-hash_max_descsize-for-hmac-sha3-224-s390.patch [new file with mode: 0644]
queue-6.16/crypto-octeontx2-fix-address-alignment-issue-on-ucode-loading.patch [new file with mode: 0644]
queue-6.16/crypto-octeontx2-fix-address-alignment-on-cn10k-a0-a1-and-octeontx2.patch [new file with mode: 0644]
queue-6.16/crypto-octeontx2-fix-address-alignment-on-cn10kb-and-cn10ka-b0.patch [new file with mode: 0644]
queue-6.16/crypto-qat-flush-misc-workqueue-during-device-shutdown.patch [new file with mode: 0644]
queue-6.16/crypto-qat-lower-priority-for-skcipher-and-aead-algorithms.patch [new file with mode: 0644]
queue-6.16/crypto-x86-aegis-add-missing-error-checks.patch [new file with mode: 0644]
queue-6.16/crypto-x86-aegis-fix-sleeping-when-disallowed-on-preempt_rt.patch [new file with mode: 0644]
queue-6.16/ext4-check-fast-symlink-for-ea_inode-correctly.patch [new file with mode: 0644]
queue-6.16/ext4-don-t-try-to-clear-the-orphan_present-feature-block-device-is-r-o.patch [new file with mode: 0644]
queue-6.16/ext4-fix-fsmap-end-of-range-reporting-with-bigalloc.patch [new file with mode: 0644]
queue-6.16/ext4-fix-hole-length-calculation-overflow-in-non-extent-inodes.patch [new file with mode: 0644]
queue-6.16/ext4-fix-reserved-gdt-blocks-handling-in-fsmap.patch [new file with mode: 0644]
queue-6.16/ext4-preserve-sb_i_version-on-remount.patch [new file with mode: 0644]
queue-6.16/ext4-use-kmalloc_array-for-array-space-allocation.patch [new file with mode: 0644]
queue-6.16/ksmbd-extend-the-connection-limiting-mechanism-to-support-ipv6.patch [new file with mode: 0644]
queue-6.16/ksmbd-fix-refcount-leak-causing-resource-not-released.patch [new file with mode: 0644]
queue-6.16/lib-crypto-arm-poly1305-fix-register-corruption-in-no-simd-contexts.patch [new file with mode: 0644]
queue-6.16/lib-crypto-arm64-poly1305-fix-register-corruption-in-no-simd-contexts.patch [new file with mode: 0644]
queue-6.16/lib-crypto-mips-chacha-fix-clang-build-and-remove-unneeded-byteswap.patch [new file with mode: 0644]
queue-6.16/revert-vgacon-add-check-for-vc_origin-address-range-in-vgacon_scroll.patch [new file with mode: 0644]
queue-6.16/series
queue-6.16/tracing-fprobe-event-sanitize-wildcard-for-fprobe-event-name.patch [new file with mode: 0644]