Bug 2312102 (CVE-2024-46705) - CVE-2024-46705 kernel: drm/xe: reset mmio mappings with devm
Summary: CVE-2024-46705 kernel: drm/xe: reset mmio mappings with devm
Keywords:
Status: NEW
Alias: CVE-2024-46705
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2312170
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-13 07:20 UTC by OSIDB Bzimport
Modified: 2024-09-13 11:08 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-13 07:20:53 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/xe: reset mmio mappings with devm

Set our various mmio mappings to NULL. This should make it easier to
catch something rogue trying to mess with mmio after device removal. For
example, we might unmap everything and then start hitting some mmio
address which has already been unmamped by us and then remapped by
something else, causing all kinds of carnage.


Note You need to log in before you can comment on or make changes to this bug.