]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2024 07:57:35 +0000 (09:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2024 07:57:35 +0000 (09:57 +0200)
commit77b36df7e1ebdd7d25f89b5fedb1cd4950408a76
tree6d1b62175968d3e748519cb192394340d60f5280
parentae586d69b428d74d9ee8472a8fc5a80df87739e0
6.10-stable patches

added patches:
af_packet-handle-outgoing-vlan-packets-without-hardware-offloading.patch
ata-libata-scsi-do-not-overwrite-valid-sense-data-when-ck_cond-1.patch
ata-libata-scsi-fix-offsets-for-the-fixed-format-sense-data.patch
ata-libata-scsi-honor-the-d_sense-bit-for-ck_cond-1-and-no-error.patch
btrfs-fix-extent-map-use-after-free-when-adding-pages-to-compressed-bio.patch
char-tpm-fix-possible-memory-leak-in-tpm_bios_measurements_open.patch
drm-gma500-fix-null-pointer-dereference-in-cdv_intel_lvds_get_modes.patch
drm-gma500-fix-null-pointer-dereference-in-psb_intel_lvds_get_modes.patch
drm-xe-use-write-back-caching-mode-for-system-memory-on-dgfx.patch
dt-bindings-thermal-correct-thermal-zone-node-name-limit.patch
exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch
ext2-verify-bitmap-and-itable-block-numbers-before-using-them.patch
fuse-verify-g-u-id-mount-options-correctly.patch
hfs-fix-to-initialize-fields-of-hfs_inode_info-after-hfs_alloc_inode.patch
io_uring-io-wq-limit-retrying-worker-initialisation.patch
ipv4-fix-source-address-selection-with-route-leak.patch
ipv6-fix-source-address-selection-with-route-leak.patch
ipv6-take-care-of-scope-when-choosing-the-src-addr.patch
kernel-rerun-task_work-while-freezing-in-get_signal.patch
lsm-fixup-the-inode-xattr-capability-handling.patch
md-raid5-fix-spares-errors-about-rcu-usage.patch
media-i2c-kconfig-fix-missing-firmware-upload-config-select.patch
media-stm32-dcmipp-correct-error-handling-in-dcmipp_create_subdevs.patch
media-venus-fix-use-after-free-in-vdec_close.patch
net-netconsole-disable-target-before-netpoll-cleanup.patch
nfsd-support-write-delegations-in-layoutget.patch
null_blk-fix-description-of-the-fua-parameter.patch
revert-firewire-annotate-struct-fw_iso_packet-with-__counted_by.patch
sched-fair-set_load_weight-must-also-call-reweight_task-for-sched_idle-tasks.patch
selftests-nolibc-fix-printf-format-mismatch-in-expect_str_buf_eq.patch
sysctl-always-initialize-i_uid-i_gid.patch
thermal-drivers-broadcom-fix-race-between-removal-and-clock-disable.patch
tick-broadcast-make-takeover-of-broadcast-hrtimer-reliable.patch
tpm_tis_spi-add-missing-attpm20p-spi-device-id-entry.patch
wifi-mac80211-chanctx-emulation-set-change_channel-when-in_reconfig.patch
workqueue-always-queue-work-items-to-the-newest-pwq-for-order-workqueues.patch
37 files changed:
queue-6.10/af_packet-handle-outgoing-vlan-packets-without-hardware-offloading.patch [new file with mode: 0644]
queue-6.10/ata-libata-scsi-do-not-overwrite-valid-sense-data-when-ck_cond-1.patch [new file with mode: 0644]
queue-6.10/ata-libata-scsi-fix-offsets-for-the-fixed-format-sense-data.patch [new file with mode: 0644]
queue-6.10/ata-libata-scsi-honor-the-d_sense-bit-for-ck_cond-1-and-no-error.patch [new file with mode: 0644]
queue-6.10/btrfs-fix-extent-map-use-after-free-when-adding-pages-to-compressed-bio.patch [new file with mode: 0644]
queue-6.10/char-tpm-fix-possible-memory-leak-in-tpm_bios_measurements_open.patch [new file with mode: 0644]
queue-6.10/drm-gma500-fix-null-pointer-dereference-in-cdv_intel_lvds_get_modes.patch [new file with mode: 0644]
queue-6.10/drm-gma500-fix-null-pointer-dereference-in-psb_intel_lvds_get_modes.patch [new file with mode: 0644]
queue-6.10/drm-xe-use-write-back-caching-mode-for-system-memory-on-dgfx.patch [new file with mode: 0644]
queue-6.10/dt-bindings-thermal-correct-thermal-zone-node-name-limit.patch [new file with mode: 0644]
queue-6.10/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch [new file with mode: 0644]
queue-6.10/ext2-verify-bitmap-and-itable-block-numbers-before-using-them.patch [new file with mode: 0644]
queue-6.10/fuse-verify-g-u-id-mount-options-correctly.patch [new file with mode: 0644]
queue-6.10/hfs-fix-to-initialize-fields-of-hfs_inode_info-after-hfs_alloc_inode.patch [new file with mode: 0644]
queue-6.10/io_uring-io-wq-limit-retrying-worker-initialisation.patch [new file with mode: 0644]
queue-6.10/ipv4-fix-source-address-selection-with-route-leak.patch [new file with mode: 0644]
queue-6.10/ipv6-fix-source-address-selection-with-route-leak.patch [new file with mode: 0644]
queue-6.10/ipv6-take-care-of-scope-when-choosing-the-src-addr.patch [new file with mode: 0644]
queue-6.10/kernel-rerun-task_work-while-freezing-in-get_signal.patch [new file with mode: 0644]
queue-6.10/lsm-fixup-the-inode-xattr-capability-handling.patch [new file with mode: 0644]
queue-6.10/md-raid5-fix-spares-errors-about-rcu-usage.patch [new file with mode: 0644]
queue-6.10/media-i2c-kconfig-fix-missing-firmware-upload-config-select.patch [new file with mode: 0644]
queue-6.10/media-stm32-dcmipp-correct-error-handling-in-dcmipp_create_subdevs.patch [new file with mode: 0644]
queue-6.10/media-venus-fix-use-after-free-in-vdec_close.patch [new file with mode: 0644]
queue-6.10/net-netconsole-disable-target-before-netpoll-cleanup.patch [new file with mode: 0644]
queue-6.10/nfsd-support-write-delegations-in-layoutget.patch [new file with mode: 0644]
queue-6.10/null_blk-fix-description-of-the-fua-parameter.patch [new file with mode: 0644]
queue-6.10/revert-firewire-annotate-struct-fw_iso_packet-with-__counted_by.patch [new file with mode: 0644]
queue-6.10/sched-fair-set_load_weight-must-also-call-reweight_task-for-sched_idle-tasks.patch [new file with mode: 0644]
queue-6.10/selftests-nolibc-fix-printf-format-mismatch-in-expect_str_buf_eq.patch [new file with mode: 0644]
queue-6.10/series
queue-6.10/sysctl-always-initialize-i_uid-i_gid.patch [new file with mode: 0644]
queue-6.10/thermal-drivers-broadcom-fix-race-between-removal-and-clock-disable.patch [new file with mode: 0644]
queue-6.10/tick-broadcast-make-takeover-of-broadcast-hrtimer-reliable.patch [new file with mode: 0644]
queue-6.10/tpm_tis_spi-add-missing-attpm20p-spi-device-id-entry.patch [new file with mode: 0644]
queue-6.10/wifi-mac80211-chanctx-emulation-set-change_channel-when-in_reconfig.patch [new file with mode: 0644]
queue-6.10/workqueue-always-queue-work-items-to-the-newest-pwq-for-order-workqueues.patch [new file with mode: 0644]