DF-1546 / 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-1546: HW/module gated on this guest. See VERDICT.md for the" echo "source-level confirmation at sys/dev/disk/advansys/advansys.c:559, 1185-1186, advlib.c:1712-1720, and fix.diff for the validated fix." exit 0 |