]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 10:05:32 +0000 (12:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 10:05:32 +0000 (12:05 +0200)
commitaa320c84f4f4243f47248b1addf70ebbe1982193
treed2e31f0fe30c91ef226d2e4e2c2866227f3ec35b
parent1ca18713c156514c5dd42a99011ebf244d830738
6.19-stable patches

added patches:
alarmtimer-fix-argument-order-in-alarm_timer_forward.patch
dmaengine-fsl-edma-fix-channel-parameter-config-for-fixed-channel-requests.patch
dmaengine-sh-rz-dmac-move-chctrl-updates-under-spinlock.patch
dmaengine-sh-rz-dmac-protect-the-driver-specific-lists.patch
drm-amd-display-check-if-ext_caps-is-valid-in-bl-setup.patch
drm-amd-display-fix-dce-lvds-handling.patch
drm-amd-display-fix-drm_edid-leak-in-amdgpu_dm.patch
drm-amd-pm-return-eopnotsupp-for-unsupported-od_mclk-on-smu_v13_0_6.patch
drm-amdgpu-fix-strsep-corrupting-lockup_timeout-on-multi-gpu-v3.patch
drm-amdgpu-prevent-immediate-pasid-reuse-case.patch
drm-i915-dp_tunnel-fix-error-handling-when-clearing-stream-bw-in-atomic-state.patch
drm-i915-order-op-vs.-timeout-correctly-in-__wait_for.patch
drm-i915-unlink-nv12-planes-earlier.patch
futex-clear-stale-exiting-pointer-in-futex_lock_pi-retry-path.patch
i2c-designware-amdisp-fix-resume-probe-race-condition-issue.patch
i2c-imx-ensure-no-clock-is-generated-after-last-read.patch
i2c-imx-fix-i2c-issue-when-reading-multiple-messages.patch
iomap-fix-invalid-folio-access-when-i_blkbits-differs-from-i-o-granularity.patch
irqchip-qcom-mpm-add-missing-mailbox-tx-done-acknowledgment.patch
jbd2-gracefully-abort-on-checkpointing-state-corruptions.patch
kvm-x86-mmu-drop-zap-existing-present-spte-even-when-creating-an-mmio-spte.patch
kvm-x86-mmu-only-warn-in-direct-mmus-when-overwriting-shadow-present-spte.patch
loongarch-fix-missing-null-checks-for-kstrdup.patch
loongarch-kvm-fix-base-address-calculation-in-kvm_eiointc_regs_access.patch
loongarch-kvm-handle-the-case-that-eiointc-s-coremap-is-empty.patch
loongarch-kvm-make-kvm_get_vcpu_by_cpuid-more-robust.patch
loongarch-vdso-emit-gnu_eh_frame-correctly.patch
loongarch-workaround-ls2k-ls7a-gpu-dma-hang-bug.patch
mm-damon-sysfs-check-contexts-nr-before-accessing-contexts_arr.patch
mm-damon-sysfs-check-contexts-nr-in-repeat_call_fn.patch
mm-damon-sysfs-fix-param_ctx-leak-on-damon_sysfs_new_test_ctx-failure.patch
mm-huge_memory-fix-folio-isn-t-locked-in-softleaf_to_folio.patch
mm-memory-fix-pmd-pud-checks-in-follow_pfnmap_start.patch
mm-mseal-update-vma-end-correctly-on-merge.patch
mm-pagewalk-fix-race-between-concurrent-split-and-refault.patch
net-macb-move-devm_-free-request-_irq-out-of-spin-lock-area.patch
net-macb-protect-access-to-net_device-ip_ptr-with-rcu-lock.patch
net-macb-use-dev_consume_skb_any-to-free-tx-skbs.patch
ovl-fix-wrong-detection-of-32bit-inode-numbers.patch
ovl-make-fsync-after-metadata-copy-up-opt-in-mount-option.patch
phy-qcom-qmp-ufs-fix-sm8650-pcs-table-for-gear-4.patch
scsi-ibmvfc-fix-oob-access-in-ibmvfc_discover_targets_done.patch
scsi-ses-handle-positive-scsi-error-from-ses_recv_diag.patch
writeback-don-t-block-sync-for-filesystems-with-no-data-integrity-guarantees.patch
x86-cpu-enable-fsgsbase-early-in-cpu_init_exception_handling.patch
x86-cpu-remove-x86_cr4_fred-from-the-cr4-pinned-bits-mask.patch
x86-fred-fix-early-boot-failures-on-sev-es-snp-guests.patch
xfs-avoid-dereferencing-log-items-after-push-callbacks.patch
xfs-don-t-irele-after-failing-to-iget-in-xfs_attri_recover_work.patch
xfs-fix-ri_total-validation-in-xlog_recover_attri_commit_pass2.patch
xfs-remove-file_path-tracepoint-data.patch
xfs-save-ailp-before-dropping-the-ail-lock-in-push-callbacks.patch
xfs-scrub-unlock-dquot-before-early-return-in-quota-scrub.patch
xfs-stop-reclaim-before-pushing-ail-during-unmount.patch
55 files changed:
queue-6.19/alarmtimer-fix-argument-order-in-alarm_timer_forward.patch [new file with mode: 0644]
queue-6.19/dmaengine-fsl-edma-fix-channel-parameter-config-for-fixed-channel-requests.patch [new file with mode: 0644]
queue-6.19/dmaengine-sh-rz-dmac-move-chctrl-updates-under-spinlock.patch [new file with mode: 0644]
queue-6.19/dmaengine-sh-rz-dmac-protect-the-driver-specific-lists.patch [new file with mode: 0644]
queue-6.19/drm-amd-display-check-if-ext_caps-is-valid-in-bl-setup.patch [new file with mode: 0644]
queue-6.19/drm-amd-display-fix-dce-lvds-handling.patch [new file with mode: 0644]
queue-6.19/drm-amd-display-fix-drm_edid-leak-in-amdgpu_dm.patch [new file with mode: 0644]
queue-6.19/drm-amd-pm-return-eopnotsupp-for-unsupported-od_mclk-on-smu_v13_0_6.patch [new file with mode: 0644]
queue-6.19/drm-amdgpu-fix-strsep-corrupting-lockup_timeout-on-multi-gpu-v3.patch [new file with mode: 0644]
queue-6.19/drm-amdgpu-prevent-immediate-pasid-reuse-case.patch [new file with mode: 0644]
queue-6.19/drm-i915-dp_tunnel-fix-error-handling-when-clearing-stream-bw-in-atomic-state.patch [new file with mode: 0644]
queue-6.19/drm-i915-order-op-vs.-timeout-correctly-in-__wait_for.patch [new file with mode: 0644]
queue-6.19/drm-i915-unlink-nv12-planes-earlier.patch [new file with mode: 0644]
queue-6.19/futex-clear-stale-exiting-pointer-in-futex_lock_pi-retry-path.patch [new file with mode: 0644]
queue-6.19/i2c-designware-amdisp-fix-resume-probe-race-condition-issue.patch [new file with mode: 0644]
queue-6.19/i2c-imx-ensure-no-clock-is-generated-after-last-read.patch [new file with mode: 0644]
queue-6.19/i2c-imx-fix-i2c-issue-when-reading-multiple-messages.patch [new file with mode: 0644]
queue-6.19/iomap-fix-invalid-folio-access-when-i_blkbits-differs-from-i-o-granularity.patch [new file with mode: 0644]
queue-6.19/irqchip-qcom-mpm-add-missing-mailbox-tx-done-acknowledgment.patch [new file with mode: 0644]
queue-6.19/jbd2-gracefully-abort-on-checkpointing-state-corruptions.patch [new file with mode: 0644]
queue-6.19/kvm-x86-mmu-drop-zap-existing-present-spte-even-when-creating-an-mmio-spte.patch [new file with mode: 0644]
queue-6.19/kvm-x86-mmu-only-warn-in-direct-mmus-when-overwriting-shadow-present-spte.patch [new file with mode: 0644]
queue-6.19/loongarch-fix-missing-null-checks-for-kstrdup.patch [new file with mode: 0644]
queue-6.19/loongarch-kvm-fix-base-address-calculation-in-kvm_eiointc_regs_access.patch [new file with mode: 0644]
queue-6.19/loongarch-kvm-handle-the-case-that-eiointc-s-coremap-is-empty.patch [new file with mode: 0644]
queue-6.19/loongarch-kvm-make-kvm_get_vcpu_by_cpuid-more-robust.patch [new file with mode: 0644]
queue-6.19/loongarch-vdso-emit-gnu_eh_frame-correctly.patch [new file with mode: 0644]
queue-6.19/loongarch-workaround-ls2k-ls7a-gpu-dma-hang-bug.patch [new file with mode: 0644]
queue-6.19/mm-damon-sysfs-check-contexts-nr-before-accessing-contexts_arr.patch [new file with mode: 0644]
queue-6.19/mm-damon-sysfs-check-contexts-nr-in-repeat_call_fn.patch [new file with mode: 0644]
queue-6.19/mm-damon-sysfs-fix-param_ctx-leak-on-damon_sysfs_new_test_ctx-failure.patch [new file with mode: 0644]
queue-6.19/mm-huge_memory-fix-folio-isn-t-locked-in-softleaf_to_folio.patch [new file with mode: 0644]
queue-6.19/mm-memory-fix-pmd-pud-checks-in-follow_pfnmap_start.patch [new file with mode: 0644]
queue-6.19/mm-mseal-update-vma-end-correctly-on-merge.patch [new file with mode: 0644]
queue-6.19/mm-pagewalk-fix-race-between-concurrent-split-and-refault.patch [new file with mode: 0644]
queue-6.19/net-macb-move-devm_-free-request-_irq-out-of-spin-lock-area.patch [new file with mode: 0644]
queue-6.19/net-macb-protect-access-to-net_device-ip_ptr-with-rcu-lock.patch [new file with mode: 0644]
queue-6.19/net-macb-use-dev_consume_skb_any-to-free-tx-skbs.patch [new file with mode: 0644]
queue-6.19/ovl-fix-wrong-detection-of-32bit-inode-numbers.patch [new file with mode: 0644]
queue-6.19/ovl-make-fsync-after-metadata-copy-up-opt-in-mount-option.patch [new file with mode: 0644]
queue-6.19/phy-qcom-qmp-ufs-fix-sm8650-pcs-table-for-gear-4.patch [new file with mode: 0644]
queue-6.19/scsi-ibmvfc-fix-oob-access-in-ibmvfc_discover_targets_done.patch [new file with mode: 0644]
queue-6.19/scsi-ses-handle-positive-scsi-error-from-ses_recv_diag.patch [new file with mode: 0644]
queue-6.19/series
queue-6.19/writeback-don-t-block-sync-for-filesystems-with-no-data-integrity-guarantees.patch [new file with mode: 0644]
queue-6.19/x86-cpu-enable-fsgsbase-early-in-cpu_init_exception_handling.patch [new file with mode: 0644]
queue-6.19/x86-cpu-remove-x86_cr4_fred-from-the-cr4-pinned-bits-mask.patch [new file with mode: 0644]
queue-6.19/x86-fred-fix-early-boot-failures-on-sev-es-snp-guests.patch [new file with mode: 0644]
queue-6.19/xfs-avoid-dereferencing-log-items-after-push-callbacks.patch [new file with mode: 0644]
queue-6.19/xfs-don-t-irele-after-failing-to-iget-in-xfs_attri_recover_work.patch [new file with mode: 0644]
queue-6.19/xfs-fix-ri_total-validation-in-xlog_recover_attri_commit_pass2.patch [new file with mode: 0644]
queue-6.19/xfs-remove-file_path-tracepoint-data.patch [new file with mode: 0644]
queue-6.19/xfs-save-ailp-before-dropping-the-ail-lock-in-push-callbacks.patch [new file with mode: 0644]
queue-6.19/xfs-scrub-unlock-dquot-before-early-return-in-quota-scrub.patch [new file with mode: 0644]
queue-6.19/xfs-stop-reclaim-before-pushing-ail-during-unmount.patch [new file with mode: 0644]