CVE-2024-47729

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-47729
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-47729.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-47729
Downstream
Related
Published
2024-10-21T13:15:03Z
Modified
2025-08-09T19:01:28Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/xe: Use reserved copy engine for user binds on faulting devices

User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds on faulting devices.

While we are here, normalize bind queue creation with a helper.

v2: - Pass in extensions to bind queue creation (CI) v3: - s/resevered/reserved (Lucas) - Fix NULL hwe check (Jonathan)

References

Affected packages