CVE-2024-27400
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
14/05/2024
Last modified:
05/11/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2<br />
<br />
This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move<br />
on same heap. The basic problem here is that after the move the old<br />
location is simply not available any more.<br />
<br />
Some fixes were suggested, but essentially we should call the move<br />
notification before actually moving things because only this way we have<br />
the correct order for DMA-buf and VM move notifications as well.<br />
<br />
Also rework the statistic handling so that we don&#39;t update the eviction<br />
counter before the move.<br />
<br />
v2: add missing NULL check



