DF-1555 / 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-1555: HW/module gated on this guest. See VERDICT.md for the" echo "source-level confirmation at sys/dev/drm/drm_atomic_uapi.c:1083-1090,1108-1133,1055,1213, and fix.diff for the validated fix." exit 0 |