DF-1545 / run.sh
#!/bin/sh # No live trigger on this guest (HW/module gated). # Proof is source-level: see VERDICT.md and fix.diff. echo "DF-1545: HW/module gated on this guest. See VERDICT.md for the" echo "source-level confirmation at sys/dev/drm/amd/amdgpu/atom.c:1210,1222-1225,223,256,494,523, and fix.diff for the validated fix." exit 0 |