]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 May 2025 16:01:03 +0000 (18:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 May 2025 16:01:03 +0000 (18:01 +0200)
commit16e8f447b86b47726628a3e95b226e53fb6acb39
tree3ac958aca0f3c1201139994c4818e94576355dd5
parent220869395593e2aa3bba295244ea53bf06c132c9
6.12-stable patches

added patches:
alsa-es1968-add-error-handling-for-snd_pcm_hw_constraint_pow2.patch
alsa-usb-audio-add-sample-rate-quirk-for-audioengine-d1.patch
alsa-usb-audio-add-sample-rate-quirk-for-microdia-jp001-usb-camera.patch
arm64-dts-amlogic-dreambox-fix-missing-clkc_audio-node.patch
arm64-dts-rockchip-remove-overdrive-mode-opps-from-rk3588j-soc-dtsi.patch
dma-buf-insert-memory-barrier-before-updating-num_fences.patch
dmaengine-idxd-add-missing-cleanup-for-early-error-out-in-idxd_setup_internals.patch
dmaengine-idxd-add-missing-cleanups-in-cleanup-internals.patch
dmaengine-idxd-add-missing-idxd-cleanup-to-fix-memory-leak-in-remove-call.patch
dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_alloc.patch
dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_pci_probe.patch
dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_engines.patch
dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_groups.patch
dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_wqs.patch
dmaengine-idxd-refactor-remove-call-with-idxd_cleanup-helper.patch
dmaengine-ti-k3-udma-add-missing-locking.patch
dmaengine-ti-k3-udma-use-cap_mask-directly-from-dma_device-structure-instead-of-a-local-copy.patch
drivers-hv-allow-vmbus_sendpacket_mpb_desc-to-create-multiple-ranges.patch
drivers-hv-vmbus-remove-vmbus_sendpacket_pagebuffer.patch
ftrace-fix-preemption-accounting-for-stacktrace-filter-command.patch
ftrace-fix-preemption-accounting-for-stacktrace-trigger-command.patch
hv_netvsc-preserve-contiguous-pfn-grouping-in-the-page-buffer-array.patch
hv_netvsc-remove-rmsg_pgcnt.patch
hv_netvsc-use-vmbus_sendpacket_mpb_desc-to-send-vmbus-messages.patch
kbuild-disable-wdefault-const-init-unsafe.patch
mm-userfaultfd-correct-dirty-flags-set-for-both-present-and-swap-pte.patch
net-qede-initialize-qede_ll_ops-with-designated-initializer.patch
phy-fix-error-handling-in-tegra_xusb_port_init.patch
phy-renesas-rcar-gen3-usb2-fix-role-detection-on-unbind-bind.patch
phy-renesas-rcar-gen3-usb2-set-timing-registers-only-once.patch
phy-tegra-xusb-use-a-bitmask-for-utmi-pad-power-state-tracking.patch
ring-buffer-fix-persistent-buffer-when-commit-page-is-the-reader-page.patch
scsi-sd_zbc-block-respect-bio-vector-limits-for-report-zones-buffer.patch
smb-client-fix-memory-leak-during-error-handling-for-posix-mkdir.patch
spi-tegra114-use-value-to-check-for-invalid-delays.patch
tpm-mask-tpm-rc-in-tpm2_start_auth_session.patch
tracing-samples-initialize-trace_array_printk-with-the-correct-function.patch
wifi-mt76-disable-napi-on-driver-removal.patch
39 files changed:
queue-6.12/alsa-es1968-add-error-handling-for-snd_pcm_hw_constraint_pow2.patch [new file with mode: 0644]
queue-6.12/alsa-usb-audio-add-sample-rate-quirk-for-audioengine-d1.patch [new file with mode: 0644]
queue-6.12/alsa-usb-audio-add-sample-rate-quirk-for-microdia-jp001-usb-camera.patch [new file with mode: 0644]
queue-6.12/arm64-dts-amlogic-dreambox-fix-missing-clkc_audio-node.patch [new file with mode: 0644]
queue-6.12/arm64-dts-rockchip-remove-overdrive-mode-opps-from-rk3588j-soc-dtsi.patch [new file with mode: 0644]
queue-6.12/dma-buf-insert-memory-barrier-before-updating-num_fences.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-add-missing-cleanup-for-early-error-out-in-idxd_setup_internals.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-add-missing-cleanups-in-cleanup-internals.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-add-missing-idxd-cleanup-to-fix-memory-leak-in-remove-call.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_alloc.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_pci_probe.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_engines.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_groups.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-fix-memory-leak-in-error-handling-path-of-idxd_setup_wqs.patch [new file with mode: 0644]
queue-6.12/dmaengine-idxd-refactor-remove-call-with-idxd_cleanup-helper.patch [new file with mode: 0644]
queue-6.12/dmaengine-ti-k3-udma-add-missing-locking.patch [new file with mode: 0644]
queue-6.12/dmaengine-ti-k3-udma-use-cap_mask-directly-from-dma_device-structure-instead-of-a-local-copy.patch [new file with mode: 0644]
queue-6.12/drivers-hv-allow-vmbus_sendpacket_mpb_desc-to-create-multiple-ranges.patch [new file with mode: 0644]
queue-6.12/drivers-hv-vmbus-remove-vmbus_sendpacket_pagebuffer.patch [new file with mode: 0644]
queue-6.12/ftrace-fix-preemption-accounting-for-stacktrace-filter-command.patch [new file with mode: 0644]
queue-6.12/ftrace-fix-preemption-accounting-for-stacktrace-trigger-command.patch [new file with mode: 0644]
queue-6.12/hv_netvsc-preserve-contiguous-pfn-grouping-in-the-page-buffer-array.patch [new file with mode: 0644]
queue-6.12/hv_netvsc-remove-rmsg_pgcnt.patch [new file with mode: 0644]
queue-6.12/hv_netvsc-use-vmbus_sendpacket_mpb_desc-to-send-vmbus-messages.patch [new file with mode: 0644]
queue-6.12/kbuild-disable-wdefault-const-init-unsafe.patch [new file with mode: 0644]
queue-6.12/mm-userfaultfd-correct-dirty-flags-set-for-both-present-and-swap-pte.patch [new file with mode: 0644]
queue-6.12/net-qede-initialize-qede_ll_ops-with-designated-initializer.patch [new file with mode: 0644]
queue-6.12/phy-fix-error-handling-in-tegra_xusb_port_init.patch [new file with mode: 0644]
queue-6.12/phy-renesas-rcar-gen3-usb2-fix-role-detection-on-unbind-bind.patch [new file with mode: 0644]
queue-6.12/phy-renesas-rcar-gen3-usb2-set-timing-registers-only-once.patch [new file with mode: 0644]
queue-6.12/phy-tegra-xusb-use-a-bitmask-for-utmi-pad-power-state-tracking.patch [new file with mode: 0644]
queue-6.12/ring-buffer-fix-persistent-buffer-when-commit-page-is-the-reader-page.patch [new file with mode: 0644]
queue-6.12/scsi-sd_zbc-block-respect-bio-vector-limits-for-report-zones-buffer.patch [new file with mode: 0644]
queue-6.12/series
queue-6.12/smb-client-fix-memory-leak-during-error-handling-for-posix-mkdir.patch [new file with mode: 0644]
queue-6.12/spi-tegra114-use-value-to-check-for-invalid-delays.patch [new file with mode: 0644]
queue-6.12/tpm-mask-tpm-rc-in-tpm2_start_auth_session.patch [new file with mode: 0644]
queue-6.12/tracing-samples-initialize-trace_array_printk-with-the-correct-function.patch [new file with mode: 0644]
queue-6.12/wifi-mt76-disable-napi-on-driver-removal.patch [new file with mode: 0644]