]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Mar 2025 17:14:35 +0000 (18:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Mar 2025 17:14:35 +0000 (18:14 +0100)
commit8da4493fb6644d8e512e9490aa574b1bbd7d61a6
treebf28b432f5f6a0a22468597bd194ab8b136e40d5
parent41af0c7724c4e8c13597f7f2e7e0e25129e2b1a3
6.6-stable patches

added patches:
alsa-hda-realtek-fix-microphone-regression-on-asus-n705ud.patch
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
drm-amd-display-disable-psr-su-on-edp-panels.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-ls2x-fix-frequency-division-register-access.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch
net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
perf-core-add-rcu-read-lock-protection-to-perf_iterate_ctx.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
perf-x86-fix-low-freqency-setting-issue.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
rcuref-plug-slowpath-race-in-rcuref_put.patch
riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch
riscv-signal-fix-signal-frame-size.patch
rseq-selftests-fix-riscv-rseq_offset_deref_addv-inline-asm.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
scsi-ufs-core-bsg-fix-crash-when-arpmb-command-fails.patch
tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch
30 files changed:
queue-6.6/alsa-hda-realtek-fix-microphone-regression-on-asus-n705ud.patch [new file with mode: 0644]
queue-6.6/alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch [new file with mode: 0644]
queue-6.6/drm-amd-display-disable-psr-su-on-edp-panels.patch [new file with mode: 0644]
queue-6.6/drm-amd-display-fix-hpd-after-gpu-reset.patch [new file with mode: 0644]
queue-6.6/ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch [new file with mode: 0644]
queue-6.6/i2c-ls2x-fix-frequency-division-register-access.patch [new file with mode: 0644]
queue-6.6/i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch [new file with mode: 0644]
queue-6.6/kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch [new file with mode: 0644]
queue-6.6/mptcp-always-handle-address-removal-under-msk-socket-lock.patch [new file with mode: 0644]
queue-6.6/mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch [new file with mode: 0644]
queue-6.6/net-enetc-correct-the-xdp_tx-statistics.patch [new file with mode: 0644]
queue-6.6/net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch [new file with mode: 0644]
queue-6.6/net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch [new file with mode: 0644]
queue-6.6/net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch [new file with mode: 0644]
queue-6.6/net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch [new file with mode: 0644]
queue-6.6/perf-core-add-rcu-read-lock-protection-to-perf_iterate_ctx.patch [new file with mode: 0644]
queue-6.6/perf-core-fix-low-freq-setting-via-ioc_period.patch [new file with mode: 0644]
queue-6.6/perf-x86-fix-low-freqency-setting-issue.patch [new file with mode: 0644]
queue-6.6/phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch [new file with mode: 0644]
queue-6.6/phy-tegra-xusb-reset-vbus-id-override.patch [new file with mode: 0644]
queue-6.6/rcuref-plug-slowpath-race-in-rcuref_put.patch [new file with mode: 0644]
queue-6.6/riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch [new file with mode: 0644]
queue-6.6/riscv-signal-fix-signal-frame-size.patch [new file with mode: 0644]
queue-6.6/rseq-selftests-fix-riscv-rseq_offset_deref_addv-inline-asm.patch [new file with mode: 0644]
queue-6.6/sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch [new file with mode: 0644]
queue-6.6/scsi-ufs-core-bsg-fix-crash-when-arpmb-command-fails.patch [new file with mode: 0644]
queue-6.6/series
queue-6.6/tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch [new file with mode: 0644]
queue-6.6/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch [new file with mode: 0644]
queue-6.6/vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch [new file with mode: 0644]