In the Linux kernel, the following vulnerability has been resolved: drm/virtio: use uninterruptible resv lock for plane updates virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush() lock…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: use uninterruptible resv lock for plane updates virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush() lock the framebuffer BO's dma_resv via virtio_gpu_array_lock_resv() and ignore its return value. The function can fail with -EINTR from dma_resv_lock_interruptible() (signal during lock wait) or with -ENOMEM from dma_resv_reserve_fences() (fence slot allocation), leaving the resv lock not held. The queu…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/21ab64c77a30d56efc506c8fa2ad8959f8ce3d36
- https://git.kernel.org/stable/c/7930eee22cd3df61e85be8aa512032ab303b7167
- https://git.kernel.org/stable/c/8fadd01cf461fee5bb11506621339c548447e5c7
- https://git.kernel.org/stable/c/9af1b6e175c82daf4b423da339a722d8e67a735a
- https://git.kernel.org/stable/c/a2359a411b15f495d12cfda6a7db6855ebb7f90f
- https://git.kernel.org/stable/c/c86077d512ee980cc91322211d35dbcd3175f64c
时间线
- nvd_ingest NVD