1 2 3 4 5 6 7
#!/bin/sh # DF-0955 vm_contig_pg_alloc size=0 panic stress runner. set -e cd "$(dirname "$0")" echo "[*] running as: $(id)" timeout 70 ./vm_contig_stress 2>&1 echo "RUN_EXIT=$?"