DF-2917 / run.sh
#!/bin/sh # guest-side (root): DF-2917 demonstrator (same sqe2e.ko as DF-2915). # kernel with DF-2915 fix only: round1 returns instantly (no wakeup) # kernel with DF-2915+DF-2917 fixes: round1 blocks ~200 ticks, then # broadcast wakes it; round2 wakes in ~1 tick. kldload /root/sqe2e.ko sleep 1 dmesg | tail -8 |