DragonFlyBSD Kernel Audit
DF-2929 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-2929 run (inside guest as unprivileged user dfbsd-maxx)
# Usage: ./run.sh [seconds]
# Success criterion: kernel panics with
#   KKASSERT "gd == mycpu && (info->flags & SYSTF_IPIRUNNING) == 0" in systimer_del
# (check serial console / vm.sh log). If no panic, prints final iteration count.
set -x
cd /tmp
./df2929 "${1:-120}"