]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jul 2026 15:24:12 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jul 2026 15:24:12 +0000 (17:24 +0200)
commit1fb2eeb5fa112197f84093c6ee0316359aeae90d
tree926b892754cfc3e86e503cbf604e10256aaae3ad
parentb63ffb0fc2386c7b91a51b353659cf5c504e65d5
5.15-stable patches

added patches:
can-bcm-add-missing-rcu-list-annotations-and-operations.patch
can-bcm-fix-lockless-bound-ifindex-race-and-silent-rx_setup-failure.patch
can-isotp-use-unconditional-synchronize_rcu-in-isotp_release.patch
dm-bufio-fix-wrong-count-calculation-in-dm_bufio_issue_discard.patch
dm-era-fix-out-of-bounds-memory-access-for-non-zero-start-sector.patch
dm-log-fix-a-bitset_size-overflow-on-32bit-machines.patch
dm-stats-fix-dm_jiffies_to_msec64.patch
dm-stats-fix-merge-accounting.patch
dm-thin-metadata-fix-metadata-snapshot-consistency-on-commit-failure.patch
dm-thin-metadata-fix-superblock-refcount-leak-on-snapshot-shadow-failure.patch
dm-verity-increase-sprintf-buffer-size.patch
dm_early_create-fix-freeing-used-table-on-dm_resume-failure.patch
hwmon-ltc2992-add-missing-select-regmap_i2c-to-kconfig.patch
i2c-mediatek-fix-wrrd-for-socs-without-auto_restart-option.patch
i2c-mlxbf-fix-use-after-free-in-mlxbf_i2c_init_resource.patch
irqchip-crossbar-use-correct-index-in-crossbar_domain_free.patch
mtd-maps-vmu-flash-fix-null-pointer-dereference-in-initialization.patch
net-sparx5-unregister-blocking-notifier-on-init-failure.patch
nvmet-rdma-handle-inline-data-with-a-nonzero-offset.patch
scsi-elx-efct-fix-i-o-leak-on-unsupported-additional-cdb.patch
scsi-elx-efct-fix-refcount-leak-in-efct_hw_io_abort.patch
scsi-hpsa-fix-dma-mapping-leak-on-ioaccel2-reset-path.patch
scsi-sg-report-request-table-problems-when-any-status-is-set.patch
scsi-target-bound-pr-out-transportid-parsing-to-the-received-buffer.patch
scsi-target-core-fix-iscsi-isid-use-after-free-in-register-and-move.patch
scsi-xen-scsiback-free-the-command-tag-on-the-tmr-submit-failure-path.patch
scsi-xen-scsiback-free-unsubmitted-command-instead-of-double-putting-it.patch
sctp-validate-stale_cookie-cause-length-before-reading-staleness.patch
spi-uniphier-fix-completion-initialization-order-before-devm_request_irq.patch
time-fix-off-by-one-in-compat-settimeofday-usec-validation.patch
tpm-fix-event_size-output-in-tpm1_binary_bios_measurements_show.patch
tpm-make-the-tpm-character-devices-non-seekable.patch
xen-gntdev-fix-error-handling-in-ioctl.patch
xfrm-use-compat-translator-only-for-u64-alignment-mismatch.patch
xfrm-xfrm_interface-require-cap_net_admin-in-the-device-netns-for-changelink.patch
36 files changed:
queue-5.15/can-bcm-add-missing-rcu-list-annotations-and-operations.patch [new file with mode: 0644]
queue-5.15/can-bcm-fix-lockless-bound-ifindex-race-and-silent-rx_setup-failure.patch [new file with mode: 0644]
queue-5.15/can-isotp-use-unconditional-synchronize_rcu-in-isotp_release.patch [new file with mode: 0644]
queue-5.15/dm-bufio-fix-wrong-count-calculation-in-dm_bufio_issue_discard.patch [new file with mode: 0644]
queue-5.15/dm-era-fix-out-of-bounds-memory-access-for-non-zero-start-sector.patch [new file with mode: 0644]
queue-5.15/dm-log-fix-a-bitset_size-overflow-on-32bit-machines.patch [new file with mode: 0644]
queue-5.15/dm-stats-fix-dm_jiffies_to_msec64.patch [new file with mode: 0644]
queue-5.15/dm-stats-fix-merge-accounting.patch [new file with mode: 0644]
queue-5.15/dm-thin-metadata-fix-metadata-snapshot-consistency-on-commit-failure.patch [new file with mode: 0644]
queue-5.15/dm-thin-metadata-fix-superblock-refcount-leak-on-snapshot-shadow-failure.patch [new file with mode: 0644]
queue-5.15/dm-verity-increase-sprintf-buffer-size.patch [new file with mode: 0644]
queue-5.15/dm_early_create-fix-freeing-used-table-on-dm_resume-failure.patch [new file with mode: 0644]
queue-5.15/hwmon-ltc2992-add-missing-select-regmap_i2c-to-kconfig.patch [new file with mode: 0644]
queue-5.15/i2c-mediatek-fix-wrrd-for-socs-without-auto_restart-option.patch [new file with mode: 0644]
queue-5.15/i2c-mlxbf-fix-use-after-free-in-mlxbf_i2c_init_resource.patch [new file with mode: 0644]
queue-5.15/irqchip-crossbar-use-correct-index-in-crossbar_domain_free.patch [new file with mode: 0644]
queue-5.15/mtd-maps-vmu-flash-fix-null-pointer-dereference-in-initialization.patch [new file with mode: 0644]
queue-5.15/net-sparx5-unregister-blocking-notifier-on-init-failure.patch [new file with mode: 0644]
queue-5.15/nvmet-rdma-handle-inline-data-with-a-nonzero-offset.patch [new file with mode: 0644]
queue-5.15/scsi-elx-efct-fix-i-o-leak-on-unsupported-additional-cdb.patch [new file with mode: 0644]
queue-5.15/scsi-elx-efct-fix-refcount-leak-in-efct_hw_io_abort.patch [new file with mode: 0644]
queue-5.15/scsi-hpsa-fix-dma-mapping-leak-on-ioaccel2-reset-path.patch [new file with mode: 0644]
queue-5.15/scsi-sg-report-request-table-problems-when-any-status-is-set.patch [new file with mode: 0644]
queue-5.15/scsi-target-bound-pr-out-transportid-parsing-to-the-received-buffer.patch [new file with mode: 0644]
queue-5.15/scsi-target-core-fix-iscsi-isid-use-after-free-in-register-and-move.patch [new file with mode: 0644]
queue-5.15/scsi-xen-scsiback-free-the-command-tag-on-the-tmr-submit-failure-path.patch [new file with mode: 0644]
queue-5.15/scsi-xen-scsiback-free-unsubmitted-command-instead-of-double-putting-it.patch [new file with mode: 0644]
queue-5.15/sctp-validate-stale_cookie-cause-length-before-reading-staleness.patch [new file with mode: 0644]
queue-5.15/series
queue-5.15/spi-uniphier-fix-completion-initialization-order-before-devm_request_irq.patch [new file with mode: 0644]
queue-5.15/time-fix-off-by-one-in-compat-settimeofday-usec-validation.patch [new file with mode: 0644]
queue-5.15/tpm-fix-event_size-output-in-tpm1_binary_bios_measurements_show.patch [new file with mode: 0644]
queue-5.15/tpm-make-the-tpm-character-devices-non-seekable.patch [new file with mode: 0644]
queue-5.15/xen-gntdev-fix-error-handling-in-ioctl.patch [new file with mode: 0644]
queue-5.15/xfrm-use-compat-translator-only-for-u64-alignment-mismatch.patch [new file with mode: 0644]
queue-5.15/xfrm-xfrm_interface-require-cap_net_admin-in-the-device-netns-for-changelink.patch [new file with mode: 0644]