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