DF-2022 / run.sh
#!/bin/sh # DF-DF-2022 run: HW-GATED -- no runtime trigger on this guest. # The vulnerable driver (amdgpu) cannot attach (no mfi/tws/iir/amdgpu HW present). # Verification is source-trace + fix module-build, not runtime execution. echo "DF-DF-2022: HW-gated, not runtime-reproducible on this guest. See VERDICT.md." exit 0 |