DF-2202 / run.sh
#!/bin/sh # DF-2202 run script — runs the userspace trigger stub that demonstrates the # amdgpu df_v1_7 OOB indexing defect in isolation (no kernel memory touched; # the live kernel path is HW-gated to Vega10/Vega12 dGPUs the guest lacks). set -e cd "$(dirname "$0")" ./df2202_trigger echo "RUN_EXIT=$?" |