DF-1142 / run.sh
#!/bin/sh # DF-1142 runtime trigger is NOT exercisable on this guest (same as DF-1141). # The four SMC-level population functions run only at amdgpu DPM init on a # Sea Islands AMD GPU with its VBIOS parsed. No AMD GPU here; amdgpu not in # GENERIC. See VERDICT.md. echo "DF-1142: runtime trigger requires AMD Sea Islands GPU + malicious VBIOS." echo " Not exercisable on this QEMU/KVM guest (no AMD GPU)." echo " See VERDICT.md for the source-level confirmation + fix." exit 0 |