]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Dec 2024 09:36:04 +0000 (10:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Dec 2024 09:36:04 +0000 (10:36 +0100)
commite3236bb06a2f4f35ae100b24f3d35d5ed87195eb
tree6f42c7d7c9d51387689326d207e769bad9aecd75
parent455cf1a8ed81af6ab5ec545a26269d0437f223ba
6.12-stable patches

added patches:
arch_numa-restore-nid-checks-before-registering-a-memblock-with-a-node.patch
bpf-fix-oob-devmap-writes-when-deleting-elements.patch
cacheinfo-allocate-memory-during-cpu-hotplug-if-not-done-from-the-primary-cpu.patch
dma-buf-fix-dma_fence_array_signaled-v4.patch
dma-fence-fix-reference-leak-on-fence-merge-failure-path.patch
dma-fence-use-kernel-s-sort-for-merging-fences.patch
drm-amd-display-add-a-left-edge-pixel-if-in-ycbcr422-or-ycbcr420-and-odm.patch
drm-amd-display-correct-prefetch-calculation.patch
drm-amd-display-limit-vtotal-range-to-max-hw-cap-minus-fp.patch
drm-amd-pm-fix-and-simplify-workload-handling.patch
drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-hdp.patch
drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-hdp.patch
drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-hdp.patch
drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-hdp.patch
drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-hdp.patch
drm-amdgpu-rework-resume-handling-for-display-v2.patch
drm-amdkfd-add-mec-version-that-supports-no-pcie-atomics-for-gfx12.patch
drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch
drm-dp_mst-fix-mst-sideband-message-body-length-check.patch
drm-dp_mst-fix-resetting-msg-rx-state-after-topology-removal.patch
drm-dp_mst-verify-request-type-in-the-corresponding-down-message-reply.patch
mmc-core-further-prevent-card-detect-during-shutdown.patch
mmc-sdhci-pci-add-dmi-quirk-for-missing-cd-gpio-on-vexia-edu-atla-10-tablet.patch
modpost-add-.irqentry.text-to-other_sections.patch
regmap-detach-regmap-from-dev-on-regmap_exit.patch
selftest-hugetlb_dio-fix-test-naming.patch
selftests-damon-add-_damon_sysfs.py-to-test_files.patch
x86-cacheinfo-delete-global-num_cache_leaves.patch
x86-cpu-add-lunar-lake-to-list-of-cpus-with-a-broken-monitor-implementation.patch
x86-kexec-restore-gdt-on-return-from-preserve_context-kexec.patch
xsk-fix-oob-map-writes-when-deleting-elements.patch
32 files changed:
queue-6.12/arch_numa-restore-nid-checks-before-registering-a-memblock-with-a-node.patch [new file with mode: 0644]
queue-6.12/bpf-fix-oob-devmap-writes-when-deleting-elements.patch [new file with mode: 0644]
queue-6.12/cacheinfo-allocate-memory-during-cpu-hotplug-if-not-done-from-the-primary-cpu.patch [new file with mode: 0644]
queue-6.12/dma-buf-fix-dma_fence_array_signaled-v4.patch [new file with mode: 0644]
queue-6.12/dma-fence-fix-reference-leak-on-fence-merge-failure-path.patch [new file with mode: 0644]
queue-6.12/dma-fence-use-kernel-s-sort-for-merging-fences.patch [new file with mode: 0644]
queue-6.12/drm-amd-display-add-a-left-edge-pixel-if-in-ycbcr422-or-ycbcr420-and-odm.patch [new file with mode: 0644]
queue-6.12/drm-amd-display-correct-prefetch-calculation.patch [new file with mode: 0644]
queue-6.12/drm-amd-display-limit-vtotal-range-to-max-hw-cap-minus-fp.patch [new file with mode: 0644]
queue-6.12/drm-amd-pm-fix-and-simplify-workload-handling.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-hdp.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-hdp.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-hdp.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-hdp.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-hdp.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-rework-resume-handling-for-display-v2.patch [new file with mode: 0644]
queue-6.12/drm-amdkfd-add-mec-version-that-supports-no-pcie-atomics-for-gfx12.patch [new file with mode: 0644]
queue-6.12/drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch [new file with mode: 0644]
queue-6.12/drm-dp_mst-fix-mst-sideband-message-body-length-check.patch [new file with mode: 0644]
queue-6.12/drm-dp_mst-fix-resetting-msg-rx-state-after-topology-removal.patch [new file with mode: 0644]
queue-6.12/drm-dp_mst-verify-request-type-in-the-corresponding-down-message-reply.patch [new file with mode: 0644]
queue-6.12/mmc-core-further-prevent-card-detect-during-shutdown.patch [new file with mode: 0644]
queue-6.12/mmc-sdhci-pci-add-dmi-quirk-for-missing-cd-gpio-on-vexia-edu-atla-10-tablet.patch [new file with mode: 0644]
queue-6.12/modpost-add-.irqentry.text-to-other_sections.patch [new file with mode: 0644]
queue-6.12/regmap-detach-regmap-from-dev-on-regmap_exit.patch [new file with mode: 0644]
queue-6.12/selftest-hugetlb_dio-fix-test-naming.patch [new file with mode: 0644]
queue-6.12/selftests-damon-add-_damon_sysfs.py-to-test_files.patch [new file with mode: 0644]
queue-6.12/series
queue-6.12/x86-cacheinfo-delete-global-num_cache_leaves.patch [new file with mode: 0644]
queue-6.12/x86-cpu-add-lunar-lake-to-list-of-cpus-with-a-broken-monitor-implementation.patch [new file with mode: 0644]
queue-6.12/x86-kexec-restore-gdt-on-return-from-preserve_context-kexec.patch [new file with mode: 0644]
queue-6.12/xsk-fix-oob-map-writes-when-deleting-elements.patch [new file with mode: 0644]