DragonFlyBSD Kernel Audit
DF-1153 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/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