Files
linux-kernel-module-cheat/rootfs_overlay/workqueue_cheat.sh
2017-05-14 13:49:15 +01:00

10 lines
238 B
Bash
Executable File

#!/bin/sh
# Got a few kernel crashes after insert / remove, so let's do this a few times.
insmod /workqueue_cheat.ko
rmmod workqueue_cheat
insmod /workqueue_cheat.ko
rmmod workqueue_cheat
insmod /workqueue_cheat.ko
rmmod workqueue_cheat