DF-1153 / build.sh
#!/bin/sh # DF-1153 — no executable PoC. amdgpu_dm.c is part of amdgpu driver not in # GENERIC kernel and requires AMD GPU + memory pressure. See VERDICT.md. echo "DF-1153: source bug confirmed at sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c:3190/2961/3426" echo "Not reachable on default GENERIC guest (amdgpu not in kernel, no AMD GPU)." exit 0 |