]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Jan 2026 13:40:23 +0000 (14:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Jan 2026 13:40:23 +0000 (14:40 +0100)
commita660f0ce02e86361ad6b200f035e23c4b5b24c8b
tree42eebca45dcfc2bef200188b4c912cb05df67087
parent29ddb812f94f384402aad642f80fd2a9c9b6328f
6.12-stable patches

added patches:
drm-amdgpu-add-missing-lock-to-amdgpu_ttm_access_memory_sdma.patch
drm-amdgpu-gmc11-add-amdgpu_vm_handle_fault-handling.patch
drm-amdgpu-gmc12-add-amdgpu_vm_handle_fault-handling.patch
drm-amdkfd-bump-minimum-vgpr-size-for-gfx1151.patch
drm-amdkfd-export-the-cwsr_size-and-ctl_stack_size-to-userspace.patch
drm-amdkfd-trap-handler-support-for-expert-scheduling-mode.patch
drm-buddy-optimize-free-block-management-with-rb-tree.patch
drm-buddy-separate-clear-and-dirty-free-block-trees.patch
drm-edid-add-drm_edid_ident_init-to-initialize-struct-drm_edid_ident.patch
drm-gma500-remove-unused-helper-psb_fbdev_fb_setcolreg.patch
drm-i915-fix-format-string-truncation-warning.patch
drm-i915-gem-zero-initialize-the-eb.vma-array-in-i915_gem_do_execbuffer.patch
drm-imagination-disallow-exporting-of-pm-fw-protected-objects.patch
drm-mediatek-fix-device-node-reference-leak-in-mtk_dp_dt_parse.patch
drm-mediatek-fix-probe-device-leaks.patch
drm-mediatek-fix-probe-memory-leak.patch
drm-mediatek-fix-probe-resource-leaks.patch
drm-mediatek-ovl_adaptor-fix-probe-device-leaks.patch
drm-mgag200-fix-big-endian-support.patch
drm-msm-a6xx-fix-out-of-bound-io-access-in-a6xx_get_gmu_registers.patch
drm-msm-dpu-add-missing-null-pointer-check-for-pingpong-interface.patch
drm-nouveau-dispnv50-don-t-call-drm_atomic_get_crtc_state-in-prepare_fb.patch
drm-ttm-avoid-null-pointer-deref-for-evicted-bos.patch
drm-xe-adjust-long-running-workload-timeslices-to-reasonable-values.patch
drm-xe-bo-don-t-include-the-ccs-metadata-in-the-dma-buf-sg-table.patch
drm-xe-drop-preempt-fences-when-destroying-imported-dma-bufs.patch
drm-xe-oa-disallow-0-oa-property-values.patch
drm-xe-oa-fix-potential-uaf-in-xe_oa_add_config_ioctl.patch
drm-xe-use-usleep_range-for-accurate-long-running-workload-timeslicing.patch
revert-drm-amd-skip-power-ungate-during-suspend-for-vpe.patch
31 files changed:
queue-6.12/drm-amdgpu-add-missing-lock-to-amdgpu_ttm_access_memory_sdma.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-gmc11-add-amdgpu_vm_handle_fault-handling.patch [new file with mode: 0644]
queue-6.12/drm-amdgpu-gmc12-add-amdgpu_vm_handle_fault-handling.patch [new file with mode: 0644]
queue-6.12/drm-amdkfd-bump-minimum-vgpr-size-for-gfx1151.patch [new file with mode: 0644]
queue-6.12/drm-amdkfd-export-the-cwsr_size-and-ctl_stack_size-to-userspace.patch [new file with mode: 0644]
queue-6.12/drm-amdkfd-trap-handler-support-for-expert-scheduling-mode.patch [new file with mode: 0644]
queue-6.12/drm-buddy-optimize-free-block-management-with-rb-tree.patch [new file with mode: 0644]
queue-6.12/drm-buddy-separate-clear-and-dirty-free-block-trees.patch [new file with mode: 0644]
queue-6.12/drm-edid-add-drm_edid_ident_init-to-initialize-struct-drm_edid_ident.patch [new file with mode: 0644]
queue-6.12/drm-gma500-remove-unused-helper-psb_fbdev_fb_setcolreg.patch [new file with mode: 0644]
queue-6.12/drm-i915-fix-format-string-truncation-warning.patch [new file with mode: 0644]
queue-6.12/drm-i915-gem-zero-initialize-the-eb.vma-array-in-i915_gem_do_execbuffer.patch [new file with mode: 0644]
queue-6.12/drm-imagination-disallow-exporting-of-pm-fw-protected-objects.patch [new file with mode: 0644]
queue-6.12/drm-mediatek-fix-device-node-reference-leak-in-mtk_dp_dt_parse.patch [new file with mode: 0644]
queue-6.12/drm-mediatek-fix-probe-device-leaks.patch [new file with mode: 0644]
queue-6.12/drm-mediatek-fix-probe-memory-leak.patch [new file with mode: 0644]
queue-6.12/drm-mediatek-fix-probe-resource-leaks.patch [new file with mode: 0644]
queue-6.12/drm-mediatek-ovl_adaptor-fix-probe-device-leaks.patch [new file with mode: 0644]
queue-6.12/drm-mgag200-fix-big-endian-support.patch [new file with mode: 0644]
queue-6.12/drm-msm-a6xx-fix-out-of-bound-io-access-in-a6xx_get_gmu_registers.patch [new file with mode: 0644]
queue-6.12/drm-msm-dpu-add-missing-null-pointer-check-for-pingpong-interface.patch [new file with mode: 0644]
queue-6.12/drm-nouveau-dispnv50-don-t-call-drm_atomic_get_crtc_state-in-prepare_fb.patch [new file with mode: 0644]
queue-6.12/drm-ttm-avoid-null-pointer-deref-for-evicted-bos.patch [new file with mode: 0644]
queue-6.12/drm-xe-adjust-long-running-workload-timeslices-to-reasonable-values.patch [new file with mode: 0644]
queue-6.12/drm-xe-bo-don-t-include-the-ccs-metadata-in-the-dma-buf-sg-table.patch [new file with mode: 0644]
queue-6.12/drm-xe-drop-preempt-fences-when-destroying-imported-dma-bufs.patch [new file with mode: 0644]
queue-6.12/drm-xe-oa-disallow-0-oa-property-values.patch [new file with mode: 0644]
queue-6.12/drm-xe-oa-fix-potential-uaf-in-xe_oa_add_config_ioctl.patch [new file with mode: 0644]
queue-6.12/drm-xe-use-usleep_range-for-accurate-long-running-workload-timeslicing.patch [new file with mode: 0644]
queue-6.12/revert-drm-amd-skip-power-ungate-during-suspend-for-vpe.patch [new file with mode: 0644]
queue-6.12/series