DF-1149 / run.sh
#!/bin/sh # DF-1149 runtime trigger is NOT exercisable on this guest. # radeon's ci_populate_smc_{uvd,vce,acp,samu}_level run only at radeon DPM init # on a Sea Islands AMD GPU with its VBIOS parsed. No AMD GPU here; radeon is # not in GENERIC. See VERDICT.md. echo "DF-1149: 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 |