In the Linux kernel, the following vulnerability has been resolved:
drm/vmwgfx: Fix prime with external buffers
Make sure that for external buffers mapping goes through the dma_buf
interface instead of trying to access pages directly.
External buffers might not provide direct access to readable/writable
pages so to make sure the bo's created from external dma_bufs can be
read dma_buf interface has to be used.
Fixes crashes in IGT's kms_prime with vgem. Regular desktop usage won't
trigger this due to the fact that virtual machines will not have
multiple GPUs but it enables better test coverage in IGT.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-13 07:15
Updated : 2024-09-19 13:26
NVD link : CVE-2024-46709
Mitre link : CVE-2024-46709
CVE.ORG link : CVE-2024-46709
JSON object : View
Products Affected
linux
- linux_kernel
CWE