#!/bin/sh
# DF-2870 PoC run (on the guest as root; wedges two threads permanently)
kldload /root/poc/tqdead/tqdead.ko
sleep 15
dmesg | grep tqdead
echo "---ps---"
ps -axH -o stat,wchan,comm | grep -E 'tqdead'
