DF-1509 / run.sh
#!/bin/sh # No live trigger on this guest (no). # Proof is source-level: see VERDICT.md and fix.diff. echo "DF-1509: HW/module gated on this guest. See VERDICT.md for the source-level" echo "confirmation at sys/dev/netif/bfe/if_bfe.c:868, 884, 893-895, and fix.diff for the validated fix." exit 0 |